[perl] Use lib64 directories on aarch64 architecture

Petr Pisar ppisar at fedoraproject.org
Mon May 13 07:02:57 UTC 2013


commit 5dd3a7ebd2429e9234064370c43c915fc00bb15c
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 13 08:55:04 2013 +0200

    Use lib64 directories on aarch64 architecture

 perl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 146b5a0..f2fa419 100644
--- a/perl.spec
+++ b/perl.spec
@@ -3,7 +3,7 @@
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
 
-%global multilib_64_archs x86_64 s390x ppc64 sparc64
+%global multilib_64_archs aarch64 ppc64 s390x sparc64 x86_64 
 %global parallel_tests 1
 %global tapsetdir   %{_datadir}/systemtap/tapset
 
@@ -31,7 +31,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        272%{?dist}
+Release:        273%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -3544,6 +3544,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon May 13 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-273
+- Use lib64 directories on aarch64 architecture (bug #961900)
+
 * Fri May 10 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-272
 - Make regular expression engine safe in a signal handler (bug #849703)
 - Remove bundled ExtUtils-ParseXS, and Time-HiRes


More information about the scm-commits mailing list