[libvirt] [PATCH sandbox] rpm: fix references to python 2 packages / files

Daniel P. Berrangé berrange at redhat.com
Fri Mar 23 15:57:30 UTC 2018


Since we switched to python 3, we should have deps on the python 3 based
packages, and look at the python 3 sitelib directory.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 libvirt-sandbox.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libvirt-sandbox.spec.in b/libvirt-sandbox.spec.in
index 17e9dd9..f5868c1 100644
--- a/libvirt-sandbox.spec.in
+++ b/libvirt-sandbox.spec.in
@@ -36,12 +36,12 @@ BuildRequires: zlib-devel >= 1.2.0, zlib-static
 BuildRequires: libtirpc-devel
 BuildRequires: rpcgen
 %endif
-Requires: rpm-python
+Requires: python3-rpm
 # For virsh lxc-enter-namespace command
 Requires: libvirt-client >= %{libvirt_version}
 Requires: systemd >= 198
 Requires: pygobject3-base
-Requires: libselinux-python
+Requires: libselinux-python3
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{_bindir}/virt-builder
 
@@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/virt-sandbox-service
 %{_bindir}/virt-sandbox-image
 %{_libexecdir}/virt-sandbox-service-util
-%{python_sitelib}/libvirt_sandbox
+%{python3_sitelib}/libvirt_sandbox
 %{_mandir}/man1/virt-sandbox.1*
 %{_mandir}/man1/virt-sandbox-service.1*
 %{_mandir}/man1/virt-sandbox-service-*.1*
-- 
2.14.3




More information about the libvir-list mailing list