Browse Source

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.
pull/47/merge
Balasubramanian Kandasamy 11 years ago
parent
commit
96348ab821
  1. 4
      packaging/rpm-sles/mysql.spec.in

4
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}

Loading…
Cancel
Save