[globus-gass-copy/el5] Disable checks on EPEL5 and EPEL6

Mattias Ellert ellert at fedoraproject.org
Fri Sep 19 12:05:31 UTC 2014


commit 20709cc7cf42574c3e6c4a7ed9fe79bb56579b08
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Fri Sep 19 14:04:40 2014 +0200

    Disable checks on EPEL5 and EPEL6

 globus-gass-copy.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/globus-gass-copy.spec b/globus-gass-copy.spec
index 60c5917..a93ec6c 100644
--- a/globus-gass-copy.spec
+++ b/globus-gass-copy.spec
@@ -124,7 +124,10 @@ rm %{buildroot}%{_libdir}/*.la
 install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README
 
 %check
-make check
+# Checks fail in koji for EPEL5 and EPEL6
+%if %{?fedora}%{!?fedora:0} || %{?rhel}%{!?rhel:0} >= 7
+PATH=$PATH:/usr/sbin make check
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -160,6 +163,7 @@ rm -rf %{buildroot}
 - Update to Globus Toolkit 6.0
 - Drop GPT build system and GPT packaging metadata
 - Enable checks
+- Disable checks on EPEL5 and EPEL6
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.6-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list