summaryrefslogtreecommitdiff
path: root/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-13 18:22:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-13 20:21:26 +0300
commit7e3c47f72d4f3a3477184d84cc6bf76a2d95924c (patch)
treec18d8d24d2d1d9c8bff8b8edc867063187f3137f /README-DEV
parent176d224b694b4f6ec2933fc9b8e3b76043659744 (diff)
Release version 8.0.15+14v8.0.15+14
Fix package names mapping for RedHat and CentOS in package manifests.
Diffstat (limited to 'README-DEV')
-rw-r--r--README-DEV13
1 files changed, 9 insertions, 4 deletions
diff --git a/README-DEV b/README-DEV
index a32aef8..d2e51de 100644
--- a/README-DEV
+++ b/README-DEV
@@ -41,10 +41,15 @@ packaged as follows:
src library headers client
Debian/Ubuntu: mysql-8.0 libmysqlclient21 libmysqlclient-dev mysql-client-core-8.0
-Fedora/RHEL: community-mysql community-mysql-libs community-mysql-devel community-mysql
-
-Search for the Debian and Fedora packages at https://packages.debian.org/search
-and https://apps.fedoraproject.org/packages/.
+Fedora: community-mysql community-mysql-libs community-mysql-devel community-mysql
+RHEL mysql mysql-libs mysql-devel mysql
+
+Search for the Debian, Fedora, and RedHat packages at
+https://packages.debian.org/search,
+https://apps.fedoraproject.org/packages/, and
+https://access.redhat.com/downloads/content/package-browser (or per
+repository at
+https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/package_manifest/).
Instead of using MySQL 5.7.26 Debian's rules for MySQL 8.0.15 we are
packaging, let's use upstream/packaging/deb-in/rules.in. That's not ideal but