Disable tests on 32 bit (https://bugzilla.redhat.com/show_bug.cgi?id=1099892)
This commit is contained in:
parent
7b64944cb9
commit
9c5787e8bd
@ -1,7 +1,7 @@
|
||||
Summary: Tool for creating supermin appliances
|
||||
Name: supermin
|
||||
Version: 5.1.8
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
%if 0%{?rhel} >= 7
|
||||
@ -77,10 +77,14 @@ export SKIP_TEST_EXECSTACK=1
|
||||
%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 || {
|
||||
cat tests/test-suite.log
|
||||
exit 1
|
||||
}
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
@ -90,8 +94,9 @@ make check || {
|
||||
|
||||
|
||||
%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.
|
||||
- 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
|
||||
- Skip execstack test on Fedora 20 (ARM only).
|
||||
|
Loading…
Reference in New Issue
Block a user