[Bug 189944] [NEW] Please sync heartbeat-2.1.3 from Debian unstable (main)
Chuck Short
chuck.short at canonical.com
Thu Feb 7 15:22:31 GMT 2008
Public bug reported:
Binary package hint: heartbeat-2
Please sync heartbeat-2.1.3 from Debian unstable (main)
Changelog since gusty release (2.0.8-2)
heartbeat (2.1.3-2) unstable; urgency=low
* Update standards version from 3.7.2 to 3.7.3
* Add should-start/stop $remote_fs to init script (closes: #459497)
* Add should-start/stop openhpid to init scrpt (see: #459497)
* Remove should-stop ntp to init script (see: #459497)
* Rebase tree against tarball - its almost as if the 2.1.3-1 upload
was based on another tree
- Update
+ /usr/lib/libpe_rules.so.1.0.0 to libpe_rules.so.2.0.0
+ /usr/lib/libpe_status.so.1.0.0 to libpe_status.so.2.0.0
- Move
+ /usr/lib/heartbeat/ha_logd.cf to /usr/share/doc/heartbeat/logd.cf
- Add
+ /usr/lib/heartbeat/utillib.sh
+ /usr/lib/ocf/resource.d/heartbeat/iscsi
+ /usr/lib/stonith/plugins/external/ibmrsa-telnet
+ /usr/lib/stonith/plugins/external/ipmi
+ /usr/include/clplumbing/cl_reboot.h
+ /usr/share/heartbeat/utillib.sh
+ /usr/share/doc/heartbeat/hb_report.html
+ /usr/share/doc/heartbeat/hb_report.txt
+ /usr/sbin/hb_report
+ /usr/sbin/ciblint
- A host of other changes as per the 2.1.3 changelog
* Add SphinxSearchDaemon OCF resource that was missing from the distribution
* Build notes:
- Unpacked tarball from linux-ha.org
- Applied changes detaile above
- Applied debian patches: ./debian/rules patch
- Affected changes to configure.in
+ Backed up libltdl.tar, haclient.zh_CN.mo
+ Ran ./ConfigureMe bootstrap to effect changes to configure.in
+ Removed symlinks created by ./ConfigureMe:
- autoconf, automake, autoheader
+ Restored libltdl.tar, haclient.zh_CN.mo
- Built package
-- Simon Horman <horms at debian.org> Tue, 08 Jan 2008 11:58:03 +0900
heartbeat (2.1.3-1) unstable; urgency=low
* New Upstream (closes: #457577)
* Add Debian patches that were missing in the tarball
* Add dependacy on to heartbeat gawk as it is required by
the OCF IPaddr resource (closes: #447932)
* Updated check to enable build of IPv6Addr
- hopefully this one can be merged upstream
- The old check was applied to configure.in but configure had not been
updated
(closes: #455255)
* Add a prerm to heartbeat-2 to remove stale .pyc files (closes: #455050)
* Add dependancy on libxml2-utils to hartbeat as the BasicSanityCheck
needs xmllint
* Use -common files in hbmgmtd's pam file (closes: #444371)
- Add dependancy on libpam-runtime (>= 0.76-14) to heartbeat to ensure
that common-* files exist
* Don't include .pyc and .pyo files in heartbeat package
- As per section 2.6 of the Debian Python Policy
* Add tomcat OCF module
* Build notes:
- Unpacked tarball from linux-ha.org
- Applied changes detaile above
- Applied debian patches: ./debian/rules patch
- Affected changes to configure.in
+ Backed up libltdl.tar, haclient.zh_CN.mo
+ Ran ./ConfigureMe bootstrap to effect changes to configure.in
+ Removed symlinks created by ./ConfigureMe:
- autoconf, automake, autoheader
+ Restored libltdl.tar, haclient.zh_CN.mo
- Built package
-- Simon Horman <horms at debian.org> Wed, 26 Dec 2007 11:07:17 +0900
heartbeat (2.1.2+hg.11310.702e4f418ca8-2) unstable; urgency=low
* Add patches in debian/patches/ which went missing in action
somewhere
-- Simon Horman <horms at debian.org> Sat, 29 Sep 2007 11:16:33 +0900
heartbeat (2.1.2+hg.11310.702e4f418ca8-1) unstable; urgency=low
* New Upstream:
- Snapshot of: http://hg.linux-ha.org/dev/shortlog/702e4f418ca8
- See: http://www.gossamer-threads.com/lists/linuxha/users/42476
- Dowloaded: http://hg.linux-ha.org/dev/archive/obs-2.1.2-4.tar.bz2
- Ran ./ConfigureMe configure && make dist
- Used resulting tarball as orig.tar.gz for this release
- The downloaded STABLE-2.1.0.tar.bz2 could not be used as
bootstraping it to the point where the code could be built
resulted in changes that could not be represented in the diff.gz
- Added the contents of lrm/test/testcases/ from obs-2.1.2-4.tar.bz2.
These was not included in the tarball due to an error
in the Makefile.am in that directory which has subsequently
been fixed by http://hg.linux-ha.org/dev/shortlog/b0b696766097
- Added the files in lrm/test/ from obs-2.1.2-4.tar.bz2.
These was not included in the tarball due to an error
in the Makefile.am in that directory which has subsequently
been fixed by http://hg.linux-ha.org/dev/shortlog/7c31795636db and
http://hg.linux-ha.org/dev/shortlog/e7a4ddfa7cd6
(closes: #444278)
* Make package binMMU safe. Thanks to Lior Kaplan.
(closes: #435974)
* Remove ipmilan stonith module as it seems to be cronically broken
- Remove the build dependancy on libopenipmi-dev (>= 2.0.1) accordingly
* Add dependancy on libperl-dev as libperl is needed
(though I am not sure why)
* Remove duplicate changelog
(closes: #443163)
-- Simon Horman <horms at debian.org> Fri, 28 Sep 2007 12:27:58 +0900
heartbeat (2.1.2-1) unstable; urgency=low
* New Upstream
- Fix file relocation problems
(closes: #434829)
- Fix IPaddr's handling of CIDR netmasks
- Ran ./ConfigureMe bootstrap && make distclean &&
rm ltdl.m4 libtool.m4 autoconf automake autoheader
to effect changes made to configure.in
* Add openhpi stonith module
- Add build dependancy on libopenhpi-dev
- Add usr/lib/stonith/plugins/stonith2/bladehpi.so to heartbeat.files
* IPv6 configure check
- For the ipv6 check to work Debian ia64 currently needs to check
"sys/types.h", a patch went into the tree a while ago to fix this.
However, at the 11th hour a patch went into 2.1.2 to reverse this
change as it breaks the build on RHEL4. So for now, until a proper
fix is made, just reverse that change in Debian packages.
- Ran ./ConfigureMe bootstrap && make distclean &&
rm ltdl.m4 libtool.m4 autoconf automake autoheader
to effect changes made to configure.in
- Patch: ipv6-check.patch
-- Simon Horman <horms at debian.org> Tue, 31 Jul 2007 11:01:16 +0900
heartbeat (2.1.1-1) unstable; urgency=low
* New Upstream
* Remove merged patches
- README.config-heartbeat-2.patch
- README.config-heartbeat.patch
- ipaddr2-bashism.patch
- ipv6addr-21-char-devname.patch
- ipv6addr-find_if-overflow.patch
- ipv6addr-scanf-return.patch
- ldirectord-init.patch
- configure-sys-types.h.patch
* After unpacking apply patches and run autoconf to effect
changes to configure.in
* Update files included in heartbeat, heartbeat-dev and ldirectord packages
* Update rules file to reflect that /usr/lib/heartbeat/cts/README
has been moved to usr/share/heartbeat/cts/README.
This README is installed as /usr/share/doc/heartbeat/README.cts
-- Simon Horman <horms at debian.org> Wed, 25 Jul 2007 14:15:38 +0900
heartbeat (2.0.8-10) unstable; urgency=low
* Remove apparently bogus build-dependacy on modutils
Thanks to Russell Coker for spotting this.
A bug was subsequently filed as the result of some automated testing.
(closes: #432441)
* Build dependancy on libsnmp-dev rather than libsnmp10-dev | libsnmp-dev
as libsnmp10-dev does not seem to exist (any more?)
* Change heartbeat-gui's dependancy on heartbeat to a suggests,
as heartbat-gui can access heartbeat remotely
(closes: #430082)
-- Simon Horman <horms at debian.org> Thu, 19 Jul 2007 13:38:35 +0900
heartbeat (2.0.8-9) unstable; urgency=low
* Run autoconf so that the FTBFS on ia64 fix included in
2.0.8-8 actually takes effect. Bahh!
-- Simon Horman <horms at debian.org> Thu, 31 May 2007 19:37:43 +0900
heartbeat (2.0.8-8) unstable; urgency=low
* Use sys/types.h instead of asm/types.h when trying to detect
the preseance of linux/icmpv6.h. Resolves FTBFS on ia64
Patch: configure-sys-types.h.patch
* Remove linux-kernel-headers for ia64 added in 2.0.8-7 as
a) it didn't resolve the problem and b) the types.h change
above does.
* Use << instead of < for dependancy relations
* Add --enable-glib-malloc to configure's arguments
on advice from Andrew Beekhof
-- Simon Horman <horms at debian.org> Thu, 31 May 2007 18:26:10 +0900
heartbeat (2.0.8-7) unstable; urgency=low
* Add a (tempoary) build dependancy on linux-kernel-headers for ia64
to get around a curious autobuild problem.
See: http://lists.debian.org/debian-ia64/2007/05/msg00003.html
-- Simon Horman <horms at debian.org> Fri, 25 May 2007 16:07:22 +0900
heartbeat (2.0.8-5) unstable; urgency=low
* The heartbeat-2-dev.dirs and friends change in 2.0.8-4 closes
#424192, not #424053 (which is also fixed by a different change
in 2.0.8-4)
* Add missing dummy package for stonith
-- Simon Horman <horms at debian.org> Thu, 17 May 2007 15:43:55 +0900
heartbeat (2.0.8-4) unstable; urgency=low
* Create a Debian init script for ldirectord
Thanks to Ratiu Petru Iulius
Patch: ldirectord-init.patch
(closes: #391974)
* Documentation path of ldirectord should be /usr/share/doc/ldirectord,
not /usr/share/doc/ldirectord-2
* Change priority of ldirectord to extra to match the lowest priority
of any of its dependancies
* Add versioned conflicts on old pils and stonith packages to heartbeat and
heartbeat-dev, which include those old package's files.
(closes: #424053)
* Have the clean target of debian rules remove the following files that
are priovided by the orig.tar.gz - Debian packages can't delete files
- heartbeat-2-dev.dirs heartbeat-2-dev.files heartbeat-2.dirs
heartbeat-2.files heartbeat-2.postinst heartbeat-2.postrm
heartbeat-2.preinst ldirectord-2.files ldirectord-2.postinst
ldirectord-2.postrm
(closes: #424053)
-- Simon Horman <horms at debian.org> Wed, 16 May 2007 13:58:24 +0900
heartbeat (2.0.8-3) unstable; urgency=low
* Rename source package from heartbeat-2 to heartbeat.
Previously the heartbeat source package was used to package
up the 1.2.X series of releases, and heartebat-2 was used
for the newer 2.0.X series of releases. The idea being to offer
stable "heartbeat" packages when the 2.0.X stuff was all
new. It turns out that the 2.0.X tree has been at least as
stable as the 1.2.X tree for quite a while now, and the 1.2.X doesn't
get much attention any more, so there seems little advantage in
having the separate source packages, except perhaps to create confusion
and extra work.
* Update curl build dependancy for libcurl4
Thanks to Christian Marillat
(closes: #423655)
* 2.0.8 (and probably earilier) includes the corrected scsi command syntax
Thanks to Christoph Martin
(closes: #350586)
-- Simon Horman <horms at debian.org> Mon, 14 May 2007 12:13:03 +0900
** Affects: heartbeat-2 (Ubuntu)
Importance: Undecided
Status: New
--
Please sync heartbeat-2.1.3 from Debian unstable (main)
https://bugs.launchpad.net/bugs/189944
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is a direct subscriber.
More information about the ubuntu-archive
mailing list