Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm.spec: Add packages versions for rhel7 ......................................................................
vdsm.spec: Add packages versions for rhel7 Add macro for RHEL7 packages. Change-Id: Ia556789f9a2456f255d822f7e28877168d603f6e Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm.spec.in 1 file changed, 17 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/28/9428/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 3fa3395..087f148 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -79,6 +79,22 @@ %endif %if 0%{?rhel} +%if 0%{?rhel} >= 7 +# Subprocess and thread bug was found on python 2.7.2 +Requires: python >= 2.7.3 +Requires: qemu-kvm >= 2:1.2.0 +Requires: qemu-kvm-img >= 2:1.2.0 +Requires: libvirt >= 0.10.1-1 +Requires: libvirt-python, libvirt-lock-sanlock, libvirt-client +Requires: iscsi-initiator-utils >= 6.2.0.872-14 +Requires: device-mapper-multipath >= 0.4.9-18 +Requires: e2fsprogs >= 1.41.14 +Requires: kernel >= 3.6 +Requires: sanlock >= 2.4-2, sanlock-python +Requires: sed >= 4.2.1-10 +Requires: selinux-policy-targeted >= 3.10.0-149 +Requires: lvm2 >= 2.02.95 +%else Requires: python # Update the qemu-kvm requires when block_stream will be included Requires: qemu-kvm >= 2:0.12.1.2-2.295.el6_3.4 @@ -93,6 +109,7 @@ Requires: initscripts >= 9.03.31-2.el6_3.1 Requires: selinux-policy-targeted >= 3.7.19-80 Requires: lvm2 >= 2.02.95-10.el6_3.2 +%endif %else # Subprocess and thread bug was found on python 2.7.2 Requires: python >= 2.7.3 -- To view, visit http://gerrit.ovirt.org/9428 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia556789f9a2456f255d822f7e28877168d603f6e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
