From 74d77efc9d53f72d4a8a141f039b186c589e686e Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Oct 13 2010 19:04:45 +0000 Subject: - exclude the threads test also on s390 --- 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 - 0.16-12 +- exclude the threads test also on s390 + * Sun May 02 2010 Marcela Maslanova - 0.16-11 - Mass rebuild with perl-5.12.0