Change in vdsm[master]: spec: Require newer qemu-kvm-rhev version for EL6

amureini at redhat.com amureini at redhat.com
Wed Jan 21 22:39:32 UTC 2015


Allon Mureinik has uploaded a new change for review.

Change subject: spec: Require newer qemu-kvm-rhev version for EL6
......................................................................

spec: Require newer qemu-kvm-rhev version for EL6

Require a newer qemu-kvm-rhev version that solves an issue with running
a VM with more than 23 snapshots.

Note that this issue was solved in qemu-kvm-0.12.1.2-2.422.el6. Modern
EL6.6 releases already contain newer versions than that, so this patch
serves mainly as a safeguard.

Change-Id: I44f3190e55e9d62c4c362e00f0c2110c73ecb71c
Bug-Url: https://bugzilla.redhat.com/1113583
Relates-To: https://bugzilla.redhat.com/1067576
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/37204/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index d8d4139..01cb22a 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -263,8 +263,8 @@
 Requires: qemu-kvm%{?rhev_suffix}
 Requires: qemu-img%{?rhev_suffix}
 %else
-Requires: qemu-kvm%{?rhev_suffix} >= 2:0.12.1.2-2.415.el6_5.3
-Requires: qemu-img%{?rhev_suffix} >= 2:0.12.1.2-2.415.el6_5.3
+Requires: qemu-kvm%{?rhev_suffix} >= 2:0.12.1.2-2.422
+Requires: qemu-img%{?rhev_suffix} >= 2:0.12.1.2-2.422
 %endif
 %else
 Requires: qemu-kvm >= 2:0.15.0-4


-- 
To view, visit http://gerrit.ovirt.org/37204
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I44f3190e55e9d62c4c362e00f0c2110c73ecb71c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>


More information about the vdsm-patches mailing list