From f97d3f94ce7d2018739a0dbac2cbe8d6682acfbf Mon Sep 17 00:00:00 2001 From: unman Date: Wed, 1 May 2024 23:37:16 +0000 Subject: [PATCH] Multimedia - fix installation error. Install to template-store --- multimedia.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia.spec b/multimedia.spec index 7970b9f..6cc140c 100644 --- a/multimedia.spec +++ b/multimedia.spec @@ -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 - 2.3.6 +- Fix installation bug * Wed May 01 2024 unman - 2.3.5 - Fix installation bug * Wed May 01 2024 unman - 2.3.4