[perl-threads-lite/f21] disable checks on ppc64le, old bug 719874 shows up again on this arch

Karsten Hopp karsten at fedoraproject.org
Fri Aug 22 11:32:06 UTC 2014


commit fd4d73966bb5739ac096453206696682166f234b
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Aug 22 13:32:11 2014 +0200

    disable checks on ppc64le, old bug 719874 shows up again on this arch

 perl-threads-lite.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec
index d55078b..a7a45f8 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,6 +1,6 @@
 Name:           perl-threads-lite
 Version:        0.033
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Actor model threading for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -49,7 +49,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%ifnarch ppc
+%ifnarch ppc64le
 ./Build test
 %endif
 
@@ -60,6 +60,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 22 2014 Karsten Hopp <karsten at redhat.com> 0.033-6
+- disable checks on ppc64le, old bug 719874 shows up again on this arch
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.033-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 



More information about the perl-devel mailing list