qubes-release: Import new RPM signing key in %post
This commit is contained in:
parent
5191039e8a
commit
a5a2faa768
@ -71,6 +71,13 @@ cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF
|
|||||||
%%fc%{fedora_base_version} 1
|
%%fc%{fedora_base_version} 1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
%post
|
||||||
|
# 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
|
||||||
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-1-primary
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user