Multimedia - fix installation error not referencing 3isec-common clone states.

Apply install to media template
This commit is contained in:
unman 2024-05-01 12:27:14 +00:00
parent b404d9cce2
commit 4cab0eb463
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

View File

@ -1,6 +1,6 @@
Name: 3isec-qubes-sys-multimedia
Version: 2.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: creates multimedia template and qubes
License: GPLv3+
@ -46,7 +46,7 @@ if [ $1 -eq 1 ]; then
qubesctl state.apply multimedia.clone
qubesctl --skip-dom0 --targets=template-multimedia state.apply multimedia.install
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
fi
if [ $1 -eq 2 ]; then
@ -54,6 +54,8 @@ if [ $1 -eq 2 ]; then
fi
%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
- Fix installation bug
* Sun Mar 31 2024 unman <unman@thirdeyesecurity.org> - 2.3.3