From c70e9370f9c5c225a7f59e8484b87bc40534433f Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jan 24 2017 10:42:26 +0000 Subject: Enable on AArch64 platform --- diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index f859d6c..f7f5071 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: 2%{?dist} +Release: 3%{?dist} Summary: Utility package to install and locate CERN's ROOT library # README: GPLv2+ # lib/Alien/ROOT.pm: GPLv2+ @@ -12,9 +12,8 @@ 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 aarch64 (bug #1392467), ppc64 (bug #1392475), -# ppc64le (bug #1392479) -ExclusiveArch: noarch %{arm} %{ix86} x86_64 +# Root is not supported on ppc64 (bug #1392475), ppc64le (bug #1392479) +ExclusiveArch: noarch aarch64 %{arm} %{ix86} x86_64 BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -81,6 +80,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Tue Jan 24 2017 Petr Pisar - 5.34.36.1-3 +- Enable on AArch64 platform (bug #1392467) + * Mon Nov 07 2016 Petr Pisar - 5.34.36.1-2 - Exclude from AArch64 and 64-bit PowerPC platforms because root does not work there (bugs #1392467, #1392475, #1392479)