Change in vdsm[master]: spec: Remove non-existing requirement

nsoffer at redhat.com nsoffer at redhat.com
Thu Jun 26 17:37:04 UTC 2014


Nir Soffer has uploaded a new change for review.

Change subject: spec: Remove non-existing requirement
......................................................................

spec: Remove non-existing requirement

python-ioprocess package is not availabe yet on all supported platforms,
so we cannot require it and use it by default.  This patch removes the
requirement and change the default to rfh.

People who want to test this package should install the package manually
and enable it in the vdsm config. Other people can continue to work
normally.

When the package is ready we can safely add the requirement and change
the default.

Change-Id: Ia1a1ac03145010fd0e3fa70201e62d883ce4dd4d
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M lib/vdsm/config.py.in
M vdsm.spec.in
2 files changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/29304/1

diff --git a/lib/vdsm/config.py.in b/lib/vdsm/config.py.in
index ab330be..3bbeea7 100644
--- a/lib/vdsm/config.py.in
+++ b/lib/vdsm/config.py.in
@@ -324,7 +324,7 @@
         ('use_volume_leases', 'false',
             'Whether to use the volume leases or not.'),
 
-        ('oop_impl', 'ioprocess',
+        ('oop_impl', 'rfh',
             'Whether to use RFH or ioprocess implementation for oop.'
             'Values can be either ioprocess or rfh.'),
     ]),
diff --git a/vdsm.spec.in b/vdsm.spec.in
index 008fd39..f750566 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -74,7 +74,6 @@
 BuildRequires: python-inotify
 BuildRequires: python-pthreading
 BuildRequires: python-cpopen >= 1.3
-BuildRequires: python-ioprocess >= 0.5-1
 BuildRequires: rpm-python
 BuildRequires: libnl
 BuildRequires: libselinux-python
@@ -118,7 +117,6 @@
 Requires: python-inotify
 Requires: python-argparse
 Requires: python-cpopen >= 1.3
-Requires: python-ioprocess >= 0.5-1
 Requires: python-ethtool >= 0.6-3
 Requires: %{name}-python-zombiereaper = %{version}-%{release}
 Requires: rpm-python
@@ -332,7 +330,6 @@
 Requires:       %{name}-python-zombiereaper = %{version}-%{release}
 Requires:       python-cpopen >= 1.2.3-5
 Requires:       m2crypto
-Requires:       python-ioprocess >= 0.5-1
 
 %description python
 Shared libraries between the various VDSM packages.


-- 
To view, visit http://gerrit.ovirt.org/29304
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1a1ac03145010fd0e3fa70201e62d883ce4dd4d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list