2024-03-12 11:10:49 -04:00
|
|
|
Name: 3isec-qubes-common
|
|
|
|
Version: 1.1
|
2024-06-12 22:59:41 -04:00
|
|
|
Release: 3%{?dist}
|
2024-03-12 11:10:49 -04:00
|
|
|
Summary: Common files for 3isec packages
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
SOURCE0: 3isec-common
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides base sls files for use by other 3isec packages
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}/srv/salt
|
|
|
|
cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
/srv/salt/3isec-common/*
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
%changelog
|
2024-06-12 22:59:41 -04:00
|
|
|
* Thu June 13 2024 unman <unman@thirdeyesecurity.org> 1.1.3
|
|
|
|
- Add tunnel script
|
2024-05-01 08:54:32 -04:00
|
|
|
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> 1.1.2
|
|
|
|
- Add store.clone files
|
2024-03-12 11:10:49 -04:00
|
|
|
* Mon Mar 11 2024 unman <unman@thirdeyesecurity.org>
|
|
|
|
- First Build
|