Hi.
On Wed, 31 Jan 2024 00:21:50 -0500 Jon LaBadie wrote:
$ rpm --verify glibc-headers-x86
$ rpm --verify glibc-devel.x86_64
After renaming stdio.h the first command reports it as missing.
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.