Open hvenev opened 6 months ago
I confirm this issue. rpm added it, among other architectures, in https://github.com/rpm-software-management/rpm/commit/cd46c1704ccd8eeb9b600729a0a1c8738b66b847.
Comparing rpm's macros.in, DNF5 is missing: x86_64_v2, x86_64_v3, x86_64_v4, em64t.
I've briefly checked libsolv and x86_64_v2, _v3, and _v4 are supported there. I don't see em64t though. https://github.com/openSUSE/libsolv/blob/master/src/poolarch.c
Maybe it needs to get added to
libdnf5/rpm/arch_private.hpp
?