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=86b53....
Change: -ExcludeArch: ppc64le
Thanks.
Full change: ============
commit 86b5325539d654e84e4b587792ec70c9e6c3d1aa 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 227a833..c511810 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: 9%{?dist} +Release: 10%{?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-10 +- 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-9 - Disable building for s390x platform because of missing root (bug #1482813)
arch-excludes@lists.fedoraproject.org