From c9a8a55c7b7434f159ed42aacca3af31cdeebe01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Thu, 15 Jun 2017 16:02:59 +0200
Subject: Make the package architecture specific

---
 perl-Alien-ROOT.spec | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec
index 0672a88..4b2acd3 100644
--- a/perl-Alien-ROOT.spec
+++ b/perl-Alien-ROOT.spec
@@ -1,6 +1,6 @@
 Name:           perl-Alien-ROOT
 Version:        5.34.36.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Utility package to install and locate CERN's ROOT library
 # README:               GPLv2+
 # lib/Alien/ROOT.pm:    GPLv2+
@@ -12,9 +12,12 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Alien-ROOT/
 Source0:        
http://www.cpan.org/authors/id/S/SM/SMUELLER/Alien-ROOT-v%{version}.tar.gz
 Patch0:         Alien-ROOT-v5.34.36.1-Disable-build-time-check-for-Root.patch
-# Root is not supported on ppc64 (bug #1392475), ppc64le (bug #1392479)
-ExclusiveArch:  noarch aarch64 %{arm} %{ix86} x86_64
-BuildArch:      noarch
+# Make packages architecture specific to prevent building on
+# ppc64 (bug #1392475), ppc64le (bug #1392479)
+# This is workaround for <https://pagure.io/releng/issue/6359>.
+ExcludeArch:    ppc64 ppc64le
+# Bugs #1141466
+%global debug_package %{nil}
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  perl
@@ -80,6 +83,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 15 2017 Petr Pisar <[email protected]> - 5.34.36.1-6
+- Make the package architecture specific (https://pagure.io/releng/issue/6359)
+
 * Sun Jun 04 2017 Jitka Plesnikova <[email protected]> - 5.34.36.1-5
 - Perl 5.26 rebuild
 
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Alien-ROOT.git/commit/?h=master&id=c9a8a55c7b7434f159ed42aacca3af31cdeebe01
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to