[perl/f19] Use lib64 directories on aarch64 architecture

Petr Pisar ppisar at fedoraproject.org
Mon May 13 07:04:55 UTC 2013


commit bfc5f12261925c0c9c059c9b5d6048bc1c827a44
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 0f3cabd..f9936d8 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:        263%{?dist}
+Release:        264%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -3172,6 +3172,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon May 13 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-264
+- Use lib64 directories on aarch64 architecture (bug #961900)
+
 * Fri May 10 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-263
 - Make regular expression engine safe in a signal handler (bug #849703)
 


More information about the scm-commits mailing list