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
_______________________________________________ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint