-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
rhel-9.6.z, rhel-10.0.z, rhel-10.1, rhel-9.7
-
None
-
No
-
None
-
rhel-swm
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
x86_64
-
None
There is an issue when checking the RPM signatures in RHEL.
# rpm qa --qf "%{name}%{version}-%{release}.%{arch} %{SIGPGP:pgpsig}\n" | grep -v "Key ID" ... libxml2-2.9.13-11.el9_6.x86_64 (none) sqlite-libs-3.34.1-8.el9_6.x86_64 (none) ...
Some of the packages appear to be missing their signatures based on the above result, but the signatures can be seen in the following command.
# rpm -qi libxml2-2.9.13-11.el9_6.x86_64 | grep Signature Signature : RSA/SHA256, Thu 31 Jul 2025 10:01:58 AM CST, Key ID 199e2f91fd431d51 # rpm -qi sqlite-libs-3.34.1-8.el9_6.x86_64 | grep Signature Signature : RSA/SHA256, Fri 25 Jul 2025 01:15:55 PM CST, Key ID 199e2f91fd431d51
This issue occurs in the current RHEL minor releases (eg, 9.7, 9.8, 10.1, 10,2) and the zstream of published RHEL systems (eg, 9,6, 9,4, 10,0).