[perl-Socket-Netlink/el6] Do not build on ppc64.

Mathieu Bridon bochecha at fedoraproject.org
Wed Sep 21 07:11:41 UTC 2011


commit f45c59a4f4f24385f60ce7a3d78ec7d49e0622c5
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Sep 21 15:11:02 2011 +0800

    Do not build on ppc64.

 perl-Socket-Netlink.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Socket-Netlink.spec b/perl-Socket-Netlink.spec
index c050fbc..3254615 100644
--- a/perl-Socket-Netlink.spec
+++ b/perl-Socket-Netlink.spec
@@ -1,6 +1,6 @@
 Name:           perl-Socket-Netlink
 Version:        0.03
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Interface to Linux's PF_NETLINK socket family
 
 # License file contains the old FSF address:
@@ -11,6 +11,10 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Socket-Netlink/
 Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Socket-Netlink-%{version}.tar.gz
 
+# Unit tests fail on ppc64:
+#     https://rt.cpan.org/Public/Bug/Display.html?id=71112
+ExcludeArch:    ppc64
+
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(ExtUtils::CChecker)
 BuildRequires:  perl(ExtUtils::H2PM) >= 0.03
@@ -74,6 +78,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Wed Sep 21 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.03-4
+- Do not build on ppc64.
+
 * Mon Sep 19 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.03-3
 - Fixes based on Remi's review feedback.
 


More information about the scm-commits mailing list