rpms/ctdb/devel ctdb-AC_INIT.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 ctdb.spec, 1.4, 1.5 sources, 1.3, 1.4

Sumit Bose sbose at fedoraproject.org
Thu Apr 30 11:14:40 UTC 2009


Author: sbose

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

Modified Files:
	.cvsignore ctdb.spec sources 
Added Files:
	ctdb-AC_INIT.patch 
Log Message:
updated to upstream version 1.0.79


ctdb-AC_INIT.patch:

--- NEW FILE ctdb-AC_INIT.patch ---
>From 119cad71c010af184424804226ec5e5b75412e54 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Thu, 30 Apr 2009 12:53:09 +0200
Subject: [PATCH] fix handling of AC_INIT

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index a7bd2bb..ebddd37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
 AC_PREREQ(2.50)
+AC_INIT(ctdb, 1.0.79)
 AC_DEFUN([AC_CHECK_LIB_EXT], [
 	AC_CHECK_LIB([$1],[$3],[$4],[$5],[$7])
 	ac_cv_lib_ext_$1_$3=$ac_cv_lib_$1_$3
@@ -11,7 +12,6 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
 AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
 AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
 AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(ctdb.h)
 AC_CONFIG_SRCDIR([server/ctdbd.c])
 
 case `uname -m` in
-- 
1.6.0.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	5 Mar 2009 08:12:19 -0000	1.3
+++ .cvsignore	30 Apr 2009 11:14:38 -0000	1.4
@@ -1 +1 @@
-ctdb-1.0.73.tar.bz2
+ctdb-1.0.79.tar.bz2


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/ctdb.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ctdb.spec	5 Mar 2009 08:12:19 -0000	1.4
+++ ctdb.spec	30 Apr 2009 11:14:39 -0000	1.5
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.73
+Version: 1.0.79
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -16,6 +16,8 @@ Source0: %{name}-%{version}.tar.bz2
 
 # Fedora specific patch, ctdb should not be enabled by default in the runlevels
 Patch1: ctdb-no_default_runlevel.patch
+# sent to samba-technical: http://lists.samba.org/archive/samba-technical/2009-April/064391.html
+Patch2: ctdb-AC_INIT.patch
 
 Requires: chkconfig coreutils psmisc
 Requires: fileutils sed
@@ -51,6 +53,7 @@ and use CTDB instead.
 # setup the init script and sysconfig file
 %setup -T -D -n ctdb-%{version} -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -107,6 +110,7 @@ fi
 %files
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/sysconfig/ctdb
+%config(noreplace) %{_sysconfdir}/ctdb/notify.sh
 %config(noreplace) %{_sysconfdir}/ctdb/functions
 %attr(755,root,root) %{initdir}/ctdb
 
@@ -128,8 +132,51 @@ fi
 %defattr(-,root,root,-)
 %{_includedir}/ctdb.h
 %{_includedir}/ctdb_private.h
+%{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Wed Apr 29 2009 Sumit Bose <sbose at redhat.com> - 1.0.79-1
+ - Update to ctdb version 1.0.79
+
+* Wed Apr 8 2009 : Version 1.0.79
+ - From Mathieu Parent: add a ctdb pkgconfig file
+ - Fix bug 6250
+ - add a funciton remove_ip to safely remove an ip from an interface, taking
+   care to workaround an issue with linux alias interfaces.
+ - Update the natgw eventscript to use the safe remove_ip() function
+ - fix a bug in the eventscript child process that would cause the socket to be
+   removed.
+ - dont verify nodemap on banned nodes during cluster monitoring
+ - Update the dodgy SeqnumInterval to have ms resolution
+
+* Tue Mar 31 2009 : Version 1.0.78
+ - Add a notify mechanism so we can send snmptraps/email to external management
+   systems when the node becomes unhealthy
+ - include 11.natgw eventscript in thew install so that the NATGW feature works
+
+* Tue Mar 31 2009 : Version 1.0.77
+ - Update the 99.routing eventscript to also try to add the routes (back)
+   during a releaseip event. Similar to the reasons why we must add addresses
+   back during releaseip in 10.interfaces
+
+* Wed Mar 24 2009 : Version 1.0.76
+ - Add a debugging command "xpnn" which can print the pnn of the node even when
+   ctdbd is not running.
+ - Redo the NATGW implementation to allow multiple disjoing NATGW groups in the
+   same cluster.
+
+* Tue Mar 24 2009 : Version 1.0.75
+ - Various updates to LVS
+ - Fix a bug in the killtcp control where we did not set the port correctly
+ - add a new "ctdb scriptstatus" command that shows the status of the
+   eventrscripts.
+
+* Mon Mar 16 2009 : Version 1.0.74
+ - Fixes to AIX from C Cowan.
+ - Fixes to ctdb_diagnostics so we collect correct GPFS data
+ - Fixes to the net conf list command in ctdb_diagnostics
+ - Check the static-routes file IFF it exists in ctdb_diagnostics
+
 * Thu Mar 05 2009 Sumit Bose <sbose at redhat.com> - 1.0.73-1
  - Update to ctdb version 1.0.73
 
@@ -138,7 +185,7 @@ fi
  - From Sumit Bose, fix dependencies so make -j works
 
 * Tue Feb 24 2009 Sumit Bose <sbose at redhat.com> - 1.0.72-3
-- fix a make -j dependency problem
+ - fix a make -j dependency problem
 
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.72-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	5 Mar 2009 08:12:19 -0000	1.3
+++ sources	30 Apr 2009 11:14:39 -0000	1.4
@@ -1 +1 @@
-6965ff03986860c4a49bea985f900226  ctdb-1.0.73.tar.bz2
+a0f89dd417ecc231567ed2f56dcdc688  ctdb-1.0.79.tar.bz2




More information about the fedora-extras-commits mailing list