From cbd79d4d129f4da907042e659080ddff6c9f2cad Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mar 05 2014 09:13:23 +0000 Subject: don't run tests on ppc* until rhbz 1070892 is fixed --- diff --git a/libreport.spec b/libreport.spec index 8db38b7..15c67b1 100644 --- a/libreport.spec +++ b/libreport.spec @@ -7,7 +7,7 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.1.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://fedorahosted.org/abrt/ @@ -368,7 +368,10 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel_bugzilla.conf.5 rm -rf $RPM_BUILD_ROOT %check +# don't run tests on PPC* until rhbz 1070892 is fixed: +%ifnarch ppc %{power64} make check +%endif %post gtk /sbin/ldconfig @@ -632,6 +635,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Mar 05 2014 Karsten Hopp 2.1.12-4 +- don't run tests on ppc* until rhbz 1070892 is fixed + * Tue Feb 18 2014 Jakub Filak 2.1.12-3 - fix a pair of typos in error messages - add libpciaccess.so to the list of ignored keywords