From 7e3c47f72d4f3a3477184d84cc6bf76a2d95924c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Mar 2024 18:22:52 +0300 Subject: Release version 8.0.15+14 Fix package names mapping for RedHat and CentOS in package manifests. --- README-DEV | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README-DEV') 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 -- cgit v1.1