[grantlee] make %%check fatal (aarch64 has had some love)

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 8 08:43:35 UTC 2014


commit b96c38405e5f91a3433c62b4c82e95156e3eefb2
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jun 8 09:43:24 2014 +0100

    make %%check fatal (aarch64 has had some love)

 grantlee.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/grantlee.spec b/grantlee.spec
index 6440541..c9ef1cd 100644
--- a/grantlee.spec
+++ b/grantlee.spec
@@ -4,7 +4,7 @@
 Name:    grantlee
 Summary: Qt string template engine based on the Django template system
 Version: 0.4.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: LGPLv2+
 URL:     http://www.gitorious.org/grantlee/pages/Home
@@ -93,7 +93,7 @@ cp -prf %{_target_platform}/apidox/* %{buildroot}%{_docdir}/HTML/en/grantlee-api
 
 %check
 export CTEST_OUTPUT_ON_FAILURE=1
-xvfb-run -a make test -C %{_target_platform} ||:
+xvfb-run -a make test -C %{_target_platform}
 
 
 %post -p /sbin/ldconfig
@@ -122,6 +122,9 @@ xvfb-run -a make test -C %{_target_platform} ||:
 %endif
 
 %changelog
+* Sun Jun  8 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.4.0-6
+- make %%check fatal (aarch64 has had some love)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list