Hello community, here is the log from the commit of package cluster-glue for openSUSE:Factory checked in at 2013-11-07 17:36:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old) and /work/SRC/openSUSE:Factory/.cluster-glue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cluster-glue" Changes: -------- --- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes 2013-10-21 19:51:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes 2013-11-07 17:37:00.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Oct 31 13:40:45 UTC 2013 - [email protected] + +- disable building ipmilan +- move the bladehpi stonith agent into a separate package + (FATE#316529) +- enable fatal warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cluster-glue.spec ++++++ --- /var/tmp/diff_new_pack.tGqw8W/_old 2013-11-07 17:37:05.000000000 +0100 +++ /var/tmp/diff_new_pack.tGqw8W/_new 2013-11-07 17:37:05.000000000 +0100 @@ -29,8 +29,8 @@ %define warnings_fatal yes %endif %else -# Disable warnings for Factory -%define warnings_fatal no +# Enable warnings for Factory +%define warnings_fatal yes %endif # Directory where we install documentation %global glue_docdir %{_defaultdocdir}/%{name} @@ -107,6 +107,24 @@ A collection of libraries that are useful for writing cluster managers such as Pacemaker. +# %package -n stonith-snmp +# Summary: Stonith agents based on SNMP +# Group: Productivity/Clustering/HA + +# %description -n stonith-snmp +# All stonith plugins which require libnetsnmp (apcmastersnmp and +# wti_mpc). + +%package -n stonith-bladehpi +Summary: Stonith agent for IBM bladecenter +Group: Productivity/Clustering/HA + +%description -n stonith-bladehpi +This STONITH module talks to IBM BladeCenters via SNMP through +use of the OpenHPI BladeCenter plugin (snmp_bc). For more information +about installing OpenHPI, setting up the BladeCenter SNMP agent, etc. +please visit http://www.openhpi.org/. + %package -n libglue-devel Summary: Headers and libraries for writing cluster managers Group: Productivity/Clustering/HA @@ -137,12 +155,14 @@ %if 0%{?suse_version} < 1020 export docdir=%{glue_docdir} %configure \ + --enable-ipmilan=no \ --enable-fatal-warnings=%{warnings_fatal} \ --with-package-name=%{name} \ --with-daemon-group=%{gname} \ --with-daemon-user=%{uname} %else %configure \ + --enable-ipmilan=no \ --enable-fatal-warnings=%{warnings_fatal} \ --with-package-name=%{name} \ --with-daemon-group=%{gname} \ @@ -235,7 +255,6 @@ %doc AUTHORS %doc COPYING %doc logd/logd.cf -%doc doc/stonith/README* /sbin/rclogd #%{_libdir}/heartbeat/lrmd %{_libdir}/heartbeat/ha_logd @@ -246,6 +265,9 @@ %exclude %{_libdir}/stonith/plugins/stonith2/null.so %exclude %{_libdir}/stonith/plugins/stonith2/ssh.so %exclude %{_libdir}/stonith/plugins/external/ssh +%exclude %{_libdir}/stonith/plugins/stonith2/bladehpi.so +# %exclude %{_libdir}/stonith/plugins/stonith2/apcmastersnmp.so +# %exclude %{_libdir}/stonith/plugins/stonith2/wti_mpc.so %{_libdir}/stonith/plugins/stonith2/*.so %{_libdir}/stonith/plugins/stonith2/*.py %{_libdir}/stonith/plugins/xen0-ha-dom0-stonith-helper @@ -256,6 +278,19 @@ %doc AUTHORS %doc COPYING.LIB +# %files -n stonith-snmp +# %defattr(-,root,root) +# %{_libdir}/stonith/plugins/stonith2/apcmastersnmp.so +# %{_libdir}/stonith/plugins/stonith2/wti_mpc.so +# %doc AUTHORS +# %doc COPYING.LIB + +%files -n stonith-bladehpi +%defattr(-,root,root) +%{_libdir}/stonith/plugins/stonith2/bladehpi.so +%doc AUTHORS +%doc COPYING.LIB + %files -n libglue-devel %defattr(-,root,root) %dir %{_libdir}/heartbeat ++++++ cluster-glue.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/.hg_archival.txt new/cluster-glue/.hg_archival.txt --- old/cluster-glue/.hg_archival.txt 2013-10-03 23:16:07.000000000 +0200 +++ new/cluster-glue/.hg_archival.txt 2013-10-31 13:09:50.000000000 +0100 @@ -1,5 +1,5 @@ repo: e3ffdd7ae81c596b2be7e1e110d2c1255161340e -node: 5e7ce9f5535788db962f3a1335d0ee374d22aebd +node: b5f1605097857b8b96bd517282ab300e2ad7af99 branch: default latesttag: glue-1.0.12-rc1 -latesttagdistance: 3 +latesttagdistance: 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/doc/stonith/Makefile.am new/cluster-glue/doc/stonith/Makefile.am --- old/cluster-glue/doc/stonith/Makefile.am 2013-10-03 23:16:07.000000000 +0200 +++ new/cluster-glue/doc/stonith/Makefile.am 2013-10-31 13:09:50.000000000 +0100 @@ -23,7 +23,6 @@ README.external \ README.ibmrsa \ README.ibmrsa-telnet \ - README.ipmilan \ README.meatware \ README.rackpdu \ README.rcd_serial \ @@ -32,3 +31,7 @@ README.wti_mpc \ README_kdumpcheck.txt \ README.vcenter + +if IPMILAN_BUILD +stdoc_DATA += README.ipmilan +endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
