[community-mysql] Add mysql-compat-server symbol, common symbol for arbitrary MySQL implementation

Honza Horak hhorak at fedoraproject.org
Mon Jun 30 10:18:38 UTC 2014


commit 1d0f053fd6e942127f497f33e472e3ac9e92b279
Author: Honza Horak <hhorak at redhat.com>
Date:   Fri Jun 27 13:10:54 2014 +0200

    Add mysql-compat-server symbol, common symbol for arbitrary MySQL
    implementation

 community-mysql.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/community-mysql.spec b/community-mysql.spec
index 603d45f..b3d696d 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -16,7 +16,7 @@
 
 Name:             community-mysql
 Version:          5.6.19
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          MySQL client programs and shared libraries
 Group:            Applications/Databases
 URL:              http://www.mysql.com
@@ -145,6 +145,8 @@ Requires:         perl(DBI)
 Requires:         perl(DBD::mysql)
 Provides:         mysql-server = %{version}-%{release} 
 Provides:         mysql-server%{?_isa} = %{version}-%{release}
+Provides:         mysql-compat-server = %{version}-%{release}
+Provides:         mysql-compat-server%{?_isa} = %{version}-%{release}
 Conflicts:        mariadb-server
 Conflicts:        mariadb-galera-server
 
@@ -653,6 +655,10 @@ popd
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Fri Jun 27 2014 Honza Horak <hhorak at redhat.com> - 5.6.19-3
+- Add mysql-compat-server symbol, common symbol for arbitrary MySQL
+  implementation
+
 * Thu Jun 12 2014 Bjorn Munch <bjorn.munch at oracle.com> - 5.6.19-2
 - Fix build on aarch64
 - Rebase cipherspec patch


More information about the scm-commits mailing list