[hdf] skip checks on ppc* (#961007)

Karsten Hopp karsten at fedoraproject.org
Tue Aug 13 14:09:27 UTC 2013


commit 0904fbf3d4a54f552de55e30a8fff97d4a29901a
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Aug 13 16:09:14 2013 +0200

    skip checks on ppc* (#961007)

 hdf.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/hdf.spec b/hdf.spec
index b9231c8..a4e5335 100644
--- a/hdf.spec
+++ b/hdf.spec
@@ -1,6 +1,6 @@
 Name: hdf
 Version: 4.2.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -100,7 +100,10 @@ mv h4config.h.tmp h4config.h
 popd
 
 %check
+# bugzilla #961007
+%ifnarch ppc %{power64}
 make check
+%endif
 
 
 %clean
@@ -120,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 13 2013 Karsten Hopp <karsten at redhat.com> 4.2.9-3
+- temporarily skip checks on ppc* (#961007)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list