mirror of
https://github.com/unman/shaker.git
synced 2025-10-11 12:28:37 -04:00
Update spec files
This commit is contained in:
parent
ad28554ded
commit
52227272c9
2 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
Name: 3isec-qubes-common
|
||||
Version: 1.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Common files for 3isec packages
|
||||
|
||||
License: GPLv3+
|
||||
|
@ -23,6 +23,8 @@ cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
|
|||
%preun
|
||||
|
||||
%changelog
|
||||
* Thu June 13 2024 unman <unman@thirdeyesecurity.org> 1.1.3
|
||||
- Add tunnel script
|
||||
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> 1.1.2
|
||||
- Add store.clone files
|
||||
* Mon Mar 11 2024 unman <unman@thirdeyesecurity.org>
|
||||
|
|
6
git.spec
6
git.spec
|
@ -4,7 +4,7 @@ Release: 1%{?dist}
|
|||
Summary: Create sys-git in Qubes
|
||||
|
||||
License: GPLv3+
|
||||
SOURCE0: git
|
||||
SOURCE0: git
|
||||
|
||||
%description
|
||||
This package provides a central git qube, named sys-git.
|
||||
|
@ -102,10 +102,6 @@ if [ $1 -eq 1 ]; then
|
|||
qubesctl --skip-dom0 --targets=sys-git state.apply git.install
|
||||
fi
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2024 unman <unman@thirdeyesecurity.org> - 1.03
|
||||
- Update for Qubes 4.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue