Update to 2.0.6 and no longer default to disable the client on RHEL5
(#522192).
This commit is contained in:
parent
2912d5f3f4
commit
c5d26bfd5a
@ -1 +1 @@
|
|||||||
glusterfs-2.0.4.tar.gz
|
glusterfs-2.0.6.tar.gz
|
||||||
|
|||||||
@ -5,9 +5,6 @@
|
|||||||
%{?_without_client:%define _without_client --disable-fuse-client}
|
%{?_without_client:%define _without_client --disable-fuse-client}
|
||||||
%{?_without_python:%define _without_python --disable-python}
|
%{?_without_python:%define _without_python --disable-python}
|
||||||
|
|
||||||
# Default to disabling client on RHEL, but allow forcing --with client too
|
|
||||||
%{?rhel:%{!?_with_client:%define _without_client --disable-fuse-client}}
|
|
||||||
|
|
||||||
# Disable the python bindings if we have < 2.4, since 2.4+ is required
|
# Disable the python bindings if we have < 2.4, since 2.4+ is required
|
||||||
%if "%(%{__python} -c "import sys ; print sys.version[:3]")" < "2.4"
|
%if "%(%{__python} -c "import sys ; print sys.version[:3]")" < "2.4"
|
||||||
%define _without_python --disable-python
|
%define _without_python --disable-python
|
||||||
@ -15,12 +12,12 @@
|
|||||||
|
|
||||||
Summary: Cluster File System
|
Summary: Cluster File System
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 2.0.4
|
Version: 2.0.6
|
||||||
Release: 1%{?pre:.%{pre}}%{?dist}
|
Release: 1%{?pre:.%{pre}}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.gluster.org/docs/index.php/GlusterFS
|
URL: http://www.gluster.org/
|
||||||
Source0: http://ftp.zresearch.com/pub/gluster/glusterfs/2.0/%{version}/glusterfs-%{version}%{?pre}.tar.gz
|
Source0: http://ftp.gluster.com/pub/gluster/glusterfs/2.0/%{version}/glusterfs-%{version}%{?pre}.tar.gz
|
||||||
Source1: glusterfsd.init
|
Source1: glusterfsd.init
|
||||||
Source2: glusterfsd.sysconfig
|
Source2: glusterfsd.sysconfig
|
||||||
Source3: umount.glusterfs
|
Source3: umount.glusterfs
|
||||||
@ -235,6 +232,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 12 2009 Matthias Saou <http://freshrpms.net/> 2.0.6-1
|
||||||
|
- Update to 2.0.6.
|
||||||
|
- No longer default to disable the client on RHEL5 (#522192).
|
||||||
|
- Update spec file URLs.
|
||||||
|
|
||||||
* Mon Jul 27 2009 Matthias Saou <http://freshrpms.net/> 2.0.4-1
|
* Mon Jul 27 2009 Matthias Saou <http://freshrpms.net/> 2.0.4-1
|
||||||
- Update to 2.0.4.
|
- Update to 2.0.4.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user