mirror of
https://github.com/unman/shaker.git
synced 2025-08-09 22:42:15 -04:00
Multimedia - fix installation error not referencing 3isec-common clone states.
Apply install to media template
This commit is contained in:
parent
b404d9cce2
commit
4cab0eb463
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: 3isec-qubes-sys-multimedia
|
Name: 3isec-qubes-sys-multimedia
|
||||||
Version: 2.3
|
Version: 2.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: creates multimedia template and qubes
|
Summary: creates multimedia template and qubes
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
@ -46,7 +46,7 @@ if [ $1 -eq 1 ]; then
|
||||||
qubesctl state.apply multimedia.clone
|
qubesctl state.apply multimedia.clone
|
||||||
qubesctl --skip-dom0 --targets=template-multimedia state.apply multimedia.install
|
qubesctl --skip-dom0 --targets=template-multimedia state.apply multimedia.install
|
||||||
qubesctl state.apply multimedia.create
|
qubesctl state.apply multimedia.create
|
||||||
qubesctl --skip-dom0 --targets=media state.apply 3isec-common.store.install
|
qubesctl --skip-dom0 --targets=template-media state.apply 3isec-common.store.install
|
||||||
qubesctl --skip-dom0 --targets=media state.apply multimedia.configure
|
qubesctl --skip-dom0 --targets=media state.apply multimedia.configure
|
||||||
fi
|
fi
|
||||||
if [ $1 -eq 2 ]; then
|
if [ $1 -eq 2 ]; then
|
||||||
|
@ -54,6 +54,8 @@ if [ $1 -eq 2 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> - 2.3.5
|
||||||
|
- Fix installation bug
|
||||||
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> - 2.3.4
|
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> - 2.3.4
|
||||||
- Fix installation bug
|
- Fix installation bug
|
||||||
* Sun Mar 31 2024 unman <unman@thirdeyesecurity.org> - 2.3.3
|
* Sun Mar 31 2024 unman <unman@thirdeyesecurity.org> - 2.3.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue