From c98132eefc1a103915ef72a7067fcf2e0ab477c2 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mon, 18 May 2009 10:07:22 +0000 Subject: [PATCH] Update to 2.0.1. --- .cvsignore | 2 +- glusterfs.spec | 22 +++++++++++++++++----- sources | 2 +- umount.glusterfs | 16 ---------------- 4 files changed, 19 insertions(+), 23 deletions(-) diff --git a/.cvsignore b/.cvsignore index 77c7abe..4acd82d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glusterfs-2.0.0rc7.tar.gz +glusterfs-2.0.1.tar.gz diff --git a/glusterfs.spec b/glusterfs.spec index ab46933..56a6521 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -1,4 +1,4 @@ -%define pre rc7 +#define pre rc8 # Possible rpmbuild options %{?_without_ibverbs:%define _without_ibverbs --disable-ibverbs} @@ -15,8 +15,8 @@ Summary: Cluster File System Name: glusterfs -Version: 2.0.0 -Release: 0.2%{?pre:.%{pre}}%{?dist} +Version: 2.0.1 +Release: 1%{?pre:.%{pre}}%{?dist} License: GPLv3+ Group: System Environment/Base URL: http://www.gluster.org/docs/index.php/GlusterFS @@ -191,7 +191,7 @@ if [ $1 -eq 0 ]; then /sbin/chkconfig --del glusterfsd fi -%postun +%postun server if [ $1 -ge 1 ]; then /sbin/service glusterfsd condrestart &>/dev/null || : fi @@ -202,6 +202,7 @@ fi %{_libdir}/glusterfs/ %{_libdir}/*.so.* %{_sbindir}/glusterfs +%{_sbindir}/glusterfsd %{_mandir}/man8/glusterfs.8* %dir /var/log/glusterfs/ @@ -221,7 +222,6 @@ fi %config(noreplace) %{_sysconfdir}/logrotate.d/glusterfsd %config(noreplace) %{_sysconfdir}/sysconfig/glusterfsd %{_sysconfdir}/init.d/glusterfsd -%{_sbindir}/glusterfsd %files devel @@ -233,6 +233,18 @@ fi %changelog +* Sat May 16 2009 Matthias Saou 2.0.1-1 +- Update to 2.0.1. + +* Thu May 7 2009 Matthias Saou 2.0.0-1 +- Update to 2.0.0 final. + +* Wed Apr 29 2009 Matthias Saou 2.0.0-0.3.rc8 +- Move glusterfsd to common, since the client has a symlink to it. + +* Fri Apr 24 2009 Matthias Saou 2.0.0-0.2.rc8 +- Update to 2.0.0rc8. + * Sun Apr 12 2009 Matthias Saou 2.0.0-0.2.rc7 - Update glusterfsd init script to the new style init. - Update files to match the new default vol file names. diff --git a/sources b/sources index 82b6d95..362fa3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bf45dcb8a3ad14042fcf2c2dd25e125 glusterfs-2.0.0rc7.tar.gz +712b6325abbd9f89ac927727a4bad658 glusterfs-2.0.1.tar.gz diff --git a/umount.glusterfs b/umount.glusterfs index 6c179a3..9aefa5f 100644 --- a/umount.glusterfs +++ b/umount.glusterfs @@ -1,20 +1,4 @@ #!/bin/sh -# (C) 2008 Gluster core team -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301 USA umount "$1"