b47faf
@@ -102,6 +102,7 @@
Group: System Environment/Base
Conflicts: %{name} < 8.0-0.1905.0.10
BuildArch: noarch
+ Provides: distribution-gpg-keys = 0
%description -n centos-gpg-keys
%{product_family} RPM signature keys
Mock bootstrap looks for 'distribution-gpg-keys' which we can provide in the right place.
per https://bugs.centos.org/view.php?id=16992
rebased onto b47faf1
We don't install those keys in the right place for that. distribution-gpg-keys is in EPEL8 already.
distribution-gpg-keys
The proposed solution is not valid. The correct solution would be to adjust the bare CentOS configs (that is, the ones without EPEL) to not require distribution-gpg-keys. This should easily be possible, since Mock allows overriding the package set installed for bootstrap and regular install.
Pull-Request has been closed by carlwgeorge
Mock bootstrap looks for 'distribution-gpg-keys' which we can provide in the right place.
per https://bugs.centos.org/view.php?id=16992