Skip to content

Commit f46e118

Browse files
committed
rpm: adjust dependencies for devices API
The internal API is changed in incompatible way, ensure new version isn't installed without all the other parts.
1 parent d92bf64 commit f46e118

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rpm_spec/core-dom0.spec.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ Requires: scrypt
100100
# for qubes-hcl-report
101101
Requires: dmidecode
102102

103-
# qubesd socket protocol
104-
Conflicts: python3-qubesadmin < 4.1.6
103+
# devices API change
104+
Conflicts: python3-qubesadmin < 4.3.7
105+
Conflicts: qubes-usb-proxy-dom0 < 4.3.0
106+
Conflicts: qubes-audio-dom0 < 4.3.5
105107

106108
# Required for qvm-console* tools
107109
Requires: socat

0 commit comments

Comments
 (0)