This commit is contained in:
Richard W.M. Jones 2014-05-21 13:32:20 +01:00
parent 7b64944cb9
commit 9c5787e8bd

View File

@ -1,7 +1,7 @@
Summary: Tool for creating supermin appliances Summary: Tool for creating supermin appliances
Name: supermin Name: supermin
Version: 5.1.8 Version: 5.1.8
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv2+ License: GPLv2+
%if 0%{?rhel} >= 7 %if 0%{?rhel} >= 7
@ -77,10 +77,14 @@ export SKIP_TEST_EXECSTACK=1
%endif %endif
%endif %endif
# Disable tests on 32 bit because mke2fs is broken:
# https://bugzilla.redhat.com/show_bug.cgi?id=1099892
%ifarch x86_64
make check || { make check || {
cat tests/test-suite.log cat tests/test-suite.log
exit 1 exit 1
} }
%endif
%files %files
@ -90,8 +94,9 @@ make check || {
%changelog %changelog
* Wed May 21 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.8-5 * Wed May 21 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.8-6
- Add patch to fix RPM handler when filenames may contain spaces. - Add patch to fix RPM handler when filenames may contain spaces.
- Disable tests on 32 bit (https://bugzilla.redhat.com/show_bug.cgi?id=1099892)
* Mon May 19 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.8-4 * Mon May 19 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.8-4
- Skip execstack test on Fedora 20 (ARM only). - Skip execstack test on Fedora 20 (ARM only).