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

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 3 08:58:27 UTC 2015


From 696946d6b581076276a54e67362ff5eb2d733e29 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 403ad78..37e1fdc 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,11 +1,13 @@
 Name:           perl-threads-lite
 Version:        0.034
-Release:        3%{?dist}
+Release:        4%{?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
 
@@ -61,6 +63,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-4
+- Disable checks on aarch64 (bug #719874)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.034-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-threads-lite.git/commit/?h=master&id=696946d6b581076276a54e67362ff5eb2d733e29


More information about the perl-devel mailing list