mirror of
https://github.com/unman/shaker.git
synced 2025-08-01 18:46:05 -04:00
Split GPG spec - rename sys-gpg
This commit is contained in:
parent
ed5b51f241
commit
cd016870a4
1 changed files with 3 additions and 1 deletions
4
gpg.spec
4
gpg.spec
|
@ -26,12 +26,14 @@ fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 -eq 0 ]; then
|
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 14 2022 unman <unman@thirdeyesecurity.org> - 2.0
|
* 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
|
- Update to Qubes 4.1
|
||||||
- Change policies on package install and removal
|
- Change policies on package install and removal
|
||||||
* Wed Fed 03 2021 unman <unman@thirdeyesecurity.org>
|
* Wed Fed 03 2021 unman <unman@thirdeyesecurity.org>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue