diff options
author | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2013-06-27 09:18:48 +0200 |
---|---|---|
committer | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2013-06-27 09:18:48 +0200 |
commit | ddeab5e495872bd68b2f1cea9be65a2edbbf0b61 (patch) | |
tree | 46d539a0d4d84e6d247e705048aa0f076027546c /support-files | |
parent | 1e949a53bbf861d66c11c520675d989d1b5d595d (diff) | |
download | mariadb-git-ddeab5e495872bd68b2f1cea9be65a2edbbf0b61.tar.gz |
- Spec file cleanup for 5.5.33 release to resolve rpm dependencies bugs
Bug16785036 - RPM REQUIRES: MISSING PACKAGES ON RHEL 6 (AND PROBABLY 5)
Bug 16878042 - CANNOT KEEP SEVERAL MAJOR VERSIONS OF MYSQL IN THE SAME YUM REPOSITORY
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 9c8f5cc1cab..9e0b6c804f8 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -328,7 +328,7 @@ Obsoletes: mysql < %{version}-%{release} Obsoletes: mysql-advanced < %{version}-%{release} Obsoletes: MySQL-client-classic MySQL-client-community MySQL-client-enterprise Obsoletes: MySQL-client-advanced-gpl MySQL-client-enterprise-gpl -Provides: mysql +Provides: mysql = %{version}-%{release} %description -n MySQL-client%{product_suffix} |