[cluster-glue] Drop hb_report

Andrew Beekhof beekhof at fedoraproject.org
Thu Aug 4 10:45:29 UTC 2011


commit c7124dc7b71481a10343aa78843a831a1030429d
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Thu Aug 4 20:45:11 2011 +1000

    Drop hb_report

 cluster-glue.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cluster-glue.spec b/cluster-glue.spec
index ee3390a..011a0b2 100644
--- a/cluster-glue.spec
+++ b/cluster-glue.spec
@@ -4,7 +4,7 @@
 
 # When downloading directly from Mercurial, it will automatically add this prefix
 # Invoking 'hg archive' wont but you can add one with: hg archive -t tgz -p "Reusable-Cluster-Components-" -r $upstreamversion $upstreamversion.tar.gz
-%global specversion 5
+%global specversion 6
 %global upstreamprefix Reusable-Cluster-Components-
 %global upstreamversion 8286b46c91e3
 
@@ -73,6 +73,7 @@ find %{buildroot} -name '*.la' -exec rm {} \;
 
 # Don't package things we wont support
 rm -f %{buildroot}/%{_libdir}/stonith/plugins/stonith2/rhcs.*
+rm -f %{buildroot}/%{_sbindir}/hb_report
 
 %clean
 rm -rf %{buildroot}
@@ -88,7 +89,6 @@ standards, and an interface to common STONITH devices.
 %files
 %defattr(-,root,root)
 %{_sbindir}/ha_logger
-%{_sbindir}/hb_report
 %{_sbindir}/lrmadmin
 %{_sbindir}/meatclient
 %{_sbindir}/sbd
@@ -195,6 +195,9 @@ such as Pacemaker.
 %doc COPYING.LIB
 
 %changelog
+* Thu Aug 04 2011 Andrew Beekhof <andrew at beekhof.net> - 1.0.6-6
+- Remove hb_report, people should use crm_report instead
+
 * Thu Aug 04 2011 Andrew Beekhof <andrew at beekhof.net> - 1.0.6-5
 - Rebuild for new bzip version
 


More information about the scm-commits mailing list