Hello, On latest Centminmod beta 10 when i tried to install the updates using: Code: yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi,city-fan.org I got: Code: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-city-fan.org The GPG keys listed for the "city-fan.org repository for Red Hat Enterprise Linux (and clones) 7 (x86_64)" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository. Failing package is: city-fan.org-release-3-4.rhel7.noarch GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-city-fan.org Any help please? Thanks in advance !
You can disable the gpgcheck via Code (Text): yum-config-manager -q --save --setopt=city-fan.org.gpgcheck=0 | grep city-fan but looks like RPM GPG Keys got updated too https://mirror.city-fan.org/ftp/contrib/GPG-KEYS/ so without disabling gpgcheck above, try importing the updated GPG Key Code (Text): rpm --import https://mirror.city-fan.org/ftp/contrib/GPG-KEYS/RPM-GPG-KEY-city-fan.org-rhel-7
Glad to hear, I updated 130.00beta01's addons/customcurl.sh with the change too - will have to do the same for 124.00stable too.
Just doing an update before migrating to 124 stble and I hit this error: Code: Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-city-fan.org The GPG keys listed for the "city-fan.org repository for Red Hat Enterprise Linux (and clones) 7 (x86_64)" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository. Failing package is: perl-Exporter-Tiny-1.004003-1.rhel7.noarch GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-city-fan.org Import fixed it too, in case anyone is googling the package name.