2009
redhat-cluster (3.0.2-5) unstable; urgency=low
* [2deb213] Add watch file
* [a121c74] Fix dependency based boot based on a patch by Peter
Reinholdtsen Closes; #541980
-- Guido Günther <agx@sigxcpu.org> Tue, 13 Oct 2009 22:29:22 +0200
redhat-cluster (3.0.2-4) unstable; urgency=low
* fix gfs module build (Closes: #502401) - [74deb4b] gnbd is no more
-- Guido Günther <agx@sigxcpu.org> Tue, 06 Oct 2009 15:22:34 +0200
redhat-cluster (3.0.2-3) unstable; urgency=low
* upload to unstable:
- doesn't use libvolumeid (Closes: #540225)
- fixes qdisk with device option (Closes: #542769)
* [84ca33f] Remove superfluous dependency on libvolume-id-dev - thanks to
Ante Karamatić
* [09bf9ca] bump dependencies on openais and corosync to the minimal
required versions
-- Guido Günther <agx@sigxcpu.org> Mon, 05 Oct 2009 20:59:25 +0200
redhat-cluster (3.0.2-2) experimental; urgency=low
* [feeb1a2] don't .gitignore README.source * [207acbe] fix maintainer address
-- Guido Günther <agx@sigxcpu.org> Thu, 03 Sep 2009 19:20:08 +0200
redhat-cluster (3.0.2-1) experimental; urgency=low
[ Ante Karamatic ]
* [d9ab43b] Upstream removed some docs
* [d5c4061] Install libfenced library with libfence packages
[ Guido Günther ]
* [a28764e] Imported Upstream version 3.0.2
* [b53b858] fix path to lcrso that disappeared somehow
* [1bea132] lintian recommends using ${misc:Depends} when using debhelper
* [9d509e4] create etc/cluster
* [ce3e1ff] no need to make deps arch dependent
* [2198eae] move lcrso to it's default location
* [9830940] add ${misc:Depends}
* [d4e4280] bump standards version
* [184adc2] add README.source
* [feeb1a2] don't .gitignore README.source
-- Guido Günther <agx@sigxcpu.org> Tue, 01 Sep 2009 23:20:03 +0200
redhat-cluster (3.0.0-1) unstable; urgency=low
* [d0df3c7] Imported Upstream version 3.0.0 (Closes: #510695, #528419, #528420, #471398, #528258) * [ae6a35b] drop patches applied upstream * [cb06d97] bump build-dependencies on corosync and openais
-- Guido Günther <agx@sigxcpu.org> Fri, 10 Jul 2009 21:34:06 +0200
redhat-cluster (3.0.0~rc4-1) unstable; urgency=low
* [00ae91f] Imported Upstream version 3.0.0~rc4 * [8c0a082] enable_virt is no more * [2700bab] fix typos * [fb5d139] fix segfault due to wrong handle type * [9ba764a] use quilt instead of dpatch * [569f2d6] adjust udev breaks to Debian version * [b1c123c] bump debhelper dependency * [23bb6ec] bump openais/corosync build-deps
-- Guido Günther <agx@sigxcpu.org> Tue, 07 Jul 2009 18:07:55 +0200
redhat-cluster (3.0.0~rc3-1) unstable; urgency=low
* [394082a] Imported Upstream version 3.0.0~rc3 * [5a5503a] adjust to new upstream version
-- Guido Günther <agx@sigxcpu.org> Mon, 06 Jul 2009 18:36:09 +0200
redhat-cluster (2.20090127-0ubuntu1) jaunty; urgency=low
* New upstream release from 3.0.0.alpha3 official release.
* Remove lots of symlink compat junk from old obsoleted versions of gfs and
gfs2 tools.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 28 Jan 2009 14:20:12 +0100
redhat-cluster (2.20090112-0ubuntu4) jaunty; urgency=low
* move dlm_tool binary to cman package.
* drop all Build-Conflicts that are not required anylonger as the library
API/ABI is now stable.
(tho building in a clean chroot always worked just fine....)
* drop obsoleted cman Conflicts:. Those packages haven't been around long
enough.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 21 Jan 2009 11:33:58 +0100
redhat-cluster (2.20090112-0ubuntu3) jaunty; urgency=low
* FTBFS as expected :-(
* debian/rules: make /lib/udev/rules.d first and remove /etc/udev/rules.d
after.
-- Scott James Remnant <scott@ubuntu.com> Mon, 12 Jan 2009 15:29:33 +0000
redhat-cluster (2.20090112-0ubuntu2) jaunty; urgency=low
* debian/rules: Install rules into /lib/udev/rules.d instead; rather than
patching upstream, just do this here because we copy it by hand anyway
* libdlm3.install: Install new rules path
* debian/libdlm3.preinst: Remove old rules if unchanged
* debian/control: Add Breaks to ensure right version of udev gets used.
(Someone should test this one - I haven't been able to since it helpfully
build-conflicts itself and I can't build it here)
-- Scott James Remnant <scott@ubuntu.com> Mon, 12 Jan 2009 15:18:52 +0000
redhat-cluster (2.20090112-0ubuntu1) jaunty; urgency=low
* New upstream release from 3.0.0.alpha2 official release.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 12 Jan 2009 09:11:59 +0100
redhat-cluster (2.20090106-0ubuntu1) jaunty; urgency=low
* New upstream release from 3.0.0.alpha1 official release:
- Drop gnbd* packages in full. They are obsoleted from this upstream and
moved to their own project.
- Use upstream init scripts.
- Thighten requirements around corosync/openais versions.
- Ship liblogthread packages.
- Stop building legacy code. It's time somebody will package conga.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 06 Jan 2009 10:39:46 +0100
2008
redhat-cluster (2.20080826-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.09 official release:
- debian/rules: change from --enable_xen to --enable_virt
- debian/patches: drop patch to get up to git master HEAD.
- debian/control: lib*2 -> lib*3 after upstream soname bump.
- cman.init: remove enterely section that checks for cluster.conf since
we can start the cluster fetching the config from sources other than
cluster.conf itself. Also addresses LP: #259579.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 26 Aug 2008 12:59:49 +0200
redhat-cluster (2.20080812-0ubuntu4) intrepid; urgency=low
* Upload to intrepid. Obsolete version in PPA.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 20 Aug 2008 12:49:16 +0200
redhat-cluster (2.20080812-0ubuntu3) intrepid; urgency=low
* Update to git master commit: 6d104bb9a07f29af88cccd080239054665fd8c42
* Build against latest corosync and drop local build hack in debian/rules.
* Enable legacy code to keep ccsd around as long as ricci is not packaged
for Debian/Ubuntu.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 20 Aug 2008 07:54:38 +0200
redhat-cluster (2.20080812-0ubuntu2) intrepid; urgency=low
* Update to git master commit: 0fd02f3baed4dd5d8ce6c523d8e52de49a4da3c3
* debian/control: build deps on latest corosync/openais. Update
descriptions to add corosync bits.
* move cman lcrso to /usr/lib/lcrso.
* debian/rules: add temporary workaround for corosync header breakage.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 13 Aug 2008 07:27:44 +0200
redhat-cluster (2.20080812-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.08 official release:
- Fix serious issue in rgmanager that prevented the daemon to start
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 13 Aug 2008 07:12:25 +0200
redhat-cluster (2.20080801-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.07 official release:
- Drop depends on libxml-libxml-perl.
- Add libccs-perl.
- Change debian/rules to add stuff for the new libccs-perl
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 05 Aug 2008 14:53:16 +0200
redhat-cluster (2.20080715-0ubuntu4) intrepid; urgency=low
* Update local headers again.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 22 Jul 2008 11:11:52 +0200
redhat-cluster (2.20080715-0ubuntu3) intrepid; urgency=low
* Drop versioned depends on linux-libc-dev that makes it impossible to
build things normally.
* Ship and update local copy of headers required to build.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 22 Jul 2008 09:16:22 +0200
redhat-cluster (2.20080715-0ubuntu2) intrepid; urgency=low
* Add missing build-dep on libldap2-dev.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 22 Jul 2008 09:12:23 +0200
redhat-cluster (2.20080715-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.06 official release:
- build-depends on openais 0.84-0ubuntu2 for new logging features
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 15 Jul 2008 13:33:49 +0200
redhat-cluster (2.20080624-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.05 official release:
- update debian/copyright again.
- build-depends on openais 0.84
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 24 Jun 2008 11:26:15 +0200
redhat-cluster (2.20080609-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.04 official release:
- Update copyright bits following upstream major cleanup.
- Drop libfenced and libgfscontrol as they were supposed to be private.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 09 Jun 2008 08:33:21 +0200
redhat-cluster (2.20080602-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.03 official release:
- Add new depends to cman on telnet and openssh-client.
- create new binary package: libgfscontrol and -dev.
- Drop unrequired patches.
- Update kernel headers patch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 02 Jun 2008 07:01:49 +0200
redhat-cluster (2.20080521-0ubuntu3) intrepid; urgency=low
* Add missing Depends on openipmi for fence_ipmilan.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 23 May 2008 06:29:26 +0200
redhat-cluster (2.20080521-0ubuntu2) intrepid; urgency=low
* Add /var/log/cluster to cman and ship logrotate snippet. * Fix build without kernel headers.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 21 May 2008 11:54:57 +0200
redhat-cluster (2.20080521-0ubuntu1) intrepid; urgency=low
* New upstream release from 2.99.02 official release:
- 000_cluster-dlmheaders from 2.6.26-rcX.
This can be dropped once the new kernel hits intrepid.
- create new binary packages: libccs2, libccs-dev, libfence2, libfence-dev,
libfenced2, libfenced-dev, libdlmcontrol2, libdlmcontrol-dev.
- install new files around.
- bump shared library soname according to upstream.
* debian/rules:
- cleanup configure: section. All hacks are now proper configure
options.
- do not set SOMAJOR and SOMINOR. This is done upstream now.
- cleanup installed tree before invoking dh_install to reduce noise
from --list-missing.
* debian/control:
- Build-Conflicts with new generated libraries to make sure we link
applications against the latest build.
- Add the whole new set of binary packages.
- gnbd-server and gnbd-client now recommends cman instead of fence-gnbd.
- Add new Depends to cman to fullfill fence agents requirements:
+ sg3-utils, python-pexpect, libxml-perl, snmp.
- Add new Depends to rgmanager:
+ perl, gawk, net-tools.
* Fix few lintian warnings.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 21 May 2008 05:29:48 +0200
redhat-cluster (2.20080227-0ubuntu1) hardy; urgency=low
* This is not really a new version.
Upstream development did halt for a couple of weeks to switch from
CVS to git. Recreate a new orig.tar.gz to get rid of CVS dirs and
import two more bug fixes from upstream.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 27 Feb 2008 06:22:11 +0100
redhat-cluster (2.20080212-1ubuntu2) hardy; urgency=low
* Import a 2 liner fix from CVS.
(http://bugs.debian.org/465790)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 15 Feb 2008 09:03:04 +0100
redhat-cluster (2.20080212-1ubuntu1) hardy; urgency=low
* Merge with Debian unstable. Remanining changes:
- debian/control:
- XSBC-Original-Maintainer foobar.
- Build-Deps: guarantee to use newer openais from trunk.
- drop cman.postrm.
NOTE for future maintainer: once openais 0.83 will be available in Debian
and synced in Ubuntu, this package can be synced directly and drop
all Ubuntu changes.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 13 Feb 2008 06:41:51 +0100
redhat-cluster (2.20080212-1) unstable; urgency=low
* New upstream CVS snapshot.
* Merge changes from Ubuntu:
- debian/copyright: add copyright info and shut up lintian a bit.
- link mount.gfs man page to mount.gfs2.
- debian/rules: fix order of dh_ to get library dh snippets in place.
- debian/TODO list.
- drop unrequired maintainer scripts.
- debian/control: fix libdlm-dev depends.
-- Frederik Schüler <fs@debian.org> Tue, 12 Feb 2008 22:46:46 +0100
redhat-cluster (2.20080212-0ubuntu1) hardy; urgency=low
* New upstream CVS snapshot:
- import man pages and build fixes spotted by lintian and dh_shlibdeps.
* debian/control: fix libdlm-dev depends.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 12 Feb 2008 07:24:44 +0100
redhat-cluster (2.20080211-0ubuntu2) hardy; urgency=low
* debian/rules: fix order of dh_ to get library dh snippets in place.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 11 Feb 2008 13:49:09 +0100
redhat-cluster (2.20080211-0ubuntu1) hardy; urgency=low
* New upstream CVS snapshot.
* Merge with Debian unstable. Remanining changes:
- debian/control:
- XSBC-Original-Maintainer foobar.
- Build-Deps: guarantee to use newer openais from trunk.
- gfs2-tools: Recommends: redhat-cluster-modules.
- drop unrequired maintainer scripts.
- debian/TODO list.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 11 Feb 2008 12:56:48 +0100
redhat-cluster (2.20080208-2) unstable; urgency=low
* Update linux-libc-dev build dependency to version 2.6.24-1, this should
fix the various FTBFS.
-- Frederik Schüler <fs@debian.org> Fri, 08 Feb 2008 19:48:50 +0100
redhat-cluster (2.20080208-1) unstable; urgency=low
* New upstream snapshot. * Fix bashism in cman init script. Closes: #464634 * Fix redhat-cluster-source FTBFS. Closes: #464117
-- Frederik Schüler <fs@debian.org> Fri, 08 Feb 2008 11:33:43 +0100
redhat-cluster (2.20080205-1) unstable; urgency=low
* New upstream snapshot.
- fix build failures with 2.6.24
* Add libnet-snmp-perl and libnet-telnet-perl dependency to cman, needed
for some fencing scripts.
* Merge changes from ubuntu:
- drop libcman2 and libdlm 2 postrm, this is handled by
debhelper.
- Make cman init script not fail if qdiskd fails to start up
- drop 00_fix_gfs2_quota.dpatch
* Fix modules/redhat-cluster/debian/rules permissions
-- Frederik Schüler <fs@debian.org> Tue, 05 Feb 2008 13:59:43 +0100
redhat-cluster (2.20080128-0ubuntu1) hardy; urgency=low
* New upstream CVS snapshot.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 28 Jan 2008 08:41:25 +0100
redhat-cluster (2.20080107-2) unstable; urgency=low
* Fix mount/umount helpers installation. Thanks to
Fabio M. Di Nitto <fabbione@ubuntu.com> for the patch.
-- Frederik Schüler <fs@debian.org> Thu, 24 Jan 2008 00:37:35 +0100
redhat-cluster (2.20080121-0ubuntu2) hardy; urgency=low
* Fix mount/umount helpers installation.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 23 Jan 2008 12:05:07 +0100
redhat-cluster (2.20080121-0ubuntu1) hardy; urgency=low
* New upstream CVS snapshot.
* Drop merged patches.
* Merge with Debian unstable. Remanining changes:
- Drop patch 00_fix_gfs2_quota.dpatch.
- debian/control:
- XSBC-Original-Maintainer foobar.
- Build-Deps: guarantee to use newer openais from trunk.
- gfs2-tools: Recommends: redhat-cluster-modules.
- debian/cman.init:
- Allow qdisk to fail to start.
- debian/cman.postrm, debian/libcma2.post* debian/libdlm2.post*:
- remove. There is no need for one. debhelper will take care of those.
- debian/TODO:
- merge.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 21 Jan 2008 07:15:05 +0100
redhat-cluster (2.20080107-1) unstable; urgency=low
* New upstream CVS snapshot.
- fixes hppa FTBFS.
* Drop merged patches.
* Fix spelling of "Linux" in some descriptions.
-- Frederik Schüler <fs@debian.org> Mon, 07 Jan 2008 00:45:58 +0100
redhat-cluster-suite (2.20080110-0ubuntu1) hardy; urgency=low
* New CVS snapshot.
* Drop patches that are now upstream.
* Add patch to fix rgmanager apache service for the very basic Debian/Ubuntu
setup (pending upstream inclusion)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 10 Jan 2008 12:02:11 +0100
redhat-cluster-suite (2.20080109-0ubuntu1) hardy; urgency=low
* New CVS snapshot.
* Re-enable fence_xvmd on amd64.
* Apply patch to fix 64 bit alignment issues in rgmanager.
* NOTE: this is the last upload of our standalone packages. Next one will be
a merge with Debian packaging and it's pending a new kernel upload in
Ubuntu to change kernel module provides.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 09 Jan 2008 12:48:58 +0100
redhat-cluster (2.20071214-3) unstable; urgency=low
* Build-depend on linux-libc-dev (>= 2.6.23-1).
-- Frederik Schüler <fs@debian.org> Fri, 04 Jan 2008 19:47:02 +0100
2007
redhat-cluster (2.20071214-2) unstable; urgency=low
* Add muissing build-dependency on libslang2-dev. * Make redhat-cluster-source package Architecture: all.
-- Frederik Schüler <fs@debian.org> Thu, 27 Dec 2007 16:11:39 +0100
redhat-cluster (2.20071214-1) unstable; urgency=low
* New upstream CVS snapshot, taken from Ubuntu. * Fix copyright file. * Remove csnap/doc/csnap.ps from orig tarball: missing source.
-- Frederik Schüler <fs@debian.org> Wed, 26 Dec 2007 02:53:46 +0100
redhat-cluster-suite (2.20071214-0ubuntu1) hardy; urgency=low
* New CVS snapshot. * Changed maintainer to ubuntu-core-dev.
-- Soren Hansen <soren@ubuntu.com> Fri, 14 Dec 2007 17:11:29 +0100
redhat-cluster (2.20071022-1) unstable; urgency=low
* New upstream release. Closes: #426276 - Drop Magma. Closes: #374541 * First Debian release of the redhat cluster suite v2, based on the packaging by Fabio M. Di Nitto <fabbione@fabbione.net> * Acknowledge NMU. Closes: #377791 * Update copyright file. * Fix maintainer scripts, add missing ones. * Fix debconf template. * Add redhat-cluster-source package containing the gfs1 and gnbd kernel modules. Closes: #401073, #426769 * Provide module-assistant support in the redhat-cluster-source package. Closes: #366498, #412412 * Fix gnbd-* packages description. Closes: #319204 * Lots of bugs fixed: - Fix initscripts. Closes: #367171, #336260, #336259 - Provide manpages for cluster.conf, mkfs.gfs and fsck.gfs. Closes: #406364, #270537 - Provide rgmanager package. Closes: #400204 - Rgmanager: add dependency on iputils-arping. Closes: #417813 - Call dh_strip during install. Closes: #437899 * Add handling for missing cluster.conf. Closes: #420229, #381434, #367370 * Enable XEN support on amd64 too. * Mention gfs and gnbd kernel modules in the redhat-cluster-modules source and binary package descriptions. Closes: #380002
-- Frederik Schüler <fs@debian.org> Tue, 25 Dec 2007 00:04:53 +0100
redhat-cluster-suite (2.20071022-0ubuntu1) hardy; urgency=low
* New upstream version.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 22 Oct 2007 05:41:43 +0200
redhat-cluster-suite (2.20070823.1-0ubuntu1) gutsy; urgency=low
* Import a bunch of bugfixes from CVS.
* Fake upstream version bump to clean up the orig.tar.gz that had a bunch of
craft in it.
* Fix init script for obsolet fence_tool invocation.
* Bump Dependes and B-D on openais to make sure to use the latest bug fixes.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 01 Oct 2007 04:50:54 +0200
redhat-cluster-suite (2.20070823-0ubuntu1) gutsy; urgency=low
* New CVS snapshot:
* Fix build with gcc-4.2 (lpia).
* Lots of man pages updates.
* Cleanup gfs2-tools symlinks.
* debian/rules: update clean target to reflect cs-deploy-tool removal from
upstream CVS.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 23 Aug 2007 06:51:13 +0200
redhat-cluster-suite (2.20070816-0ubuntu1) gutsy; urgency=low
* New CVS snapshot. Drop all local patches now applied upstream.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 16 Aug 2007 20:19:55 +0200
redhat-cluster-suite (2.20070809-0ubuntu2) gutsy; urgency=low
* Fix Makefile build order.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 10 Aug 2007 06:36:05 +0200
redhat-cluster-suite (2.20070809-0ubuntu1) gutsy; urgency=low
* New CVS snapshot. * Drop 001_fix_hppa_build that's now upstream.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 09 Aug 2007 11:46:28 +0200
redhat-cluster-suite (2.20070720-0ubuntu1) gutsy; urgency=low
* New CVS snapshot. * Fix build on hppa. Add patch 001_fix_hppa_build (pushed upstream)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 20 Jul 2007 06:43:15 +0200
redhat-cluster-suite (2.20070716-0ubuntu1) gutsy; urgency=low
* New CVS snapshot. * Temporary drop xen/amd64 because xen-3.1 is not available. * Build-depend on new libvirt to make sure we grab the correct version.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 16 Jul 2007 10:37:33 +0200
redhat-cluster-suite (2.20070626-0ubuntu1) gutsy; urgency=low
* New CVS snapshot. * Drop last of our local patches. * Fix CVE-2007-3374 as described in USN-476-1. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244891 * Bump build depends on linux-libc-dev (2.6.22-7.14) required for new dlm headers and gfs2_ondisk fixes.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 26 Jun 2007 10:08:47 +0200
redhat-cluster-suite (2.20070503-0ubuntu3) gutsy; urgency=low
* Remove unrequired libnss3/libnspr4 and XEN_DEPENDS bits.
* Kill libccs-dev binary package. Nothing B-D on it anymore and it will be
killed upstream too at somepoint.
* Enfor stronger Build-Conflicts: libccs-dev.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 12 Jun 2007 10:59:24 +0200
redhat-cluster-suite (2.20070503-0ubuntu2) gutsy; urgency=low
* debian/rules: drop XEN_DEPENDS libnss3 and libnspr4
-- Alexander Sack <asac@ubuntu.com> Fri, 1 Jun 2007 15:09:09 +0200
redhat-cluster-suite (2.20070503-0ubuntu1) gutsy; urgency=low
* Change Build-Dep to libnss3-dev and libnspr4-dev. * Update debian/rules to use the new headers location. * Fix typo in cman.init. * Make sure to attempt to stop ccsd even if cman leave fails. * Import latest ccs fixes from CVS upstream. * Bump Build-deps on newer libopenais-dev.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 14 May 2007 08:33:51 +0200
redhat-cluster-suite (2.20070502-0ubuntu1) gutsy; urgency=low
* New CVS snapshot from head.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 02 May 2007 14:58:17 +0200
redhat-cluster-suite (2.20070430-0ubuntu2) gutsy; urgency=low
* unpatch source on clean:
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 30 Apr 2007 14:17:57 +0200
redhat-cluster-suite (2.20070430-0ubuntu1) gutsy; urgency=low
* cman Depends: openais 0.81
* Drop all patch < 050. They are now upstream and fix xen build and ccs
linking (fix different FTBFS).
* clean debian/rules clean: target. No more need of pre-patching to clean.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 30 Apr 2007 13:33:43 +0200
redhat-cluster-suite (2.20070427-0ubuntu1) gutsy; urgency=low
* New CVS snapshot:
- drop all 050_ubuntu (and higher patches). Not required anymore
after introducing the new build system (patches from 001 to 009)
pending ACK from upstream to be committed in CVS.
- add patch 050_ubuntu_rgmanager_disable_werror to let ia64 build.
(Proper fix to be discussed with upstream)
- Build Dep on openais 0.81 or higher.
- Clean up debian/rules and use the new build system.
- Clean up build-deps.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 27 Apr 2007 13:11:39 +0200
redhat-cluster-suite (2.20070315-0ubuntu2) feisty; urgency=low
* Fix libdlm race condition when services are joining/leaving too quickly. (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232878) * Fix rgmanager build warnings and incorrect call to rg_exec (spotted when cleaning code). Patch by Fabio M. Di Nitto, applied upstream. * Fix qdisk scoring calculation. * Obsolete patches 001_fix_clean_target.dpatch. * Always check malloc() return codes * Fix errant clu_unlock() calls in vft.c in cases where clu_lock() failed * Add ability to wrap pthread_mutex / pthread_rwlock calls for better stability * Fix improper pthread_mutex_destroy() semantics * Fix vft portability to sparc/hppa: - Add patch 001_fix_vft pushed upstream. * Temporary disable -Werror for rgmanager build (x86*, sparc*, ppc* are ok. workaround ia64 local alloc implementation): - Add patch 056_ubuntu_disable_rgmanager_werror.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 19 Mar 2007 15:36:11 +0100
redhat-cluster-suite (2.20070315-0ubuntu1) feisty; urgency=low
* Sync CVS snapshot with 2.0 stable release.
* Fix qdisk invokation in cman.init.
* Add --oknodo when stopping the cluster to allow stop to be called more
times without failing if one of the daemons is hanging somewhere.
UVF exception approved by Tollef Fog Heen.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 15 Mar 2007 10:02:22 +0100
redhat-cluster-suite (2.20070216-0ubuntu1) feisty; urgency=low
* New CVS snapshot to sync GFS kernel code to 2.6.20 and import bug fixing:
- Drop patch 002_fix_build_on_sparc_and_hppa.dpatch now upstream.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 16 Feb 2007 09:03:44 +0100
redhat-cluster-suite (2.20070126-0ubuntu2) feisty; urgency=low
* Fix FTBFS on sparc:
- Add patch 002_fix_build_on_sparc_and_hppa.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 26 Jan 2007 14:47:50 +0100
redhat-cluster-suite (2.20070126-0ubuntu1) feisty; urgency=low
* New upstream snapshot from cvs head.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 10 Jan 2007 07:39:22 +0100
2006
redhat-cluster-suite (2.20061124-0ubuntu2) feisty; urgency=low
* redhat-cluster-suite: drop recommends system-config-cluster that's now
obsolete and there is no replacement available yet.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 24 Nov 2006 07:35:20 +0100
redhat-cluster-suite (2.20061124-0ubuntu1) feisty; urgency=low
* New upstream snapshot from cvs head.
* update cman init script:
* do not load dlm_device module since it's gone.
* use -w to leave the fence domain.
* use a 10 seconds timeout for fence_tools to complete the call to leave
or otherwise kill the process. This avoid a hang on reboot in a very
specific corner case where on a 2 nodes cluster one node is powered down
and the other is performing a reboot without quorating with the first
node (JOIN_START_WAIT).
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 24 Nov 2006 07:35:00 +0100
redhat-cluster-suite (2.20061120-0ubuntu2) feisty; urgency=low
* Change libvolumeid-dev build-dep to libvolume-id-dev.
-- Scott James Remnant <scott@ubuntu.com> Thu, 23 Nov 2006 11:04:56 +0000
redhat-cluster-suite (2.20061120-0ubuntu1) feisty; urgency=low
* New upstream snapshot from cvs head.
* Fix duplicate definition in fence/agents/xvm/options.c
* Make sure to build xen support only on i386 and amd64 and fix *.install
* Improve xen autodetection at build time.
* Fix libnss3/libnspr4 cman Depends:
* Add debian/TODO. The package is growing exponentially and we need more
control over it.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 20 Nov 2006 08:36:05 +0100
redhat-cluster-suite (2.20061106-0ubuntu1) feisty; urgency=low
* New upstream snapshot from cvs head.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 23 Oct 2006 07:56:22 +0200
redhat-cluster-suite (2.20061002-0ubuntu2) edgy; urgency=low
* Fix cman maintainer scripts to handle correctly upgrades from dapper.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 04 Oct 2006 10:30:35 +0200
redhat-cluster-suite (2.20061002-0ubuntu1) edgy; urgency=low
* New upstream release. Exception granted by Matt Zimmerman. (Closes Ubuntu: #61854) * Import fixes generated from the bug squash party with upstream. * Build Dep on new openais.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 27 Sep 2006 18:40:23 +0200
redhat-cluster-suite (2.20060716-0ubuntu8) edgy; urgency=low
* Pull a few more fixes from upstream.
* Mark GFS2 as highly experimental in debian/control. It's not ready for
production yet.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 20 Sep 2006 11:06:19 +0200
redhat-cluster-suite (2.20060716-0ubuntu7) edgy; urgency=low
* Pull a few fixes for rgmanager from upstream.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 12 Sep 2006 13:04:27 +0200
redhat-cluster-suite (2.20060716-0ubuntu6) edgy; urgency=low
* Pull pointer init fix in libcman.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 25 Aug 2006 09:27:36 +0200
redhat-cluster-suite (2.20060716-0ubuntu5) edgy; urgency=low
* Fix gfs/gfs2 init scripts to void gfs script to try to handle gfs2
volumes.
* Pull a few changes from upstream to drop patches 003 and 004.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 22 Aug 2006 14:23:06 +0200
redhat-cluster-suite (2.20060716-0ubuntu4) edgy; urgency=low
* gfs-tools now requires gfs2-tools to lynk to mount/umount helpers. * Remove empty po files and fix FTBFS.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 24 Jul 2006 22:31:27 +0200
redhat-cluster-suite (2.20060716-0ubuntu3) edgy; urgency=low
* Build-Deps on linux-kernel-headers (>= 2.6.17-5.16) since the old version
is still buggy.
* Install more man pages.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 24 Jul 2006 08:55:34 +0200
redhat-cluster-suite (2.20060716-0ubuntu2) edgy; urgency=low
* Use active RRP for cman (stolen from CVS).
* Drop more patches that are now upstream.
* Drop B-D on linux-headers-$foo.
* Build-Deps on linux-kernel-headers (>= 2.6.17-5.15) that now exports all the
headers we need.
* Build-Deps on libvolumeid-dev (>= 093-0ubuntu4) to have proper shlibs.
* Build-Deps on libopenais-dev (>= 0.79-0ubuntu4) to transit to new soname.
* Install mkqdisc for qdiskd and more fence agents in cman.
* Fix gnbd_get_uid wrapper to support old and new udev scsi_id path and ship
the wrapper with gnbd-server.
* Add more gnbd man pages.
* Add more gfs2 man pages and symlinks between gfs2_* and *.gfs2 binaries
for standard fs operations (mkfs, grow, etc.)
* Ship xen domain migration script in rgmanager (EXPERIMENTAL! BE AWARE).
* Add /sbin/mount.gfs2 helper symlink.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 19 Jul 2006 11:07:26 +0200
redhat-cluster-suite (2.20060716-0ubuntu1) edgy; urgency=low
* Fix init scripts to be less delicate when it comes to load kernel modules. * Import gfs2 convert sync with kernel code. * Drop group/app.c build fix and get the proper one from CVS. * Sync gfs code with kernel to support selinux attributes over gfs1.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 18 Jul 2006 12:56:19 +0200
redhat-cluster-suite (2.20060716-0ubuntu0) edgy; urgency=low
* New upstream release based on CVS HEAD snapshot.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 08 Jun 2006 12:01:16 +0200
redhat-cluster-suite (1.20060222-0ubuntu6) dapper-updates; urgency=high
* Make sure that none of the daemon is started/restarted on install or
update. In certain situations this can lead to the entire suite not being
installable or services restarted without notice.
(Closes Ubuntu: #47645)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 31 May 2006 18:09:39 +0100
redhat-cluster-suite (1.20060222-0ubuntu5) dapper; urgency=low
* Upstream informs us about 2 critical bugs in our kernel modules:
- Add patch fix-critical-dlm-cman-kernel-issues.dpatch.
(Thanks Patrick for the info/patches/etc.)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 09 May 2006 13:15:17 +0200
redhat-cluster-suite (1.20060222-0ubuntu4) dapper; urgency=low
* Make redhat-cluster-suite Depends: clvm.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 05 Apr 2006 13:59:21 +0200
redhat-cluster-suite (1.20060222-0ubuntu3) dapper; urgency=low
* Fix gfs-tools init script to umount services after rgmanager is gone. * Move gndb-client to stop after umount gfs and before gndb-server is gone.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 04 Apr 2006 07:05:40 +0200
redhat-cluster-suite (1.20060222-0ubuntu2) dapper; urgency=low
* Add gfs-tools init script to mount gfs volumes as reported
on ubuntu-server mailing list. Thanks for the spot!
* Make gfs-tools Depends: psmisc.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 28 Mar 2006 11:53:58 +0200
redhat-cluster-suite (1.20060222-0ubuntu1) dapper; urgency=low
The "Upstream told us to do an urgent update or CMAN will bite us!"
* New CVS snapshot:
- Update gfs-kernel-fixes-from-rhel4.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 22 Feb 2006 17:34:36 +0100
redhat-cluster-suite (1.20060216-0ubuntu2) dapper; urgency=low
* UVF exception authorized by mdz.
* Revert wrong merge from previos upload:
- Add patch gfs-kernel-nomutex.dpatch.
- Add patch revert-gnbd-update.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 16 Feb 2006 08:33:49 +0100
redhat-cluster-suite (1.20060216-0ubuntu1) dapper; urgency=low
* New CVS snapshot:
- Update gfs-kernel-fixes-from-rhel4.dpatch.
- Add gulm-fixes-from-rhel4.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 16 Feb 2006 07:08:27 +0100
redhat-cluster-suite (1.20060210-0ubuntu1) dapper; urgency=low
* New CVS snapshot:
- Import byteswap fix for GFS nfs export.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 10 Feb 2006 06:50:58 +0100
redhat-cluster-suite (1.20060209-0ubuntu1) dapper; urgency=low
* New CVS snapshot:
- Drop patch install-fence-rsa-manpage.dpatch.
- Add patch dio-cluster-locking.dpatch to fix a deadlock.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 09 Feb 2006 08:45:13 +0100
redhat-cluster-suite (1.20060208-0ubuntu1) dapper; urgency=low
* New CVS snapshot:
- Drop patch install_fence_bladecenter.dpatch.
- Drop patch install_fence_rps10.dpatch.
- Drop patch fence_tool-fixes-from-rhel4.dpatch.
- Drop patch fix-ccs-endianess.dpatch.
- Update gfs-kernel-fixes-from-rhel4.dpatch.
- Add install-fence-rsa-manpage.dpatch.
* Make the init script do a cman_tool leave remove on stop.
(Ported from RH init script)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 08 Feb 2006 12:49:26 +0100
redhat-cluster-suite (1.20060112-0ubuntu1) dapper; urgency=low
* New CVS snapshot:
- Drop patch fix-udevrules.dpatch (it's upstream).
- Update gfs-kernel-fixes-from-rhel4.dpatch.
- Update fence_tool-fixes-from-rhel4.dpatch.
- Update fix-ccs-endianess.dpatch.
* Implement rgmanager timeout counter when stopping the service.
This avoid the machine to be stucked on a dead rgmanager.
* Stop shipping cmirror kernel module in coordination with upstream.
* Build libdlm with udev support:
- Add patch libdlm-enable-udev.dpatch.
* Fix fence init script to start only if cman has been started properly and
no gulm has been detected.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 11 Jan 2006 07:23:00 +0100
redhat-cluster-suite (1.20060105-0ubuntu2) dapper; urgency=low
* Fix udev rules order.
* Fix ccs endianess problems:
- Add patch fix-ccs-endianess.dpatch
(Thanks to Patrick for his first shot to the problem. Full patch pushed
upstream)
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 10 Jan 2006 18:10:10 +0100
redhat-cluster-suite (1.20060105-0ubuntu1) dapper; urgency=low
* New CVS snapshot.
* Add udev 45-dlm.rules:
- Add patch fix-udevrules.dpatch (pushed upstream).
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 05 Jan 2006 10:12:35 +0100
redhat-cluster-suite (1.20060102-0ubuntu1) dapper; urgency=low
* New CVS snapshot.
* Rediff patches.
* Drop patch gnbd-monitor-fixes-from-rhel4.dpatch. Now part of the STABLE
branch.
* Import fix for bz168698 into fence init script.
* Import fixes from RHEL CVS branch:
- Update patch gfs-kernel-fixes-from-rhel4.dpatch.
- Add patch fence_tool-fixes-from-rhel4.dpatch.
- Add patch rgmanager-README-fixes-from-rhel4.dpatch.
* Requires rhcs-modules-4 provided only with kernel 2.6.15-10.16 or higher.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 02 Jan 2006 10:21:01 +0100
2005
redhat-cluster-suite (1.20051205-0ubuntu1) dapper; urgency=low
* New CVS snapshot.
* Requires rhcs-modules-3 provided only with kernel 2.6.15-7.9 or higher.
* Rediff patches.
* Import fixes from RHEL CVS branch:
- Add patch gnbd-monitor-fixes-from-rhel4.dpatch.
- Add patch install_fence_rps10.dpatch.
- Update patch gfs-kernel-fixes-from-rhel4.dpatch.
- Add patch gfs-fixes-from-rhel4.dpatch.
- Drop fence_ship_more_manpages.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 05 Dec 2005 09:56:21 +0100
redhat-cluster-suite (1.20051024-0ubuntu1) dapper; urgency=low
* New CVS snapshot. * Requires rhcs-modules-2 provided only with kernels 2.6.14 or higher. * Rediff patches.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 24 Oct 2005 05:56:01 +0200
redhat-cluster-suite (1.20050822-0ubuntu4) breezy; urgency=low
* Fix linker invocations to build shlibs with ${CC} instead of ${LD}.
-- LaMont Jones <lamont@ubuntu.com> Thu, 1 Sep 2005 07:23:02 -0600
redhat-cluster-suite (1.20050822-0ubuntu3) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* Add sleep in gnbd-client init script before importing the devices.
This fixes a race condition that can happen when the entire cluster is
booting at the same time. the gnbd-* scripts run immediatly after the
fence domain is formed, but clients need to give some seconds to the
servers to exports the devices.
* Add KNOWN ISSUE section to README.Debian and add info about
Heavy I/O / heartbeat problem.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 31 Aug 2005 08:01:50 +0200
redhat-cluster-suite (1.20050822-0ubuntu2) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* Add README.Debian with some info as discussed in #14008 in
redhat-cluster-suite meta package.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 24 Aug 2005 06:54:38 +0200
redhat-cluster-suite (1.20050822-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New CVS snapshot:
- No changes to userland.
- Import cman-kernel iovec fix from STABLE branch.
- Import gfs ACL fix from RHEL4 branch:
- Update gfs-kernel-fixes-from-rhel4.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 22 Aug 2005 06:37:42 +0200
redhat-cluster-suite (1.20050816-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New CVS snapshot:
- Import cmirror, dlm-kernel fixes from STABLE branch.
- Import gfs-kernel fixes from RHEL4 branch:
- Add patch gfs-kernel-fixes-from-rhel4.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 17 Aug 2005 11:41:44 +0200
redhat-cluster-suite (1.20050815-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New CVS snapshot:
- Import cman-kernel, cmirror, fence agents, gfs-kernel fixes.
- Ship fence_ipmilan and fence_bullpap:
+ Add patch fence_ship_more_manpages.dpatch to fix fence/man/Makefile
and install also the manpages for the 2 agents.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 15 Aug 2005 13:07:05 +0200
redhat-cluster-suite (1.20050729-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Import cmirror bug fixes:
+ Only allow one machine to perform resync work
There must be a race in there somewhere when allowing multiple
simultaneous recoveries... This side-steps that issue. Besides
one machine moving the heads is probably better than all.
+ when a resync is done, we must mark it in the clean list as well
as the sync list. Otherwise, the log will always tell us there
is recovery to be done - even if there isn't.
+ Only suspend the server on cluster events - not dm suspends. If
we flush the clients before returning from the suspend, the server
will do nothing anyway.
+ fix typo
+ clean up logging
+ take the code that connects to cman out of the init function and
do it on first mirror activation. This way, you don't have to
have cman running in order to load the module... Makes mirror
activation a bit slower, but speeds up module loading.
+ get_region_size returns sector_t, not uint32_t
- Import ilo fence agent bug fixes:
+ Adds support for latest ilo firmware version (1.75). Changes were also
added to make sure that power status of the machine is being properlly
checked after power change commands have been issued. Before, it was
assumed to work through the messages recieved in the xml response. As
a result, systems with APCI enabled would soft power off leaving,
systems running instead of properlly fencing them.
+ A new option, ribcl, was added to the agent to force the protocol to
use when trying to send the power off command. Setting this value to
"2.21" might be required to work around some versions of ilo on machines with
APCI enabled. If left blank, the protocol version is autodetected.
- Import rgmanager bug fixes.
- ccs_tools needs to link with pthread:
+ Fix FTBFS.
+ Add patch ccs_tool_and_pthread_love.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 29 Jul 2005 06:59:12 +0200
redhat-cluster-suite (1.20050728-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Import bug fix to cmantools join.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 28 Jul 2005 13:43:30 +0200
redhat-cluster-suite (1.20050721-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Import fixes to cman-kernel to drop out cluster if all network
interfaces are down.
- Import fixes to magma plugin sm.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 21 Jul 2005 06:08:53 +0200
redhat-cluster-suite (1.20050720-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Import fixes to dm-cmirror.
* Import fixes from RHEL4 branch:
- install fence agent bladecenter.
- remove gulm kludge.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 20 Jul 2005 13:15:01 +0200
redhat-cluster-suite (1.20050714-0ubuntu3) breezy; urgency=low
Changes by Fabio M. Di Nitto: * Make redhat-cluster-suite Recommends: system-config-cluster.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 15 Jul 2005 08:07:36 +0200
redhat-cluster-suite (1.20050714-0ubuntu2) breezy; urgency=low
Changes by Fabio M. Di Nitto: * Fix redhat-cluster-suite-modules Depends.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 14 Jul 2005 13:01:51 +0200
redhat-cluster-suite (1.20050714-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- saForum APIs for libcman.
- rgmanager fixes for resources/ip.sh and nfsclients shared resource
monitoring.
- Add dm-cmirror.
* Install min-gfs.txt and usage.txt in gfs-tools doc dir.
* Include dm-cmirror in redhat-cluster-suite-modules.
* Make kernel modules install path consistent with the kernel:
- Add patch kernel-modules-install-paths.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 14 Jul 2005 06:20:12 +0200
redhat-cluster-suite (1.20050712-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Import dlm-kernel fixes.
- Fix gfs_fsck pass1b loop.
- Fix 2 fence agents.
- Fix clusterfs.sh in rgmanager.
* Start shipping kernel modules source package:
- Create package redhat-cluster-suite-source.
- Add debian-modules dir and relative files to build with
module-assistant:
. Add control.modules.in, postinst.modules.in and rules.
- Make redhat-cluster-suite-source generate redhat-cluster-suite-modules.
- Make redhat-cluster-suite-modules Provides: rhcs-modules-1.
NOTE: Ubuntu stock kernel will provide the same from version 2.6.12-4.4.
- Make cman, gfs-tools, gnbd-client, gnbd-server and gulm Depends: on
rhcs-modules-1.
- Make redhat-cluster-suite-source automatically register with
module-assistant.
- Update debian/rules.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Tue, 12 Jul 2005 09:14:10 +0200
redhat-cluster-suite (1.20050706-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Drop enable-drac.dpatch that has been accepted upstream.
- Start shipping shared libraries for the cman infrastructure.
- Rediff do_not_install_rh_init.dpatch.
* Fix libcman Makefile to build with headers from the tree:
- Update force_includes_in_project_tree.dpatch.
* Add missing includes in gettid.c:
- Add patch add_missing_syscall_includes.dpatch.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 06 Jul 2005 06:23:04 +0200
redhat-cluster-suite (1.20050704-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Add performance problem fixes to ccsd.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Mon, 04 Jul 2005 13:30:09 +0200
redhat-cluster-suite (1.20050629-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* New upstream version:
- Add drac fence agent.
- Import bug fixes.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Wed, 29 Jun 2005 10:08:21 +0200
redhat-cluster-suite (1.20050623-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto: * New upstream version based on STABLE branch. * Switch to dpatch to manage patches. * Split patches outside diff.gz. * Perform tag/untag release at build time. * Build with gcc-4.0.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 23 Jun 2005 09:36:54 +0200
redhat-cluster-suite (1.20050527-0ubuntu2) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* Add missing description to rgmanager package. (whoops)
* redhat-cluster-suite meta package now Recommends: clvm
* Fix a few lintian warning:
- Add dh_compress and dh_fixperms to binary-indep call.
- Add force-reload init target to rgmanager and gulm.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Sun, 12 Jun 2005 07:42:57 +0200
redhat-cluster-suite (1.20050527-0ubuntu1) breezy; urgency=low
Changes by Fabio M. Di Nitto:
* First package release. (see also copyrights for all contributors and
credits)
Changes by Adam Conrad:
* Replace _syscall magic numbers with syscall() calls that will work
on all arches. Magic numbers are bad, mmkay?
* Fix gnbd-*.init config parser.
-- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 10 Jun 2005 12:52:52 +0200