From 1d0f053fd6e942127f497f33e472e3ac9e92b279 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 27 Jun 2014 13:10:54 +0200 Subject: [PATCH] Add mysql-compat-server symbol, common symbol for arbitrary MySQL implementation --- community-mysql.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 5.6.19-3 +- Add mysql-compat-server symbol, common symbol for arbitrary MySQL + implementation + * Thu Jun 12 2014 Bjorn Munch - 5.6.19-2 - Fix build on aarch64 - Rebase cipherspec patch