Change in vdsm[master]: spec: fix python-libvirt requirement

ykaplan at redhat.com ykaplan at redhat.com
Mon Nov 23 17:43:12 UTC 2015


Yeela Kaplan has uploaded a new change for review.

Change subject: spec: fix python-libvirt requirement
......................................................................

spec: fix python-libvirt requirement

Requiring python-libvirt-1.2.17.el7 which
is not available breaks master and makes
it impossible to install vdsm.
Fixing: https://gerrit.ovirt.org/#/c/44834/

Change-Id: I0e6096df3be73b6929940460c9467d9bb2ab1768
Signed-off-by: Yeela Kaplan <ykaplan at redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/49035/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index bcf3358..6466988 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -154,7 +154,7 @@
 Requires: libvirt-python >= 1.2.8-7.el7_1.1
 %else
 Requires: libvirt-daemon >= 1.2.17-5.el7
-Requires: libvirt-python >= 1.2.17.el7
+Requires: libvirt-python >= 1.2.17-2.el7
 %endif # centos
 %endif # rhel
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e6096df3be73b6929940460c9467d9bb2ab1768
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list