rpms/glusterfs/F-11 .cvsignore, 1.7, 1.8 glusterfs.spec, 1.9, 1.10 sources, 1.7, 1.8 umount.glusterfs, 1.1, 1.2

Matthias Saou thias at fedoraproject.org
Mon May 18 10:10:17 UTC 2009


Author: thias

Update of /cvs/extras/rpms/glusterfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26122

Modified Files:
	.cvsignore glusterfs.spec sources umount.glusterfs 
Log Message:
Update to 2.0.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/F-11/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	11 Apr 2009 10:52:28 -0000	1.7
+++ .cvsignore	18 May 2009 10:09:47 -0000	1.8
@@ -1 +1 @@
-glusterfs-2.0.0rc7.tar.gz
+glusterfs-2.0.1.tar.gz


Index: glusterfs.spec
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/F-11/glusterfs.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- glusterfs.spec	12 Apr 2009 12:52:51 -0000	1.9
+++ glusterfs.spec	18 May 2009 10:09:47 -0000	1.10
@@ -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 <http://freshrpms.net/> 2.0.1-1
+- Update to 2.0.1.
+
+* Thu May  7 2009 Matthias Saou <http://freshrpms.net/> 2.0.0-1
+- Update to 2.0.0 final.
+
+* Wed Apr 29 2009 Matthias Saou <http://freshrpms.net/> 2.0.0-0.3.rc8
+- Move glusterfsd to common, since the client has a symlink to it.
+
+* Fri Apr 24 2009 Matthias Saou <http://freshrpms.net/> 2.0.0-0.2.rc8
+- Update to 2.0.0rc8.
+
 * Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 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.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	11 Apr 2009 10:52:29 -0000	1.7
+++ sources	18 May 2009 10:09:47 -0000	1.8
@@ -1 +1 @@
-5bf45dcb8a3ad14042fcf2c2dd25e125  glusterfs-2.0.0rc7.tar.gz
+712b6325abbd9f89ac927727a4bad658  glusterfs-2.0.1.tar.gz


Index: umount.glusterfs
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/F-11/umount.glusterfs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- umount.glusterfs	3 Feb 2008 14:32:18 -0000	1.1
+++ umount.glusterfs	18 May 2009 10:09:47 -0000	1.2
@@ -1,20 +1,4 @@
 #!/bin/sh
-# (C) 2008 Gluster core team <http://www.gluster.org/>
-# 
-# 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"
 




More information about the fedora-extras-commits mailing list