On Wed, 31 Jan 2024 00:21:50 -0500 Jon LaBadie wrote:
Observation Oddity: glibc-headers uses -x86 whereas most packages use .x86 (dash vs dot)
The reason is that the name of the glibc-headers RPM is in fact glibc-headers-x86
rpm -qi glibc-headers-x86 Name : glibc-headers-x86 Version : 2.38 Release : 14.fc39
<snip> Description : The glibc-headers-x86 package contains the architecture-specific header files which cannot be included in glibc-devel package.
Ahh, and the x86 (actually x86_64) following the "dot" are architecture. Thanks.