diff options
author | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2015-03-01 17:56:49 +0100 |
---|---|---|
committer | Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> | 2015-03-01 17:56:49 +0100 |
commit | 96348ab821d6e504fc56f0771af974d90d4d70d8 (patch) | |
tree | 586986c7f25fe4e2ce50ae8c7de1a6a9b10309be /packaging | |
parent | 08763096cb8e8b1497d33a0bf29babfa67f6817a (diff) | |
download | mariadb-git-96348ab821d6e504fc56f0771af974d90d4d70d8.tar.gz |
BUG#20477758 CONFLICTS WHILE INSTALLING COMMUNITY PACKAGES
Due to large version numbers used libmysqlclient-devel packages was
not considered for install. Fixed by removing version check.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm-sles/mysql.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm-sles/mysql.spec.in b/packaging/rpm-sles/mysql.spec.in index 75ed42a1cae..883763412f2 100644 --- a/packaging/rpm-sles/mysql.spec.in +++ b/packaging/rpm-sles/mysql.spec.in @@ -1,4 +1,4 @@ -# Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -265,7 +265,7 @@ Requires: mysql-community-libs = %{version}-%{release} Obsoletes: MySQL-devel < %{version}-%{release} Obsoletes: mysql-devel < %{version}-%{release} Obsoletes: mariadb-devel -Obsoletes: libmysqlclient-devel < %{version}-%{release} +Obsoletes: libmysqlclient-devel Provides: mysql-devel = %{version}-%{release} Provides: libmysqlclient-devel = %{version}-%{release} |