[perl-GTop/f14/master] - exclude the threads test also on s390

Dan Horák sharkcz at fedoraproject.org
Wed Oct 13 19:04:46 UTC 2010


commit 74d77efc9d53f72d4a8a141f039b186c589e686e
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 13 21:04:45 2010 +0200

    - exclude the threads test also on s390

 perl-GTop.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-GTop.spec b/perl-GTop.spec
index 0210180..10ab40a 100644
--- a/perl-GTop.spec
+++ b/perl-GTop.spec
@@ -1,6 +1,6 @@
 Name:           perl-GTop
 Version:        0.16
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Perl interface to libgtop
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -33,8 +33,8 @@ real-time performance and other system statistics.
 find . -type f -exec chmod -c -x {} \;
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' examples/*
 
-# thread funkiness on ppc
-%ifarch ppc ppc64
+# thread funkiness on ppc/s390
+%ifarch ppc ppc64 s390
 mv t/threads.t t/threads.t.disable
 %endif
 
@@ -68,6 +68,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 13 2010 Dan Horák <dan[at]danny.cz> - 0.16-12
+- exclude the threads test also on s390
+
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.16-11
 - Mass rebuild with perl-5.12.0
 


More information about the scm-commits mailing list