Use lib64 directories on aarch64 architecture
This commit is contained in:
parent
e68e3d8325
commit
5dd3a7ebd2
@ -3,7 +3,7 @@
|
|||||||
%global perl_arch_stem -thread-multi
|
%global perl_arch_stem -thread-multi
|
||||||
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
%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 parallel_tests 1
|
||||||
%global tapsetdir %{_datadir}/systemtap/tapset
|
%global tapsetdir %{_datadir}/systemtap/tapset
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 272%{?dist}
|
Release: 273%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -3544,6 +3544,9 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-273
|
||||||
|
- Use lib64 directories on aarch64 architecture (bug #961900)
|
||||||
|
|
||||||
* Fri May 10 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-272
|
* Fri May 10 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-272
|
||||||
- Make regular expression engine safe in a signal handler (bug #849703)
|
- Make regular expression engine safe in a signal handler (bug #849703)
|
||||||
- Remove bundled ExtUtils-ParseXS, and Time-HiRes
|
- Remove bundled ExtUtils-ParseXS, and Time-HiRes
|
||||||
|
Loading…
Reference in New Issue
Block a user