瀏覽代碼

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 年之前
父節點
當前提交
25b23db7c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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