Hello community, here is the log from the commit of package ctdb for openSUSE:Factory checked in at Mon May 23 15:48:25 CEST 2011.
-------- --- ctdb/ctdb.changes 2010-04-24 13:51:08.000000000 +0200 +++ ctdb/ctdb.changes 2011-04-01 23:21:24.000000000 +0200 @@ -1,0 +2,24 @@ +Fri Apr 1 21:14:00 UTC 2011 - [email protected] + +- Update to version 1.2.27 + + Lots of fixes + + Remove nfstickle event script + + Add ganesha event script + +------------------------------------------------------------------- +Mon Aug 23 09:22:20 UTC 2010 - [email protected] + +- Update to version 1.2. + + Many tdb cleanups and fixups by rusty. + + Create cnfs event script and crash cleanup script. + + Create libctdb and reorganize headers. + + Expand test suite significantly. + + Remove "ctdb freeze" command. + + Lots of fixes. + +------------------------------------------------------------------- +Sun Apr 25 15:37:24 UTC 2010 - [email protected] + +- Buildrequire pkg-config only for SUSE based products. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- ctdb-1.0.114.tar.bz2 New: ---- ctdb-1.2.27.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ctdb.spec ++++++ --- /var/tmp/diff_new_pack.IScLFX/_old 2011-05-23 15:47:15.000000000 +0200 +++ /var/tmp/diff_new_pack.IScLFX/_new 2011-05-23 15:47:15.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package ctdb (Version 1.0.114) +# spec file for package ctdb # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,8 @@ Summary: Clustered TDB Name: ctdb -Version: 1.0.114 -Release: 2 +Version: 1.2.27 +Release: 1 License: GNU GPL version 3 Group: System/Daemons Url: http://ctdb.samba.org/ @@ -36,7 +36,16 @@ %define initdir %{_sysconfdir}/init.d AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1020 BuildRequires: pkg-config +%else +%if 0%{?suse_version} +BuildRequires: pkgconfig +%endif +%endif +#%if 0%{?suse_version} +#BuildRequires: pkg-config +#%endif %description ctdb is the clustered database used by Samba @@ -63,7 +72,7 @@ -Ilib/popt \ -Ilib/talloc \ -Ilib/tdb \ - -Ilib/events + -Ilib/tevent export CFLAGS="$RPM_OPT_FLAGS $EXTRA -O0 -D_GNU_SOURCE -DCTDB_VERS=\"%{version}-%{release}\"" %{configure} %{__make} %{?_smp_mflags} docdir=%{_docdir} @@ -138,10 +147,12 @@ %{_sysconfdir}/ctdb/events.d/41.httpd %{_sysconfdir}/ctdb/events.d/50.samba %{_sysconfdir}/ctdb/events.d/60.nfs -%{_sysconfdir}/ctdb/events.d/61.nfstickle +%{_sysconfdir}/ctdb/events.d/60.ganesha +%{_sysconfdir}/ctdb/events.d/62.cnfs %{_sysconfdir}/ctdb/events.d/70.iscsi %{_sysconfdir}/ctdb/events.d/91.lvs %{_sysconfdir}/ctdb/interface_modify.sh +%{_sysconfdir}/ctdb/ctdb-crash-cleanup.sh %{_sysconfdir}/ctdb/statd-callout %{_sbindir}/ctdbd %{_bindir}/ctdb @@ -159,7 +170,11 @@ %files devel %defattr(-,root,root) %{_includedir}/ctdb.h +%{_includedir}/ctdb_client.h %{_includedir}/ctdb_private.h +%{_includedir}/ctdb_protocol.h +%{_includedir}/ctdb_typesafe_cb.h +%attr(644,root,root) %{_libdir}/libctdb.a %{_libdir}/pkgconfig/ctdb.pc %changelog ++++++ ctdb-1.0.114.tar.bz2 -> ctdb-1.2.27.tar.bz2 ++++++ ++++ 49230 lines of diff (skipped) ++++++ ctdb-socket-path.patch ++++++ --- /var/tmp/diff_new_pack.IScLFX/_old 2011-05-23 15:47:15.000000000 +0200 +++ /var/tmp/diff_new_pack.IScLFX/_new 2011-05-23 15:47:15.000000000 +0200 @@ -1,7 +1,13 @@ -Index: ctdb-1.0.89/doc/ctdb.1.html -=================================================================== ---- ctdb-1.0.89.orig/doc/ctdb.1.html -+++ ctdb-1.0.89/doc/ctdb.1.html +commit b6bc7607a2abf4ee00999133ba4b2c41718f26d1 +Author: Jim McDonough <[email protected]> +Date: Wed Aug 18 12:13:26 2010 -0400 + + Use correct socket path + +diff --git a/doc/ctdb.1.html b/doc/ctdb.1.html +index 701b0dd..e8b9a69 100644 +--- a/doc/ctdb.1.html ++++ b/doc/ctdb.1.html @@ -23,7 +23,7 @@ Change the debug level for the command. Default is 0. </p></dd><dt><span class="term">--socket=<filename></span></dt><dd><p> @@ -11,11 +17,24 @@ </p><p> You only need to specify this parameter if you run multiple ctdb daemons on the same physical host and thus can not use the default -Index: ctdb-1.0.89/doc/ctdbd.1.html -=================================================================== ---- ctdb-1.0.89.orig/doc/ctdbd.1.html -+++ ctdb-1.0.89/doc/ctdbd.1.html -@@ -92,7 +92,7 @@ +diff --git a/doc/ctdb.1.xml b/doc/ctdb.1.xml +index 31832a3..387de54 100644 +--- a/doc/ctdb.1.xml ++++ b/doc/ctdb.1.xml +@@ -113,7 +113,7 @@ + <listitem> + <para> + Specify the socketname to use when connecting to the local ctdb +- daemon. The default is /tmp/ctdb.socket . ++ daemon. The default is /var/lib/ctdb/ctdb.socket . + </para> + <para> + You only need to specify this parameter if you run multiple ctdb +diff --git a/doc/ctdbd.1.html b/doc/ctdbd.1.html +index d6d5ce2..1c4d507 100644 +--- a/doc/ctdbd.1.html ++++ b/doc/ctdbd.1.html +@@ -100,7 +100,7 @@ </p></dd><dt><span class="term">--socket=<filename></span></dt><dd><p> This specifies the name of the domain socket that ctdbd will create. This socket is used for local clients to attach to and communicate with the ctdbd daemon. </p><p> @@ -24,11 +43,11 @@ </p></dd><dt><span class="term">--start-as-disabled</span></dt><dd><p> This makes the ctdb daemon to be DISABLED when it starts up. </p><p> -Index: ctdb-1.0.89/doc/ctdbd.1.xml -=================================================================== ---- ctdb-1.0.89.orig/doc/ctdbd.1.xml -+++ ctdb-1.0.89/doc/ctdbd.1.xml -@@ -267,7 +267,7 @@ +diff --git a/doc/ctdbd.1.xml b/doc/ctdbd.1.xml +index aa51f43..c8f0e5e 100644 +--- a/doc/ctdbd.1.xml ++++ b/doc/ctdbd.1.xml +@@ -287,7 +287,7 @@ This specifies the name of the domain socket that ctdbd will create. This socket is used for local clients to attach to and communicate with the ctdbd daemon. </para> <para> @@ -37,12 +56,12 @@ </para> </listitem> </varlistentry> -Index: ctdb-1.0.89/include/ctdb_private.h -=================================================================== ---- ctdb-1.0.89.orig/include/ctdb_private.h -+++ ctdb-1.0.89/include/ctdb_private.h -@@ -24,7 +24,7 @@ - #include <sys/socket.h> +diff --git a/include/ctdb_protocol.h b/include/ctdb_protocol.h +index 99765d4..d7acd4e 100644 +--- a/include/ctdb_protocol.h ++++ b/include/ctdb_protocol.h +@@ -21,7 +21,7 @@ + #define _CTDB_PROTOCOL_H /* location of daemon socket */ -#define CTDB_PATH "/tmp/ctdb.socket" @@ -50,16 +69,3 @@ /* default ctdb port number */ #define CTDB_PORT 4379 -Index: ctdb-1.0.89/doc/ctdb.1.xml -=================================================================== ---- ctdb-1.0.89.orig/doc/ctdb.1.xml -+++ ctdb-1.0.89/doc/ctdb.1.xml -@@ -111,7 +111,7 @@ - <listitem> - <para> - Specify the socketname to use when connecting to the local ctdb -- daemon. The default is /tmp/ctdb.socket . -+ daemon. The default is /var/lib/ctdb/ctdb.socket . - </para> - <para> - You only need to specify this parameter if you run multiple ctdb ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
