don't run tests on ppc* until rhbz 1070892 is fixed
This commit is contained in:
parent
41471489b0
commit
cbd79d4d12
@ -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 <karsten@redhat.com> 2.1.12-4
|
||||
- don't run tests on ppc* until rhbz 1070892 is fixed
|
||||
|
||||
* Tue Feb 18 2014 Jakub Filak <jfilak@redhat.com> 2.1.12-3
|
||||
- fix a pair of typos in error messages
|
||||
- add libpciaccess.so to the list of ignored keywords
|
||||
|
Loading…
Reference in New Issue
Block a user