Browse Source

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).
Marek Marczykowski-Górecki 4 years ago
parent
commit
25b23db7c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rpm_spec/qubes-core-admin-client.spec.in

+ 1 - 0
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