Multimedia - fix installation error. Install to template-store

This commit is contained in:
unman 2024-05-01 23:37:16 +00:00
parent 08f34b8fcf
commit f97d3f94ce
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: 5%{?dist}
Release: 6%{?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=template-media state.apply 3isec-common.store.install
qubesctl --skip-dom0 --targets=template-store 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
* Thu May 02 2024 unman <unman@thirdeyesecurity.org> - 2.3.6
- Fix installation bug
* 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