Skip to content

Commit

Permalink
rpm: pull in audio packages on dom0 upgrade
Browse files Browse the repository at this point in the history
Since dom0 still functions as GUI VM by default, we still install GUI
and Audio packages in dom0 by default. Lets pull them by dependencies,
to have them automatically installed on normal upgrade.
  • Loading branch information
marmarek committed Apr 9, 2020
1 parent aa84bf6 commit 576ce38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm_spec/gui-daemon.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Summary: Dom0 part of Qubes GUI
# For now require also gui-daemon in dom0, when dropping GUI in dom0, this
# dependency should be dropped
Requires: qubes-gui-daemon
# Pull also audio packages for easier upgrade
Requires: qubes-audio-daemon
Requires: qubes-audio-dom0
Requires: qubes-core-dom0 >= 1.3.14
Requires: python%{python3_pkgversion}-setuptools

Expand Down

0 comments on commit 576ce38

Please sign in to comment.