Change in vdsm[master]: spec: fix EPOCH of qemu rpm requirements

fromani at redhat.com fromani at redhat.com
Thu Apr 16 09:10:07 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: spec: fix EPOCH of qemu rpm requirements
......................................................................

spec: fix EPOCH of qemu rpm requirements

In commit 1cd41107adb3dfd4816037ae84e0d12254511bc6
I mistakenly left out the "epoch" field from the
rpm requirements. This patch restores it to the
appropriate values for supported platforms.

Change-Id: I610ca15358b7bd49f0a3ae3ca4e9565d8d8a041d
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm.spec.in
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/39908/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index a27a437..774d272 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -279,15 +279,15 @@
 
 %if 0%{?rhel}
 %if 0%{?rhel} >= 7
-Requires: qemu-kvm%{?rhev_suffix} >= 1.5.3-60.el7
-Requires: qemu-img%{?rhev_suffix} >= 1.5.3-60.el7
+Requires: qemu-kvm%{?rhev_suffix} >= 10:1.5.3-60.el7
+Requires: qemu-img%{?rhev_suffix} >= 10:1.5.3-60.el7
 %else
 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  # rhel > = 7
 %else
-Requires: qemu-kvm >= 2.0.0-1
-Requires: qemu-img >= 2.0.0-1
+Requires: qemu-kvm >= 2:2.0.0-1
+Requires: qemu-img >= 2:2.0.0-1
 %endif # rhel
 
 # GlusterFS client-side RPMs needed for Gluster SD


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I610ca15358b7bd49f0a3ae3ca4e9565d8d8a041d
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