commit fd4d73966bb5739ac096453206696682166f234b Author: Karsten Hopp <karsten@xxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxxxx> - 0.033-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel