Comment 3 for bug 490983

Revision history for this message
BJ Dierkes (derks) wrote :

Unfortunately this is a regression... that somehow made it back into mysql50-5.0.88 ... likely happened during a harddrive crash where I wasn't able to commit bzr changes.

[wdierkes@220805-mock00 mysql50]$ bzr diff SPECS/mysql50.spec
=== modified file 'SPECS/mysql50.spec'
--- SPECS/mysql50.spec 2009-11-24 23:29:16 +0000
+++ SPECS/mysql50.spec 2009-12-01 19:48:04 +0000
@@ -46,7 +46,7 @@

 Name: %{name}
 Version: 5.0.88
-Release: 1.ius%{?dist}
+Release: 2.ius%{?dist}
 Summary: MySQL client programs and shared libraries.
 License: GPL
 Vendor: IUS Community Project
@@ -91,7 +91,6 @@
 Obsoletes: mysql-client mysql-perl
 Conflicts: MySQL

-Provides: mysqlclient15 = %{version}-%{release}
 Provides: %{real_name} = %{version}-%{release}
 Conflicts: %{real_name} < %{basever}
 Conflicts: mysql51
@@ -160,7 +159,6 @@
 Requires: openssl-devel
 Conflicts: MySQL-devel
 Provides: %{real_name}-devel = %{version}-%{release}
-Provides: mysqlclient15-devel = %{version}-%{release}
 Conflicts: %{real_name}-devel < %{base_ver}
 Conflicts: mysql51-devel

@@ -744,6 +742,9 @@

 %changelog
+* Tue Dec 01 2009 BJ Dierkes <email address hidden> - 5.0.88-2.ius
+- No longer provide mysqlclient/mysqlclient-devel (regression)
+
 * Tue Nov 23 2009 BJ Dierkes <email address hidden> - 5.0.88-1.ius
 - Latest sources from upstream.
 - Removed Patch223: mysql-5.0.85-disabled-tests.patch

You can get around this by adding 'exclude=mysql50*' to your ius.repo yum config ... mysql50-5.0.88-2.ius is currently building with this fix... and should be pushed out promptly (hopefully before eob today).