diff --git a/community-mysql.spec b/community-mysql.spec index 209ffa6..8fe9a58 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -1,6 +1,6 @@ Name: community-mysql Version: 5.5.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -12,7 +12,7 @@ URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD # Regression tests take a long time, you can skip 'em with this -%{!?runselftest:%global runselftest 0} +%{!?runselftest:%global runselftest 1} # Upstream has a mirror redirector for downloads, so the URL is hard to # represent statically. You can get the tarball by following a link from @@ -722,6 +722,9 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Jun 17 2014 Honza Horak - 5.5.38-2 +- Re-enable tests again + * Tue Jun 17 2014 Honza Horak - 5.5.38-1 - Update to MySQL 5.5.38, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-38.html