mirror of
https://github.com/unman/shaker.git
synced 2025-07-12 17:29:37 -04:00
Split GPG - example spec file
This commit is contained in:
parent
ddef63b3c6
commit
8f9bf9d0f8
1 changed files with 23 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue