Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
org.osbuild.rpm: make
rpm --install
check signatures
It turns out that rpm will happily check signatures on `--install`, that's just not the default behavior, because of Historical Reasons. This commit enables RPM's signature checking and drops our manual check, which will probably speed up the RPM stage a little bit. Fun! Oh, also there's two bonus code cleanups: one to use f-strings harder, and one to make sure we ignore whitespace in package checksum strings.
- Loading branch information