[cluster-glue] Remove support for openhpi to prevent failed builds

Andrew Beekhof beekhof at fedoraproject.org
Mon Jul 11 01:48:34 UTC 2011


commit 4d21e1465835206394ca515bf7a88135de24c94c
Author: Andrew Beekhof <andrew at beekhof.net>
Date:   Mon Jul 11 11:48:08 2011 +1000

    Remove support for openhpi to prevent failed builds

 cluster-glue.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/cluster-glue.spec b/cluster-glue.spec
index d060790..8400ab0 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 3
+%global specversion 4
 %global upstreamprefix Reusable-Cluster-Components-
 %global upstreamversion 8286b46c91e3
 
@@ -39,7 +39,8 @@ BuildRequires: bzip2-devel glib2-devel python-devel libxml2-devel
 BuildRequires: libxslt docbook-style-xsl
 
 # For additional Stonith plugins
-BuildRequires: net-snmp-devel OpenIPMI-devel openhpi-devel libcurl-devel
+BuildRequires: net-snmp-devel OpenIPMI-devel libcurl-devel
+# openhpi-devel
 
 %if 0%{?fedora} > 11 || 0%{?rhel} > 5
 BuildRequires: libuuid-devel
@@ -194,6 +195,9 @@ such as Pacemaker.
 %doc COPYING.LIB
 
 %changelog
+* Mon Jul 11 2011 Andrew Beekhof <andrew at beekhof.net> - 1.0.6-4
+- Remove support for openhpi so that we can build
+
 * Mon Jul 11 2011 Andrew Beekhof <andrew at beekhof.net> - 1.0.6-3
 - Rebuild for new snmp .so version
 


More information about the scm-commits mailing list