From e4cf07c107eb14882664f66ada954cffd2cfe44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 29 May 2017 05:47:36 +0200 Subject: [PATCH] rpm: add R: qubes-core-admin-client qubes-dom0-update script use qvm-run tool, which is in qubes-core-admin-client package (python3-qubesadmin isn't enough). Also, this should fix package installation order during install: template needs to be installed after qubes-core-admin-client (for qvm-template-postprocess tool). But we can't add this dependency there directly, as it will not work on Qubes < 4.0. --- rpm_spec/core-dom0-linux.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm_spec/core-dom0-linux.spec b/rpm_spec/core-dom0-linux.spec index 626ff99..53c8d1e 100644 --- a/rpm_spec/core-dom0-linux.spec +++ b/rpm_spec/core-dom0-linux.spec @@ -47,6 +47,7 @@ BuildRequires: qubes-utils-devel >= 3.1.3 BuildRequires: qubes-libvchan-devel Requires: qubes-core-dom0 Requires: python3-qubesadmin +Requires: qubes-core-admin-client Requires: qubes-utils >= 3.1.3 Requires: %{name}-kernel-install Requires: xdotool