Bug 1200910 - aarch64 in %arm macro?
Summary: aarch64 in %arm macro?
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-11 15:53 UTC by Jaroslav Škarvada
Modified: 2015-03-20 12:56 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-20 12:56:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jaroslav Škarvada 2015-03-11 15:53:15 UTC
Description of problem:
I think aarch64 is ARM and should be listed in %arm macro (please correct me if I am wrong).

Version-Release number of selected component (if applicable):
rpm-4.12.0.1-7.fc23.1

How reproducible:
always

Steps to Reproduce:
1. rpm --eval %arm

Actual results:
no aarch64

Expected results:
aarch64

Additional info:
I had to add the following workaround to my packages:
%ifarch %{arm} aarch64
...

Comment 1 Marcin Juszkiewicz 2015-03-11 15:58:03 UTC
%arm is for 32-bit arm (armv5te in older Fedora, arm7hl in newer, probably armv6 in pidora)

aarch64 is 64-bit architecture and does not have so much common with 32-bit ones.

x86 is separated from x86-64...


Note You need to log in before you can comment on or make changes to this bug.