From e952eeb4c24a17129a0b636ec11ae995489fa45f Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Mar 09 2020 10:38:13 +0000 Subject: Disable on 32-bit ARM becausee of root package --- diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec index 13a539f..5aa5215 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: 17%{?dist} +Release: 18%{?dist} Summary: Utility package to install and locate CERN's ROOT library # README: GPLv2+ # lib/Alien/ROOT.pm: GPLv2+ @@ -18,6 +18,8 @@ Patch0: Alien-ROOT-v5.34.36.1-Disable-build-time-check-for-Root.patch %global debug_package %{nil} # bug #1482813 ExcludeArch: s390x +# root is not available on 32-bit ARM, bug #1004354 +ExcludeArch: %{arm} BuildRequires: coreutils BuildRequires: findutils BuildRequires: perl-generators @@ -83,6 +85,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Mon Mar 09 2020 Petr Pisar - 5.34.36.1-18 +- Disable on 32-bit ARM becausee of root package (bug #1004354) + * Wed Jan 29 2020 Fedora Release Engineering - 5.34.36.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild