The package rpms/perl-Alien-ROOT.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/perl-Alien-ROOT.git/commit/?id=06509... https://src.fedoraproject.org/cgit/rpms/perl-Alien-ROOT.git/commit/?id=5eed7... https://src.fedoraproject.org/cgit/rpms/perl-Alien-ROOT.git/commit/?id=6eec1....
Change: +ExcludeArch: s390x +ExcludeArch: ppc64le -ExcludeArch: ppc64le
Thanks.
Full change: ============
commit 6eec1ce1c4d1144cb4fa51bd3fbdb2d5340a4010 Author: Petr Písař ppisar@redhat.com Date: Thu Jan 18 09:41:22 2018 +0100
Enable support for PowerPC because root becomes available there
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index f879e58..d1bdef2 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: 6%{?dist} +Release: 7%{?dist} Summary: Utility package to install and locate CERN's ROOT library # README: GPLv2+ # lib/Alien/ROOT.pm: GPLv2+ @@ -16,10 +16,6 @@ Patch0: Alien-ROOT-v5.34.36.1-Disable-build-time-check-for-Root.patch # This is workaround for https://pagure.io/releng/issue/6359. # And disable debuginfo generation becaue of no compiled code, bug #1141466 %global debug_package %{nil} -# bug #1392475 -ExcludeArch: ppc64 -# bug #1392479 -ExcludeArch: ppc64le # bug #1482813 ExcludeArch: s390x BuildRequires: coreutils @@ -87,6 +83,10 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/*
%changelog +* Thu Jan 18 2018 Petr Pisar ppisar@redhat.com - 5.34.36.1-7 +- Enable support for PowerPC because root becomes available there + (bugs #1392475, #1392479) + * Fri Aug 18 2017 Petr Pisar ppisar@redhat.com - 5.34.36.1-6 - Disable building for s390x platform because of missing root (bug #1482813)
commit 292af13cf09dec3d908139671686bc5371ea2cbc Author: Petr Písař ppisar@redhat.com Date: Fri Aug 18 09:02:15 2017 +0200
Modernize spec file
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index d1064cd..f879e58 100644 --- a/perl-Alien-ROOT.spec +++ b/perl-Alien-ROOT.spec @@ -8,7 +8,6 @@ Summary: Utility package to install and locate CERN's ROOT library # inc/inc_Params-Check/Params/Check.pm: GPL+ or Artistic # inc/inc_Locale-Maketext-Simple/Locale/Maketext/Simple.pm: MIT with exception License: GPLv2+ -Group: Development/Libraries URL: http://search.cpan.org/dist/Alien-ROOT/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Alien-ROOT-v%%7Bversion%7D.tar.... Patch0: Alien-ROOT-v5.34.36.1-Disable-build-time-check-for-Root.patch @@ -25,8 +24,8 @@ ExcludeArch: ppc64le ExcludeArch: s390x BuildRequires: coreutils BuildRequires: findutils -BuildRequires: perl-interpreter BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(Archive::Extract) BuildRequires: perl(base) BuildRequires: perl(Carp)
commit 06509674a9f94484a70b6a76b4bcafbf1070542d Author: Petr Písař ppisar@redhat.com Date: Fri Aug 18 08:57:04 2017 +0200
Disable building for s390x platform because of missing root
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index 19076de..d1064cd 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+ @@ -21,6 +21,8 @@ Patch0: Alien-ROOT-v5.34.36.1-Disable-build-time-check-for-Root.patch ExcludeArch: ppc64 # bug #1392479 ExcludeArch: ppc64le +# bug #1482813 +ExcludeArch: s390x BuildRequires: coreutils BuildRequires: findutils BuildRequires: perl-interpreter @@ -86,6 +88,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/*
%changelog +* Fri Aug 18 2017 Petr Pisar ppisar@redhat.com - 5.34.36.1-6 +- Disable building for s390x platform because of missing root (bug #1482813) + * Thu Jun 15 2017 Petr Pisar ppisar@redhat.com - 5.34.36.1-5 - Make the package architecture specific (https://pagure.io/releng/issue/6359)
commit 5eed7c98eaab28ddf15531d659498937a22674f9 Author: Petr Písař ppisar@redhat.com Date: Fri Aug 18 08:51:00 2017 +0200
Reword architecture exclusion
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index 129d1d8..19076de 100644 --- a/perl-Alien-ROOT.spec +++ b/perl-Alien-ROOT.spec @@ -12,12 +12,15 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Alien-ROOT/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Alien-ROOT-v%%7Bversion%7D.tar.... Patch0: Alien-ROOT-v5.34.36.1-Disable-build-time-check-for-Root.patch -# Make packages architecture specific to prevent building on -# ppc64 (bug #1392475), ppc64le (bug #1392479) +# Make packages architecture specific to prevent building on architectures +# were root package is not available. # This is workaround for https://pagure.io/releng/issue/6359. -ExcludeArch: ppc64 ppc64le -# Bugs #1141466 +# And disable debuginfo generation becaue of no compiled code, bug #1141466 %global debug_package %{nil} +# bug #1392475 +ExcludeArch: ppc64 +# bug #1392479 +ExcludeArch: ppc64le BuildRequires: coreutils BuildRequires: findutils BuildRequires: perl-interpreter
commit 9d0d0f842103791c9b1d00726248d3de7fab7803 Author: Petr Písař ppisar@redhat.com Date: Wed Jul 12 14:07:12 2017 +0200
perl dependency renamed to perl-interpreter https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index 6b4b9dd..129d1d8 100644 --- a/perl-Alien-ROOT.spec +++ b/perl-Alien-ROOT.spec @@ -20,7 +20,7 @@ ExcludeArch: ppc64 ppc64le %global debug_package %{nil} BuildRequires: coreutils BuildRequires: findutils -BuildRequires: perl +BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(Archive::Extract) BuildRequires: perl(base)
arch-excludes@lists.fedoraproject.org