qubes-release: import RPM keys at the end of installation.
Wait with this to the end, to make sure that all keys will be imported and also have all required tools (gpg, rpmkeys etc) in place. We can't add them as dependencies, because qubes-release package needs to be installed very early. QubesOS/qubes-issues#2574
This commit is contained in:
parent
d706bb5d31
commit
e7c62e4463
@ -97,7 +97,7 @@ cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF
|
||||
%%fc%{fedora_base_version} 1
|
||||
EOF
|
||||
|
||||
%post
|
||||
%posttrans
|
||||
# Import all keys b/c rpm won't do it automatically (as opposite to yum)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-* || true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user