2022-05-25 11:16:59 -04:00
|
|
|
Name: 3isec-qubes-builder
|
2023-02-21 08:52:35 -05:00
|
|
|
Version: 1.2
|
2021-02-02 19:42:01 -05:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Salt builder template
|
|
|
|
|
|
|
|
License: GPLv3+
|
2023-02-21 08:52:35 -05:00
|
|
|
SOURCE0: builder
|
2021-02-02 19:42:01 -05:00
|
|
|
|
|
|
|
%description
|
2022-05-25 11:16:59 -04:00
|
|
|
Salt state for builder qube and template
|
2021-02-02 19:42:01 -05:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2022-05-25 11:16:59 -04:00
|
|
|
mkdir -p %{buildroot}/srv/salt/build
|
|
|
|
cp -rv %{SOURCE0}/* %{buildroot}/srv/salt/build
|
2021-02-02 19:42:01 -05:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2022-05-25 11:16:59 -04:00
|
|
|
/srv/salt/build/*
|
|
|
|
|
|
|
|
%pos
|
|
|
|
qubesctl state.apply build.create
|
|
|
|
qubesctl --skip-dom0 --targets=template-builder state.apply build.install
|
|
|
|
qubesctl --skip-dom0 --targets=builder state.apply build.config
|
|
|
|
|
2021-02-02 19:42:01 -05:00
|
|
|
|
|
|
|
%changelog
|
2023-02-21 08:52:35 -05:00
|
|
|
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.02
|
|
|
|
- Use pillar for cacher to determine repo changes
|
2022-05-25 11:16:59 -04:00
|
|
|
* Sat May 21 2021 unman <unman@thirdeyesecurity.org>
|
|
|
|
- Change name
|
|
|
|
* Wed Feb 03 2021 unman <unman@thirdeyesecurity.org>
|
2021-02-02 19:42:01 -05:00
|
|
|
- First Build
|