Skip to content

Commit

Permalink
rpm: add version constraint for qubes-desktop-linux-manager
Browse files Browse the repository at this point in the history
Updated qubes-vm-update isn't compatible with older
qubes-desktop-linux-manager, as cmdline arguments are slightly changed.
Add conflict with the older version. Do not use Require:
qubes-desktop-linux-manager >= 4.2.24, as the requirement dependency is
in the other direction (qubes-desktop-linux-manager use qubes-vm-update,
not the other way around), and technically qubes-desktop-linux-manager
isn't required to use qubes-vm-update.

Fixes QubesOS/qubes-issues#9341
  • Loading branch information
marmarek committed Jul 5, 2024
1 parent d7ee540 commit 3c11098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm_spec/core-dom0-linux.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Requires: systemd-udev
Requires: usbguard
# salt needs to pass --console --show-output options now
Conflicts: qubes-mgmt-salt-dom0-update < 4.1.4
# Changed qubes-vm-update arguments
Conflicts: qubes-desktop-linux-manager < 4.2.24

Source0: %{name}-%{version}.tar.gz

Expand Down

0 comments on commit 3c11098

Please sign in to comment.