From c9a8a55c7b7434f159ed42aacca3af31cdeebe01 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jun 15 2017 14:02:59 +0000 Subject: Make the package architecture specific --- 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 . +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 - 5.34.36.1-6 +- Make the package architecture specific (https://pagure.io/releng/issue/6359) + * Sun Jun 04 2017 Jitka Plesnikova - 5.34.36.1-5 - Perl 5.26 rebuild