Change in vdsm[master]: gluster: fix python-blivet dependency issue for python3

rnachimu at redhat.com rnachimu at redhat.com
Tue May 3 04:57:23 UTC 2016


Ramesh N has uploaded a new change for review.

Change subject: gluster: fix python-blivet dependency issue for python3
......................................................................

gluster: fix python-blivet dependency issue for python3

 Until now blivet API had both 'python-blivet' and 'python3-blivet' rpms.
But fron F25 onwards it will have only python3 rpm. So changing the
dependency from 'python-blivet' to 'python3-blivet' incase of
uild with python3 enabled.

Change-Id: Iad3d89d6daf667a9a505f27e7a1570a6e93696a7
Signed-off-by: Ramesh Nachimuthu <rnachimu at redhat.com>
---
M vdsm.spec.in
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/45/56945/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 4456725..8ca40d1 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -644,8 +644,12 @@
 Requires: glusterfs-api >= %{gluster_version}
 Requires: glusterfs-geo-replication >= %{gluster_version}
 Requires: python-magic
-Requires: python-blivet
 Requires: xfsprogs
+%if 0%{?with_python3}
+Requires: python3-blivet
+%else
+Requires: python-blivet
+%endif
 
 %description gluster
 Gluster plugin enables VDSM to serve Gluster functionalities.


-- 
To view, visit https://gerrit.ovirt.org/56945
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad3d89d6daf667a9a505f27e7a1570a6e93696a7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <rnachimu at redhat.com>


More information about the vdsm-patches mailing list