Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm.spec: update python-pthreading ......................................................................
vdsm.spec: update python-pthreading F19 and EL7 should require python-pthreading >= 1.0.2 Change-Id: Ie50a5b7a794b9df135478f3adace7501893d992c Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm.spec.in 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/15705/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 9a44260..8c00001 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -93,7 +93,6 @@ Requires: python-ethtool Requires: rpm-python Requires: nfs-utils -Requires: python-pthreading Requires: m2crypto Requires: %{name}-xmlrpc = %{version}-%{release} @@ -112,6 +111,7 @@ Requires: libvirt Requires: lvm2 Requires: python +Requires: python-pthreading >= 0.1.2 Requires: qemu-kvm Requires: qemu-kvm-img Requires: sanlock, sanlock-python @@ -130,14 +130,17 @@ Requires: sanlock >= 2.3-4, sanlock-python Requires: initscripts >= 9.03.31-2.el6_3.1 Requires: mom >= 0.3.0 +Requires: python-pthreading Requires: selinux-policy-targeted >= 3.7.19-80 Requires: lvm2 >= 2.02.95-10.el6_3.2 Requires: logrotate < 3.8.0 %endif %else %if 0%{?fedora} >= 19 +Requires: python-pthreading >= 0.1.2 Requires: fence-agents-all %else +Requires: python-pthreading Requires: fence-agents %endif # Subprocess and thread bug was found on python 2.7.2 -- To view, visit http://gerrit.ovirt.org/15705 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie50a5b7a794b9df135478f3adace7501893d992c Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.2 Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
