From 5dd3a7ebd2429e9234064370c43c915fc00bb15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 13 May 2013 08:55:04 +0200 Subject: [PATCH] Use lib64 directories on aarch64 architecture --- perl.spec | 7 +++++-- 1 file 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 - 4:5.16.3-273 +- Use lib64 directories on aarch64 architecture (bug #961900) + * Fri May 10 2013 Petr Pisar - 4:5.16.3-272 - Make regular expression engine safe in a signal handler (bug #849703) - Remove bundled ExtUtils-ParseXS, and Time-HiRes