mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Update spec files
This commit is contained in:
parent
ad28554ded
commit
52227272c9
@ -1,6 +1,6 @@
|
|||||||
Name: 3isec-qubes-common
|
Name: 3isec-qubes-common
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Common files for 3isec packages
|
Summary: Common files for 3isec packages
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -23,6 +23,8 @@ cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
|
|||||||
%preun
|
%preun
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> 1.1.2
|
||||||
- Add store.clone files
|
- Add store.clone files
|
||||||
* Mon Mar 11 2024 unman <unman@thirdeyesecurity.org>
|
* 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
|
Summary: Create sys-git in Qubes
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
SOURCE0: git
|
SOURCE0: git
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a central git qube, named sys-git.
|
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
|
qubesctl --skip-dom0 --targets=sys-git state.apply git.install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
fi
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 06 2024 unman <unman@thirdeyesecurity.org> - 1.03
|
* Tue Feb 06 2024 unman <unman@thirdeyesecurity.org> - 1.03
|
||||||
- Update for Qubes 4.2
|
- Update for Qubes 4.2
|
||||||
|
Loading…
Reference in New Issue
Block a user