ppisar pushed to perl-threads-lite (f22). "Disable checks on aarch64"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 3 09:00:56 UTC 2015


From ae626fa2a043dc67ffd8f2f9777d7a58abbfa2da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 3 Aug 2015 10:55:56 +0200
Subject: Disable checks on aarch64


diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec
index e4973f9..c52bb91 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,11 +1,13 @@
 Name:           perl-threads-lite
 Version:        0.034
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Actor model threading for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/threads-lite/
 Source0:        http://www.cpan.org/authors/id/L/LE/LEONT/threads-lite-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::CBuilder)
@@ -49,7 +51,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%ifnarch ppc ppc64le
+%ifnarch aarch64 ppc ppc64le
 ./Build test
 %endif
 
@@ -60,6 +62,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 03 2015 Petr Pisar <ppisar at redhat.com> - 0.034-2
+- Disable checks on aarch64 (bug #719874)
+
 * Mon May 11 2015 Petr Pisar <ppisar at redhat.com> - 0.034-1
 - 0.034 bump
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-threads-lite.git/commit/?h=f22&id=ae626fa2a043dc67ffd8f2f9777d7a58abbfa2da


More information about the perl-devel mailing list