Yeela Kaplan has uploaded a new change for review. Change subject: spec: require latest version of IOProcess ......................................................................
spec: require latest version of IOProcess This version includes an important fix for IOProcess being referenced by the communication thread Change-Id: Ic70d15fe0b9827707a51654e31327f7a50c479ac Signed-off-by: Yeela Kaplan <[email protected]> --- M vdsm.spec.in 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/34403/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 0ba2f5e..5cdb53c 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -91,7 +91,7 @@ BuildRequires: psmisc BuildRequires: python-cpopen >= 1.3 BuildRequires: python-inotify -BuildRequires: python-ioprocess >= 0.12 +BuildRequires: python-ioprocess >= 0.14 BuildRequires: python-pthreading BuildRequires: qemu-img BuildRequires: rpm-python @@ -128,7 +128,7 @@ Requires: python-inotify Requires: python-argparse Requires: python-cpopen >= 1.3 -Requires: python-ioprocess >= 0.12 +Requires: python-ioprocess >= 0.14 Requires: python-pthreading >= 0.1.3-3 Requires: %{name}-infra = %{version}-%{release} Requires: rpm-python @@ -361,7 +361,7 @@ Requires: %{name}-infra = %{version}-%{release} Requires: python-cpopen >= 1.2.3-5 Requires: m2crypto -Requires: python-ioprocess >= 0.12 +Requires: python-ioprocess >= 0.14 BuildArch: noarch %description python -- To view, visit http://gerrit.ovirt.org/34403 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic70d15fe0b9827707a51654e31327f7a50c479ac Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
