mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Update spec files for pillar use
This commit is contained in:
parent
9f1e8be5ef
commit
9323a7bc7a
@ -1,10 +1,10 @@
|
||||
Name: 3isec-qubes-builder
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Salt builder template
|
||||
|
||||
License: GPLv3+
|
||||
SOURCE0: builder
|
||||
SOURCE0: builder
|
||||
|
||||
%description
|
||||
Salt state for builder qube and template
|
||||
@ -25,6 +25,8 @@ qubesctl --skip-dom0 --targets=builder state.apply build.config
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.02
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Sat May 21 2021 unman <unman@thirdeyesecurity.org>
|
||||
- Change name
|
||||
* Wed Feb 03 2021 unman <unman@thirdeyesecurity.org>
|
||||
|
4
git.spec
4
git.spec
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-git
|
||||
Version: 0.1
|
||||
Version: 0.02
|
||||
Release: 1%{?dist}
|
||||
Summary: Create sys-git in Qubes
|
||||
|
||||
@ -107,5 +107,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.02
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Wed Nov 16 2022 unman <unman@thirdeyesecurity.org> - 0.1
|
||||
- First Build
|
||||
|
4
gpg.spec
4
gpg.spec
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-split-gpg
|
||||
Version: 2.0
|
||||
Version: 2.05
|
||||
Release: 1%{?dist}
|
||||
Summary: split-gpg in Qubes
|
||||
|
||||
@ -42,6 +42,8 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 2.05
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-split-monero
|
||||
Version: 0.1
|
||||
Version: 0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Create a split monero wallet in Qubes
|
||||
|
||||
@ -48,5 +48,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.02
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Wed Oct 05 2022 unman <unman@thirdeyesecurity.org> - 0.1
|
||||
- First Build
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-mullvad-vpn
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Set up a Mullvad wireguard proxy in Qubes
|
||||
|
||||
@ -53,6 +53,8 @@ cp -rv %{SOURCE0}/setup_MullvadVPN.sh %{buildroot}/usr/bin/setup_MullvadVPN.sh
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
/srv/salt/mullvad/*
|
||||
/usr/share/applications/qubes-setup-MullvadVPN.desktop
|
||||
/usr/bin/setup_MullvadVPN.sh
|
||||
|
||||
%post
|
||||
if [ $1 -eq 1 ]; then
|
||||
@ -69,6 +71,8 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.02
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Mon Nov 28 2022 unman <unman@thirdeyesecurity.org> - 1.1
|
||||
- Fix wireshark typo
|
||||
* Mon Aug 08 2022 unman <unman@thirdeyesecurity.org> - 1.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-sys-multimedia
|
||||
Version: 2.1
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: creates multimedia template and qubes
|
||||
|
||||
@ -46,6 +46,9 @@ if [ $1 -eq 1 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 2.2
|
||||
- Use pillar for cacher to determine repo changes
|
||||
dd
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-mutt
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Prepares qube for using mutt in Qubes
|
||||
|
||||
@ -31,5 +31,7 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.1
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Wed Jul 15 2021 unman <unman@thirdeyesecurity.org>
|
||||
- First Build
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-sys-vpn
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Create an openvpn proxy in Qubes
|
||||
|
||||
@ -65,6 +65,8 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.3
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Thu Sep 29 2022 unman <unman@thirdeyesecurity.org> - 1.2
|
||||
- Force creation of menu item for setup script.
|
||||
* Sat Sep 17 2022 unman <unman@thirdeyesecurity.org> - 1.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-pihole
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Creates Pi-hole server for Qubes
|
||||
|
||||
@ -59,6 +59,8 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.3
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Fri Sep 9 2022 unman <unman@thirdeyesecurity.org>
|
||||
- Include dom0-update,so full replacement for sys-firewall.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-sys-printer
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Salt a printer qube in Qubes
|
||||
|
||||
@ -57,6 +57,8 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.3
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Sun May 22 2022 unman <unman@thirdeyesecurity.org> - 1.2
|
||||
- Add template and package installation to post
|
||||
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-sys-ssh-agent
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Create a service qube to hold ssh-agents
|
||||
|
||||
@ -57,6 +57,8 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.2
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Mon Jun 06 2022 unman <unman@thirdeyesecurity.org> - 1.1
|
||||
- Update post scripts
|
||||
* Sun May 22 2022 unman <unman@thirdeyesecurity.org> - 1.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-reader
|
||||
Version: 0.2
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Prepares useful software in Qubes
|
||||
|
||||
@ -36,6 +36,8 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.0
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Sat Nov 26 2022 unman <unman@thirdeyesecurity.org>
|
||||
- Fix error on setting templates
|
||||
* Fri Sep 09 2022 unman <unman@thirdeyesecurity.org>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: 3isec-qubes-syncthing
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Syncthing in Qubes
|
||||
|
||||
@ -73,6 +73,8 @@ fi
|
||||
%postun
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.1
|
||||
- Use pillar for cacher to determine repo changes
|
||||
* Fri Sep 9 2022 unman <unman@thirdeyesecurity.org>
|
||||
- Better handling of open ports
|
||||
- Clean up on package removal
|
||||
|
Loading…
Reference in New Issue
Block a user