| Summary: |
aarch64 should be added to perl multilib_64_archs |
| Product: |
[Fedora] Fedora
|
Reporter: |
Mark Salter <msalter> |
| Component: |
perl | Assignee: |
Jitka Plesnikova <jplesnik> |
| Status: |
CLOSED
ERRATA
|
QA Contact: |
Fedora Extras Quality Assurance <extras-qa> |
| Severity: |
unspecified
|
Docs Contact: |
|
| Priority: |
unspecified
|
|
|
| Version: |
19 | CC: |
cweyl, iarnell, jplesnik, kasal, lkundrak, mmaslano, perl-devel, ppisar, psabata, rc040203, tcallawa
|
| Target Milestone: |
--- | |
|
| Target Release: |
--- | |
|
| Hardware: |
Unspecified | |
|
| OS: |
Unspecified | |
|
| Whiteboard: |
|
|
Fixed In Version:
|
perl-5.16.3-273.fc20
|
Doc Type:
|
Bug Fix
|
|
Doc Text:
|
|
Story Points:
|
---
|
|
Clone Of:
|
|
Environment:
|
|
|
Last Closed:
|
2013-10-07 06:22:30 UTC
|
Type:
|
Bug
|
|
Regression:
|
---
|
Mount Type:
|
---
|
|
Documentation:
|
---
|
CRM:
|
|
|
Verified Versions:
|
|
Category:
|
---
|
|
oVirt Team:
|
---
|
RHEL 7.3 requirements from Atomic Host:
|
|
|
Cloudforms Team:
|
---
|
Target Upstream Version:
|
|
|
Embargoed:
|
|
| |
Description of problem: Perl specfile needs aarch64 added to perl multilib_64_archs definition: diff --git a/perl.spec b/perl.spec index 19cecd2..fff2157 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 x86_64 s390x ppc64 sparc64 aarch64 %global parallel_tests 1 %global tapsetdir %{_datadir}/systemtap/tapset Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: