Skip to content

Commit a2e0deb

Browse files
committed
Merge remote-tracking branch 'origin/pr/155'
* origin/pr/155: Ensure proper RPM dependency ordering
2 parents ce92bfb + 0fcec31 commit a2e0deb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

rpm_spec/qubes-qrexec-dom0.spec.in

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Requires: python3
4444
Requires: python3-inotify
4545
Requires: qubes-core-dom0 >= 4.1.9
4646
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}
4750

4851
# changed qubesd socket protocol
4952
Conflicts: qubes-core-dom0 < 4.1.12

rpm_spec/qubes-qrexec-vm.spec.in

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ BuildRequires: systemd-devel
4242

4343
Requires: python%{python3_pkgversion}
4444
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}
4548

4649
Provides: qubes-core-agent-qrexec = 4.1.0-1
4750
Obsoletes: qubes-core-agent-qrexec < 4.1.0-1

0 commit comments

Comments
 (0)