File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ Requires: python3
44
44
Requires: python3-inotify
45
45
Requires: qubes-core-dom0 >= 4.1.9
46
46
Requires: qubes-core-qrexec = %{version}-%{release}
47
+ # The library is backwards compatible (new library works with old programs)
48
+ # but not forwards compatible (old library does not work with new programs)
49
+ Requires: qubes-core-qrexec-libs >= %{version}-%{release}
47
50
48
51
# changed qubesd socket protocol
49
52
Conflicts: qubes-core-dom0 < 4.1.12
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ BuildRequires: systemd-devel
42
42
43
43
Requires: python%{python3_pkgversion}
44
44
Requires: qubes-core-qrexec = %{version}-%{release}
45
+ # The library is backwards compatible (new library works with old programs)
46
+ # but not forwards compatible (old library does not work with new programs)
47
+ Requires: qubes-core-qrexec-libs >= %{version}-%{release}
45
48
46
49
Provides: qubes-core-agent-qrexec = 4.1.0-1
47
50
Obsoletes: qubes-core-agent-qrexec < 4.1.0-1
You can’t perform that action at this time.
0 commit comments