[Rpm-maint] [rpm-software-management/rpm] rpmrc: Add architecture compatibility mapping between aarch64 and arm64 (#397)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Sat Feb 17 13:25:56 UTC 2018
AArch64 has another common name for the architecture: `arm64`. And while compilers and RPM use `aarch64`, the kernel and a number of language ecosystems use `arm64`.
In addition, Debian packages use the `arm64` architecture name to refer to `aarch64`, and AArch64 packages that are translated from DEB to RPM format tend to not be installable because there's not a sufficient architecture mapping.
This change adds the `arm64` identifier as an alias for `aarch64` so that this works as expected, rather than breaking on unknown architectures.
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/397
-- Commit Summary --
* rpmrc: Add architecture compatibility mapping between aarch64 and arm64
-- File Changes --
M rpmrc.in (10)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/397.patch
https://github.com/rpm-software-management/rpm/pull/397.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/397
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180217/1028b790/attachment.html>
More information about the Rpm-maint
mailing list