CentOS 7 Update impossible

Issues related to applications and software problems
Post Reply
Hanisch
Posts: 76
Joined: 2015/08/10 13:26:03

CentOS 7 Update impossible

Post by Hanisch » 2018/05/20 15:34:25

Hello,
the last Update is wrong.

Code: Select all

$ sudo yum update
...
Abhängigkeiten aufgelöst
...
Is this ok [y/d/N]: y
Downloading packages:
warning: /var/cache/yum/x86_64/7/updates/packages/scap-security-guide-0.1.36-9.el7.centos.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f533f4fa: NOKEY
Schlüssel wird von file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 geholt

Die aufgelisteten GPG-Schlüssel für die »CentOS-7 - Updates«-Paketquelle sind bereits installiert, aber sie sind nicht korrekt für dieses Paket.
Stellen Sie sicher, dass die korrekten Schlüssel-URLs für diese Paketquelle konfiguriert sind.

 Fehlgeschlagenes Paket: scap-security-guide-0.1.36-9.el7.centos.noarch
 GPG-Schlüssel sind konfiguriert als: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
What can I do to solve the problem?
How can I Exclude that package from the update?

With regards
Ch. Hanisch

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 7 Update impossible

Post by TrevorH » 2018/05/20 15:45:06

It's a bug where those packages have been signed with the wrong key - the one for the ppc architecture not x86_64. It's being corrected and will be on the mirrors soon. You can use yum --exclude=scap\* ... until then.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Hanisch
Posts: 76
Joined: 2015/08/10 13:26:03

Re: CentOS 7 Update impossible

Post by Hanisch » 2018/05/20 17:10:11

TrevorH wrote:It's a bug where those packages have been signed with the wrong key - the one for the ppc architecture not x86_64. It's being corrected and will be on the mirrors soon. You can use yum --exclude=scap\* ... until then.
Ok. - with

Code: Select all

sudo yum --exclude=scap\* update
the Update works well.
But how can I install later the excluded packages?

with regards
Ch. Hanisch

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 7 Update impossible

Post by TrevorH » 2018/05/20 20:35:34

Once the re-signed ones propagate to the mirror network, they'll automatically appear in your next yum update and go on then. If it doesn't pick it up automatically then you can try running yum clean all to make it recheck for newer package info next time you update.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Hanisch
Posts: 76
Joined: 2015/08/10 13:26:03

[Solved]CentOS 7 Update impossible

Post by Hanisch » 2018/05/21 08:02:19

TrevorH wrote:Once the re-signed ones propagate to the mirror network, they'll automatically appear in your next yum update and go on then. If it doesn't pick it up automatically then you can try running yum clean all to make it recheck for newer package info next time you update.
Ok. - Thank you.

with regards
Ch. Hanisch

Post Reply