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.
parent 08763096
# 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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment