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).
This commit is contained in:
parent
aea41511de
commit
25b23db7c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user