rpms/ctdb/devel .cvsignore, 1.5, 1.6 ctdb.spec, 1.7, 1.8 sources, 1.5, 1.6

Sumit Bose sbose at fedoraproject.org
Thu May 14 08:24:25 UTC 2009


Author: sbose

Update of /cvs/pkgs/rpms/ctdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1291

Modified Files:
	.cvsignore ctdb.spec sources 
Log Message:
Update to ctdb version 1.0.82



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 May 2009 09:56:31 -0000	1.5
+++ .cvsignore	14 May 2009 08:23:55 -0000	1.6
@@ -1 +1 @@
-ctdb-1.0.81.tar.bz2
+ctdb-1.0.82.tar.bz2


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/ctdb.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ctdb.spec	8 May 2009 09:56:31 -0000	1.7
+++ ctdb.spec	14 May 2009 08:23:55 -0000	1.8
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.81
+Version: 1.0.82
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -16,8 +16,6 @@ Source0: %{name}-%{version}.tar.bz2
 
 # Fedora specific patch, ctdb should not be enabled by default in the runlevels
 Patch1: ctdb-no_default_runlevel.patch
-# see http://lists.samba.org/archive/samba-technical/2009-May/064573.html
-Patch2: ctdb-re_fix.patch
 
 Requires: chkconfig coreutils psmisc
 Requires: fileutils sed
@@ -53,7 +51,6 @@ and use CTDB instead.
 # setup the init script and sysconfig file
 %setup -T -D -n ctdb-%{version} -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 
@@ -136,6 +133,24 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Thu May 14 2009 Sumit Bose <sbose at redhat.com> - 1.0.82-1
+ - Update to ctdb version 1.0.82
+
+* Thu May 14 2009 : Version 1.0.82
+ - Update the "ctdb lvsmaster" command to return -1 on error.
+ - Add a -Y flag to "ctdb lvsmaster"
+ - RHEL5 apache leaks semaphores when crashing. Add semaphore cleanup to the
+   41.httpd eventscript and try to restart apache when it has crashed.
+ - Fixes to some tests
+ - Add a -o option to "onnode" which will redirect all stdout to a file for
+   each of the nodes.
+ - Add a natgw and a lvs node specifier to onnode so that we can use
+   "onnode natgw ..."
+ - Assign the natgw address to lo instead of the private network so it can also
+   be used where private and public networks are the same.
+ - Add GPL boilerplates to two missing scripts.
+ - Change the natgw prefix NATGW_ to CTDB_NATGW_
+
 * Fri May 8 2009 Sumit Bose <sbose at redhat.com> - 1.0.81-1
  - Update to ctdb version 1.0.81
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	8 May 2009 09:56:31 -0000	1.5
+++ sources	14 May 2009 08:23:55 -0000	1.6
@@ -1 +1 @@
-af35ce05a21275f91fc1e703b3124f12  ctdb-1.0.81.tar.bz2
+f020db416020340401e68222115fc981  ctdb-1.0.82.tar.bz2




More information about the scm-commits mailing list