qubes-release: import all keys on update

This commit is contained in:
Marek Marczykowski 2012-11-15 18:57:11 +01:00
parent 5e82de56c1
commit 81c9edc244

View File

@ -75,8 +75,9 @@ EOF
# On Mar 31, 2012, the Qubes signing key has changed
# The new key is brought by this RPM, but we also
# need to explicitly import it to RPM DB
# Also need to import other keys - especially release 2 (for upgrade purpose)
if [ $1 -gt 1 ]; then
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-1-primary
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-* || true
fi