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_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
|
||||
%if "%(%{__python} -c "import sys ; print sys.version[:3]")" < "2.4"
|
||||
%define _without_python --disable-python
|
||||
@ -15,12 +12,12 @@
|
||||
|
||||
Summary: Cluster File System
|
||||
Name: glusterfs
|
||||
Version: 2.0.4
|
||||
Version: 2.0.6
|
||||
Release: 1%{?pre:.%{pre}}%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
URL: http://www.gluster.org/docs/index.php/GlusterFS
|
||||
Source0: http://ftp.zresearch.com/pub/gluster/glusterfs/2.0/%{version}/glusterfs-%{version}%{?pre}.tar.gz
|
||||
URL: http://www.gluster.org/
|
||||
Source0: http://ftp.gluster.com/pub/gluster/glusterfs/2.0/%{version}/glusterfs-%{version}%{?pre}.tar.gz
|
||||
Source1: glusterfsd.init
|
||||
Source2: glusterfsd.sysconfig
|
||||
Source3: umount.glusterfs
|
||||
@ -235,6 +232,11 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- Update to 2.0.4.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user