rpms/glusterfs/devel .cvsignore, 1.5, 1.6 glusterfs.spec, 1.5, 1.6 glusterfsd.init, 1.1, 1.2 glusterfsd.sysconfig, 1.1, 1.2 sources, 1.5, 1.6 glusterfs-1.3.7-ocreat.patch, 1.1, NONE glusterfs-1.3.8-mount.patch, 1.2, NONE

Matthias Saou thias at fedoraproject.org
Mon Feb 16 12:25:18 UTC 2009


Author: thias

Update of /cvs/extras/rpms/glusterfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12294/devel

Modified Files:
	.cvsignore glusterfs.spec glusterfsd.init glusterfsd.sysconfig 
	sources 
Removed Files:
	glusterfs-1.3.7-ocreat.patch glusterfs-1.3.8-mount.patch 
Log Message:
Update to latest stable 1.3.12 and backport to all current branches.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	16 May 2008 10:42:37 -0000	1.5
+++ .cvsignore	16 Feb 2009 12:24:48 -0000	1.6
@@ -1 +1 @@
-glusterfs-1.3.9.tar.gz
+glusterfs-1.3.12.tar.gz


Index: glusterfs.spec
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/devel/glusterfs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glusterfs.spec	16 May 2008 10:42:37 -0000	1.5
+++ glusterfs.spec	16 Feb 2009 12:24:48 -0000	1.6
@@ -13,7 +13,7 @@
 
 Summary: Cluster File System
 Name: glusterfs
-Version: 1.3.9
+Version: 1.3.12
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Base
@@ -22,8 +22,6 @@
 Source1: glusterfsd.init
 Source2: glusterfsd.sysconfig
 Source3: umount.glusterfs
-Patch0: glusterfs-1.3.7-ocreat.patch
-Patch1: glusterfs-1.3.8-mount.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
@@ -115,8 +113,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .ocreat
-%patch1 -p1 -b .mount
 
 
 %build
@@ -217,6 +213,14 @@
 
 
 %changelog
+* Mon Feb 16 2009 Matthias Saou <http://freshrpms.net/> 1.3.12-1
+- Update to 1.3.12.
+- Remove no longer needed ocreat patch.
+
+* Thu Jul 17 2008 Matthias Saou <http://freshrpms.net/> 1.3.10-1
+- Update to 1.3.10.
+- Remove mount patch, it's been included upstream now.
+
 * Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 1.3.9-1
 - Update to 1.3.9.
 


Index: glusterfsd.init
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/devel/glusterfsd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glusterfsd.init	3 Feb 2008 14:32:18 -0000	1.1
+++ glusterfsd.init	16 Feb 2009 12:24:48 -0000	1.2
@@ -20,10 +20,12 @@
 GLUSTERFSD_CONFIG="/etc/glusterfs/glusterfs-server.vol"
 GLUSTERFSD_LOGFILE="/var/log/glusterfs/glusterfsd.log"
 GLUSTERFSD_LOGLEVEL="WARNING"
+GLUSTERFSD_NOFILE="65536"
 [ -f /etc/sysconfig/glusterfsd ] && source /etc/sysconfig/glusterfsd
 
 start() {
 	echo -n $"Starting $prog: "
+	ulimit -n ${GLUSTERFSD_NOFILE}
 	daemon $glusterfsd -f ${GLUSTERFSD_CONFIG} -l ${GLUSTERFSD_LOGFILE} -L ${GLUSTERFSD_LOGLEVEL}
 	RETVAL=$?
 	echo


Index: glusterfsd.sysconfig
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/devel/glusterfsd.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glusterfsd.sysconfig	3 Feb 2008 14:32:18 -0000	1.1
+++ glusterfsd.sysconfig	16 Feb 2009 12:24:48 -0000	1.2
@@ -4,4 +4,5 @@
 #GLUSTERFSD_CONFIG="/etc/glusterfs/glusterfs-server.vol"
 #GLUSTERFSD_LOGFILE="/var/log/glusterfs/glusterfsd.log"
 #GLUSTERFSD_LOGLEVEL="ERROR"
+#GLUSTERFSD_NOFILE="65536"
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	16 May 2008 10:42:37 -0000	1.5
+++ sources	16 Feb 2009 12:24:48 -0000	1.6
@@ -1 +1 @@
-6a4f46de3928e8c7ea9787b12b172a24  glusterfs-1.3.9.tar.gz
+db11e3d9d227f5b10b2a93c0d8929123  glusterfs-1.3.12.tar.gz


--- glusterfs-1.3.7-ocreat.patch DELETED ---


--- glusterfs-1.3.8-mount.patch DELETED ---




More information about the fedora-extras-commits mailing list