Change in vdsm[master]: packaging: bump libvirt requirements

fromani at redhat.com fromani at redhat.com
Tue Mar 10 13:11:51 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: packaging: bump libvirt requirements
......................................................................

packaging: bump libvirt requirements

With RHEL/Centos 7.1 out of the door, it is
time to bump our libvirt requirements.

Change-Id: Ie63d27705f47690f9788228a2af207e0f439c04a
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M debian/control
M vdsm.spec.in
2 files changed, 14 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/38/38538/1

diff --git a/debian/control b/debian/control
index 63fc383..a22f029 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@
  python-dev,
  python-cpopen (>= 1.3),
  python-dmidecode,
- python-libvirt (>= 1.1.1),
+ python-libvirt (>= 1.2.9),
  python-m2crypto,
  python-netaddr,
  python-nose,
@@ -81,8 +81,8 @@
  libnl-utils,
  libsanlock-client1 (>= 2.4),
  libsanlock-dev (>= 2.4),
- libvirt-bin (>= 1.1.1),
- libvirt0 (>= 1.1.1),
+ libvirt-bin (>= 1.2.9),
+ libvirt0 (>= 1.2.9),
  linux-image-generic (>= 3.6),
  logrotate,
  lvm2 (>= 2.02.95),
@@ -97,7 +97,7 @@
  python (>= 2.7.3),
  python-cpopen (>= 1.3),
  python-dmidecode,
- python-libvirt (>= 1.1.1),
+ python-libvirt (>= 1.2.9),
  python-m2crypto,
  python-netaddr,
  python-parted,
@@ -311,7 +311,7 @@
 
 Package: vdsm-hook-sriov
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.7.3), vdsm (>= ${source:Version}), libvirt-bin (>= 1.1.1-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.7.3), vdsm (>= ${source:Version}), libvirt-bin (>= 1.2.9-1)
 Description: sr-iov support for VDSM
  sr-iov hook enable to add virtual functions exposed by the device
  directly to a virtual machine.
diff --git a/vdsm.spec.in b/vdsm.spec.in
index cc856cd..3d49ba4 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -186,17 +186,20 @@
 %endif
 
 %if 0%{?rhel} >= 7 || 0%{?fedora}
-Requires: libvirt-daemon >= 1.1.1
 Requires: libvirt-daemon-config-nwfilter
 Requires: libvirt-daemon-driver-network
 Requires: libvirt-daemon-driver-nwfilter
 Requires: libvirt-daemon-driver-qemu
-%else
-%if 0%{?rhel}
-Requires: libvirt >= 0.10.2-29.el6_5.4
-%else
-Requires: libvirt >= 1.1.1
 %endif
+# libvirt version
+%if 0%{?rhel}
+%if 0%{?rhel} >= 7
+Requires: libvirt-daemon >= 1.2.8-16
+%else
+Requires: libvirt >= 0.10.2-29.el6_5.4
+%endif # rhel 7
+%else # fedora
+Requires: libvirt >= 1.2.9
 %endif
 Requires: libvirt-python, libvirt-lock-sanlock, libvirt-client
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie63d27705f47690f9788228a2af207e0f439c04a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list