1
0
mirror of https://github.com/unman/shaker.git synced 2025-04-11 18:39:07 -04:00

Standardise package names

This commit is contained in:
unman 2022-05-21 14:36:56 +00:00
parent cd016870a4
commit 3418d5acbc
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
4 changed files with 16 additions and 7 deletions

@ -1,5 +1,5 @@
Name: cacher
Version: 1.3
Name: 3isec-qubes-cacher
Version: 1.4
Release: 1%{?dist}
Summary: Salt a caching proxy in Qubes
@ -41,6 +41,8 @@ if [ $1 -eq 0 ]; then
fi
%changelog
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.4
- Standardise package names to 3isec-
* Sun May 15 2022 unman <unman@thirdeyesecurity.org> - 1.3
- General tidy up
- Automate configuration for standard templates on install

@ -1,4 +1,4 @@
Name: split-gpg
Name: 3isec-qubes-split-gpg
Version: 2.0
Release: 1%{?dist}
Summary: Salt split-gpg template in Qubes
@ -31,6 +31,8 @@ fi
%changelog
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.4
- Standardise package names to 3isec-
* Sat May 14 2022 unman <unman@thirdeyesecurity.org> - 2.0
- Change preun script
* Sat May 14 2022 unman <unman@thirdeyesecurity.org> - 2.0

@ -1,4 +1,4 @@
Name: sys-multimedia
Name: 3isec-qubes-sys-multimedia
Version: 2.1
Release: 1%{?dist}
Summary: Salt multimedia template and qubes
@ -20,12 +20,15 @@ cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
%post
if [ $1 -eq 1 ]; then
qubesctl state.apply multimedia.create
qubesctl state.apply multimedia.clone
qubesctl --skip-dom0 --targets=template-multimedia state.apply multimedia.install
qubesctl state.apply multimedia.create
qubesctl --skip-dom0 --targets=media state.apply multimedia.configure
fi
%changelog
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 2.1
- Standardise package names to 3isec-
* Sun May 15 2022 unman <unman@thirdeyesecurity.org> - 2.0
- Add post install salting
* Wed Feb 03 2021 unman <unman@thirdeyesecurity.org>

@ -1,5 +1,5 @@
Name: sys-printer
Version: 1.0
Name: 3isec-qubes-sys-printer
Version: 1.1
Release: 1%{?dist}
Summary: Salt a printer qube in Qubes
@ -30,5 +30,7 @@ if [ $1 -eq 0 ]; then
fi
%changelog
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.1
- Standardise package names to 3isec-
* Sun May 15 2022 unman <unman@thirdeyesecurity.org> - 1.0
- First Build