From 25b23db7c8b3f27807a69f5361d238c52efbc95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 24 May 2020 03:21:16 +0200 Subject: [PATCH] rpm: ensure matching qubesd socket protocol version qubesd socket protocol is changed in qubes-core-dom0 4.1.12 and also in this release. Ensure matching versions are installed. Note the python3-qubesadmin package can be installed in VM too and the socket protocol applies only to dom0 case - use Conflicts instead of Requires for this reason (to not break installation in the VM). --- rpm_spec/qubes-core-admin-client.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm_spec/qubes-core-admin-client.spec.in b/rpm_spec/qubes-core-admin-client.spec.in index f7f79f0..9b3282f 100644 --- a/rpm_spec/qubes-core-admin-client.spec.in +++ b/rpm_spec/qubes-core-admin-client.spec.in @@ -26,6 +26,7 @@ Requires: python%{python3_pkgversion}-daemon Requires: python%{python3_pkgversion}-docutils Requires: python%{python3_pkgversion}-lxml Requires: python%{python3_pkgversion}-xcffib +Conflicts: qubes-core-dom0 < 4.1.12 Conflicts: qubes-manager < 4.0.6 %description -n python%{python3_pkgversion}-qubesadmin