There's nothing to update here, because this is not a bug in rpm. As the 
message says, the issue is a malformed signature in some packages, and the 
upstreams of such packages should be notified to allow them to fix their 
signing.

The trick to get rid of them is to note the `h#` number from the error message, 
query for that with `rpm -q --nosignature <number>` to get the package name and 
then `rpm -e --nosignature <name>` it. 

Or `rpm -e --nosignature $(rpm --nosignature --querybynumber <number>` will get 
rid of it in one go, but then you'll miss what package it actually was.



-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2351#issuecomment-1837992373
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2351/1837992...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to