[mariadb-galera/epel7] Disable regression tests by default

rohara rohara at fedoraproject.org
Tue Apr 29 01:31:18 UTC 2014


commit 577009c70ef0b26a00faebb287d99e06f4e78d8f
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Mon Apr 28 20:30:54 2014 -0500

    Disable regression tests by default

 mariadb-galera.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mariadb-galera.spec b/mariadb-galera.spec
index 220c883..4c82f39 100644
--- a/mariadb-galera.spec
+++ b/mariadb-galera.spec
@@ -7,7 +7,7 @@
 
 Name: mariadb-galera
 Version: 5.5.36
-Release: 9%{?dist}
+Release: 10%{?dist}
 Epoch: 1
 
 Summary: A community developed branch of MySQL
@@ -19,12 +19,15 @@ URL: http://mariadb.org
 # Some code related to test-suite is under LGPLv2
 License: GPLv2 with exceptions and LGPLv2 and BSD
 
+# disable ppc64 build since galera fails to build on ppc64 (#1092068)
+ExcludeArch: ppc64
+
 # The evr of mysql we want to obsolete
 %global obsoleted_mysql_evr 5.6-0
 %global obsoleted_mysql_case_evr 5.5.30-5
 
 # Regression tests take a long time, you can skip 'em with this
-%{!?runselftest:%global runselftest 1}
+%{!?runselftest:%global runselftest 0}
 
 # When replacing mysql by mariadb these packages are not upated, but rather
 # installed and uninstalled. Thus we loose information about mysqld service
@@ -925,6 +928,10 @@ fi
 # %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Mon Apr 28 2014 Ryan O'Hara <rohara at redhat.com> - 1:5.5.36-10
+- Disable regression tests by default
+- Exclude ppc64 build (#1092068)
+
 * Wed Apr 16 2014 Ryan O'Hara <rohara at redhat.com> - 1:5.5.36-9
 - Update clustercheck script to read /etc/sysconfig/clustercheck
 


More information about the scm-commits mailing list