mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Split GPG - example spec file
This commit is contained in:
parent
ddef63b3c6
commit
8f9bf9d0f8
23
gpg.spec
Normal file
23
gpg.spec
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user