forked from kalkin/qubes-desktop-linux-manager
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpm: skip qubes-mgmt-salt-dom0-update dependency in VM
Currently there is no way to run a Salt state system-wide from a VM, so applying updates from qui-updates widget wont work. We need a solution for that, but until then, exclude the dependency. Keep the widget included anyway, as the update notification is still a useful thing to have. QubesOS/qubes-issues#4186
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
RPM_SPEC_FILES := \ | ||
rpm_spec/qubes-desktop-linux-manager.spec | ||
DEBIAN_BUILD_DIRS := debian | ||
RPM_BUILD_DEFINES.vm = --define "vm_package 1" | ||
RPM_BUILD_DEFINES += $(RPM_BUILD_DEFINES.$(PACKAGE_SET)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters