mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
28 lines
519 B
RPMSpec
28 lines
519 B
RPMSpec
|
Name: 3isec-qubes-common
|
||
|
Version: 1.1
|
||
|
Release: 1%{?dist}
|
||
|
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
|
||
|
* Mon Mar 11 2024 unman <unman@thirdeyesecurity.org>
|
||
|
- First Build
|