Fedora Account System
Red Hat Associate
Red Hat Customer
This is a tracking bug for Change: Changes/Enforcing signature checking by default For more details, see: https://fedoraproject.org/wiki/Changes/Enforcing_signature_checking_by_default Change the RPM default package verification mode to enforcing signature checking, to follow upstream RPM 6.0 default: only packages with a verified signature can be installed, unless explicitly overridden by `--nosignature` or corresponding API. If you encounter a bug related to this Change, please do not comment here. Instead create a new bug and set it to block this bug.
Enabled in rawhide as of Feb 16 in rpm >= 6.0.1-5
If anyone using mock seeing gpg check failed issue (eventho you have tried setting gpg check 0 on dnf.conf, repo etc.) :facepalm: you can override this value using: config_opts['files']['/etc/rpm/macros.pkgverify'] = '%_pkgverify_level digest\n' cc: @bcl