Split GPG spec - rename sys-gpg

This commit is contained in:
unman 2022-05-20 12:07:25 +00:00
parent ed5b51f241
commit cd016870a4
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

View File

@ -26,12 +26,14 @@ fi
%preun
if [ $1 -eq 0 ]; then
sed -i /qubes.Gpg.*target=gpg/d /etc/qubes/policy.d/30-user.policy
sed -i /qubes.Gpg.*target=sys-gpg/d /etc/qubes/policy.d/30-user.policy
fi
%changelog
* Sat May 14 2022 unman <unman@thirdeyesecurity.org> - 2.0
- Change preun script
* Sat May 14 2022 unman <unman@thirdeyesecurity.org> - 2.0
- Update to Qubes 4.1
- Change policies on package install and removal
* Wed Fed 03 2021 unman <unman@thirdeyesecurity.org>