summaryrefslogtreecommitdiff
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
parent176d224b694b4f6ec2933fc9b8e3b76043659744 (diff)
Release version 8.0.15+14v8.0.15+14
Fix package names mapping for RedHat and CentOS in package manifests.
-rw-r--r--README-DEV13
-rw-r--r--libmysqlclient/manifest4
-rw-r--r--mysql-client/manifest4
3 files changed, 15 insertions, 6 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
diff --git a/libmysqlclient/manifest b/libmysqlclient/manifest
index 24a5640..5450a2a 100644
--- a/libmysqlclient/manifest
+++ b/libmysqlclient/manifest
@@ -3,7 +3,7 @@ name: libmysqlclient
# Note: remember to update doc-url below!
#
-version: 8.0.15+13
+version: 8.0.15+14
project: mysql
summary: MySQL C API client library
@@ -30,3 +30,5 @@ depends: libssl ^1.1.1
# System package mapping.
#
fedora-name: community-mysql-devel
+rhel-name: mysql-devel
+centos-name: mysql-devel
diff --git a/mysql-client/manifest b/mysql-client/manifest
index 6dfc33e..01a1452 100644
--- a/mysql-client/manifest
+++ b/mysql-client/manifest
@@ -3,7 +3,7 @@ name: mysql-client
# Note: remember to update doc-url and debian-name below!
#
-version: 8.0.15+13
+version: 8.0.15+14
project: mysql
summary: MySQL command-line client
@@ -31,3 +31,5 @@ depends: libisocline >= 1.0.9 ? ($c.target.class != 'windows')
#
debian-name: mysql-client-core-8.0
fedora-name: community-mysql
+rhel-name: mysql
+centos-name: mysql