mirror of
https://github.com/unman/shaker.git
synced 2025-08-01 18:46:05 -04:00
Multimedia -update spec file for upgrade
This commit is contained in:
parent
1956fd993a
commit
c1a47ddd11
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: 3isec-qubes-sys-multimedia
|
Name: 3isec-qubes-sys-multimedia
|
||||||
Version: 2.3
|
Version: 2.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: creates multimedia template and qubes
|
Summary: creates multimedia template and qubes
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
@ -46,8 +46,13 @@ if [ $1 -eq 1 ]; then
|
||||||
qubesctl --skip-dom0 --targets=media state.apply 3isec-common.store.install
|
qubesctl --skip-dom0 --targets=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
|
||||||
|
qubesctl --skip-dom0 --targets=media state.apply multimedia.configure
|
||||||
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 31 2024 unman <unman@thirdeyesecurity.org> - 2.3.3
|
||||||
|
- Make call to disposable-open view-only
|
||||||
* Fri Mar 15 2024 unman <unman@thirdeyesecurity.org> - 2.3.2
|
* Fri Mar 15 2024 unman <unman@thirdeyesecurity.org> - 2.3.2
|
||||||
- Use 3isec-common for thunar install
|
- Use 3isec-common for thunar install
|
||||||
* Tue Feb 13 2024 unman <unman@thirdeyesecurity.org> - 2.3
|
* Tue Feb 13 2024 unman <unman@thirdeyesecurity.org> - 2.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue