[globus-gram-job-manager/el5] Disable checks on EPEL5 and EPEL6

Mattias Ellert ellert at fedoraproject.org
Fri Sep 19 12:42:03 UTC 2014


commit d90620563a3b1c446fbd0dab7d2a9e66b235a1e4
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Fri Sep 19 14:41:21 2014 +0200

    Disable checks on EPEL5 and EPEL6

 globus-gram-job-manager.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/globus-gram-job-manager.spec b/globus-gram-job-manager.spec
index d6364b5..1c83869 100644
--- a/globus-gram-job-manager.spec
+++ b/globus-gram-job-manager.spec
@@ -97,7 +97,10 @@ rm %{buildroot}%{_libdir}/*.la
 install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README
 
 %check
-make check VERBOSE=1
+# Checks fail in koji for EPEL5 and EPEL6
+%if %{?fedora}%{!?fedora:0} || %{?rhel}%{!?rhel:0} >= 7
+make check
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -138,6 +141,7 @@ rm -rf %{buildroot}
 - Drop GPT build system and GPT packaging metadata
 - Enable checks
 - Remove documentation package
+- Disable checks on EPEL5 and EPEL6
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 13.53-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list