[perl-threads-lite] disable checks on ppc64le, (rhbz#719874)

Karsten Hopp karsten at fedoraproject.org
Wed Feb 11 09:41:28 UTC 2015


commit c28bfd48063d67fc8539d7e20209f27ca060a1e4
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Feb 11 10:41:13 2015 +0100

    disable checks on ppc64le, (rhbz#719874)

 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 5fd68e1..7f68440 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,6 +1,6 @@
 Name:           perl-threads-lite
 Version:        0.033
-Release:        6%{?dist}
+Release:        7%{?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 ppc ppc64le
 ./Build test
 %endif
 
@@ -60,6 +60,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 11 2015 Karsten Hopp <karsten at redhat.com> 0.033-7
+- disable checks on ppc64le, (rhbz#719874)
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.033-6
 - Perl 5.20 rebuild
 



More information about the perl-devel mailing list