Change in vdsm[ovirt-3.5]: spec: require latest version of IOProcess

ykaplan at redhat.com ykaplan at redhat.com
Thu Jan 15 13:54:41 UTC 2015


Hello Saggi Mizrahi,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/36963

to review the following change.

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
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1182563
Signed-off-by: Yeela Kaplan <ykaplan at redhat.com>
Reviewed-on: http://gerrit.ovirt.org/34403
Reviewed-by: Saggi Mizrahi <smizrahi at redhat.com>
Tested-by: Saggi Mizrahi <smizrahi at redhat.com>
---
M vdsm.spec.in
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/63/36963/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index e24af3b..5cc066f 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -97,6 +97,7 @@
 BuildRequires: psmisc
 BuildRequires: python-ethtool
 BuildRequires: python-inotify
+BuildRequires: python-ioprocess >= 0.14
 BuildRequires: python-pthreading
 BuildRequires: python-cpopen >= 1.3
 BuildRequires: python-ioprocess >= 0.12
@@ -143,7 +144,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: python-ethtool >= 0.6-3
 Requires: %{name}-python-zombiereaper = %{version}-%{release}
@@ -375,7 +376,7 @@
 Requires:       %{name}-python-zombiereaper = %{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/36963
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic70d15fe0b9827707a51654e31327f7a50c479ac
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list