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
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.1.12
|
Version: 2.1.12
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: https://fedorahosted.org/abrt/
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# don't run tests on PPC* until rhbz 1070892 is fixed:
|
||||||
|
%ifnarch ppc %{power64}
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%post gtk
|
%post gtk
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -632,6 +635,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 18 2014 Jakub Filak <jfilak@redhat.com> 2.1.12-3
|
||||||
- fix a pair of typos in error messages
|
- fix a pair of typos in error messages
|
||||||
- add libpciaccess.so to the list of ignored keywords
|
- add libpciaccess.so to the list of ignored keywords
|
||||||
|
Loading…
Reference in New Issue
Block a user