3.3.0-9, fixes for glusterfsd.init and build issues with
python-paste-deploy on rhel6
This commit is contained in:
parent
c15454281e
commit
52a440ffb4
@ -32,7 +32,7 @@
|
|||||||
Summary: Cluster File System
|
Summary: Cluster File System
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv3+ and (GPLv2 or LGPLv3+)
|
License: GPLv3+ and (GPLv2 or LGPLv3+)
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Vendor: Red Hat
|
Vendor: Red Hat
|
||||||
@ -234,16 +234,17 @@ BuildRequires: python-netifaces
|
|||||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||||
BuildRequires: python-webob1.0
|
BuildRequires: python-webob1.0
|
||||||
BuildRequires: python-paste-deploy1.5
|
BuildRequires: python-paste-deploy1.5
|
||||||
|
Requires: python-paste-deploy1.5
|
||||||
%else
|
%else
|
||||||
BuildRequires: python-webob
|
BuildRequires: python-webob
|
||||||
BuildRequires: python-paste-deploy
|
BuildRequires: python-paste-deploy
|
||||||
|
Requires: python-paste-deploy
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: python-configobj
|
Requires: python-configobj
|
||||||
Requires: python-eventlet >= 0.9.8
|
Requires: python-eventlet >= 0.9.8
|
||||||
Requires: python-greenlet >= 0.3.1
|
Requires: python-greenlet >= 0.3.1
|
||||||
Requires: python-paste-deploy
|
|
||||||
Requires: python-simplejson
|
Requires: python-simplejson
|
||||||
Requires: pyxattr
|
Requires: pyxattr
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
@ -904,6 +905,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 18 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.3.0-9
|
||||||
|
- python-paste-deploy on RHEL 6, glusterfsd.init
|
||||||
|
|
||||||
* Wed Sep 13 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.3.0-8
|
* Wed Sep 13 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.3.0-8
|
||||||
- fix for glusterfs SEGV, BZ 856704, revised
|
- fix for glusterfs SEGV, BZ 856704, revised
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ lockfile=/var/lock/subsys/$prog
|
|||||||
|
|
||||||
start() {
|
start() {
|
||||||
[ -x $exec ] || exit 5
|
[ -x $exec ] || exit 5
|
||||||
[ $GLUSTERFSD_CONFIG -o -f $GLUSTERFSD_CONFIG ] || exit 6
|
[ $GLUSTERFSD_CONFIG -a -f $GLUSTERFSD_CONFIG ] || exit 6
|
||||||
ulimit -n $GLUSTERFSD_NOFILE
|
ulimit -n $GLUSTERFSD_NOFILE
|
||||||
echo -n $"Starting $prog: "
|
echo -n $"Starting $prog: "
|
||||||
daemon $exec${GLUSTERFSD_CONFIG+" -f $GLUSTERFSD_CONFIG"}${GLUSTERFSD_LOGFILE+" -l $GLUSTERFSD_LOGFILE"}${GLUSTERFSD_LOGLEVEL+" -L $GLUSTERFSD_LOGLEVEL"} -p /var/run/glusterfsd.pid
|
daemon $exec${GLUSTERFSD_CONFIG+" -f $GLUSTERFSD_CONFIG"}${GLUSTERFSD_LOGFILE+" -l $GLUSTERFSD_LOGFILE"}${GLUSTERFSD_LOGLEVEL+" -L $GLUSTERFSD_LOGLEVEL"} -p /var/run/glusterfsd.pid
|
||||||
|
Loading…
Reference in New Issue
Block a user