diff --git a/supermin.spec b/supermin.spec index 81dd0ef..568c5ad 100644 --- a/supermin.spec +++ b/supermin.spec @@ -1,7 +1,7 @@ Summary: Tool for creating supermin appliances Name: supermin Version: 5.1.8 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ %if 0%{?rhel} >= 7 @@ -77,14 +77,10 @@ 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 @@ -94,9 +90,8 @@ make check || { %changelog -* Wed May 21 2014 Richard W.M. Jones - 5.1.8-6 +* Wed May 21 2014 Richard W.M. Jones - 5.1.8-7 - 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 - 5.1.8-4 - Skip execstack test on Fedora 20 (ARM only).