mirror of
https://github.com/unman/shaker.git
synced 2024-12-27 00:09:41 -05:00
24 lines
410 B
RPMSpec
24 lines
410 B
RPMSpec
|
Name: gpg
|
||
|
Version: 1.0
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Salt gpg template
|
||
|
|
||
|
License: GPLv3+
|
||
|
SOURCE0: gpg
|
||
|
|
||
|
%description
|
||
|
Salt state to implement split-gpg
|
||
|
|
||
|
%install
|
||
|
rm -rf %{buildroot}
|
||
|
mkdir -p %{buildroot}/srv/salt
|
||
|
cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
/srv/salt/gpg/*
|
||
|
|
||
|
%changelog
|
||
|
* Wed Fed 03 2021 unman <unman@thirdeyesecurity.org>
|
||
|
- First Build
|