Update to 2.0.6 and no longer default to disable the client on RHEL5

(#522192).
This commit is contained in:
Matthias Saou 2009-09-12 17:38:59 +00:00
parent 2912d5f3f4
commit c5d26bfd5a
3 changed files with 10 additions and 8 deletions

View File

@ -1 +1 @@
glusterfs-2.0.4.tar.gz
glusterfs-2.0.6.tar.gz

View File

@ -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.

View File

@ -1 +1 @@
231784a826781c72bac1479768912194 glusterfs-2.0.4.tar.gz
dfa42bfc34d799888a1e3032f9143c72 glusterfs-2.0.6.tar.gz