summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>2014-03-14 19:46:27 +0100
committerBalasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>2014-03-14 19:46:27 +0100
commitfaec0e2f4aecfc902e354ae7af991779d6bfc4a7 (patch)
tree89a00a2ec9c002136ca51adf60fbf3b0051973cb
parent47c3f23c067d4f2558b199cca6eb882f4196e911 (diff)
downloadmariadb-git-faec0e2f4aecfc902e354ae7af991779d6bfc4a7.tar.gz
Bug#18402229 - Resolve mysql conflict with mysql-community-clientmysql-5.5.37
-rw-r--r--packaging/rpm-oel/mysql.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/rpm-oel/mysql.spec.in b/packaging/rpm-oel/mysql.spec.in
index 923027e92c8..d9e29317ff5 100644
--- a/packaging/rpm-oel/mysql.spec.in
+++ b/packaging/rpm-oel/mysql.spec.in
@@ -85,7 +85,7 @@ Name: mysql-%{product_suffix}
Summary: A very fast and reliable SQL database server
Group: Applications/Databases
Version: @VERSION@
-Release: 3%{?dist}
+Release: 4%{?dist}
License: Copyright (c) 2000, @MYSQL_COPYRIGHT_YEAR@, %{mysql_vendor}. All rights reserved. Under %{?license_type} license as shown in the Description field.
Source0: https://cdn.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/%{src_dir}.tar.gz
URL: http://www.mysql.com/
@@ -223,6 +223,7 @@ Obsoletes: mysql-community-common < %{version}-%{release}
%endif
Provides: mysql-common = %{version}-%{release}
Provides: mysql-common%{?_isa} = %{version}-%{release}
+%{?el5:Requires: mysql%{?_isa} = %{version}-%{release}}
%description common
This packages contains common files needed by MySQL client library,
@@ -818,6 +819,9 @@ fi
%endif
%changelog
+* Fri Mar 14 2014 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.5.37-4
+- Resolve mysql conflict with mysql-community-client
+
* Wed Mar 12 2014 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> - 5.5.37-3
- Resolve conflict with mysql-libs-compat