Hello community,

here is the log from the commit of package powerman for openSUSE:Factory
checked in at Fri Jul 29 09:55:46 CEST 2011.



--------
--- powerman/powerman.changes   2010-05-19 09:38:29.000000000 +0200
+++ /mounts/work_src_done/STABLE/powerman/powerman.changes      2011-07-28 
19:39:57.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Jul 28 19:29:35 CEST 2011 - [email protected]
+
+- Update to version 2.3.9:
+  * Add MIB support to snmppower.
+  * Add eaton-epdu-blue-switched.dev.
+  * Add support for SNMP power controllers.
+  * Add SNMP dev files for 8-port APC, 8-port Baytech, and 20 port
+    Eaton Revelation PDU.
+  * Add support for APC 7900 revision 3 firmware.
+  * Add support for Appro Greenblade.
+  * Add support for APC 7920.
+  * Add Support for ranged beacon on/off device scripts, and beacon
+    support for ipmipower.
+- Make heartbeat support optional as it is dropped now.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  powerman-2.3.5.tar.bz2

New:
----
  powerman-2.3.9.tar.bz2
  powerman-runlevel.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ powerman.spec ++++++
--- /var/tmp/diff_new_pack.xbt6IP/_old  2011-07-29 09:55:00.000000000 +0200
+++ /var/tmp/diff_new_pack.xbt6IP/_new  2011-07-29 09:55:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package powerman (Version 2.3.5)
+# spec file for package powerman
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%if 0%{?suse_version} <= 1140
+%if 0%{?suse_version} > 1110
+%define enable_heartbeat 1
+%endif
+%endif
 
 Name:           powerman
-Version:        2.3.5
-Release:        4
+Version:        2.3.9
+Release:        1
 License:        GPL
 Group:          Productivity/Clustering/HA
 Url:            http://powerman.sourceforge.net/
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         powerman-piddir.patch
+Patch1:         powerman-runlevel.patch
 Summary:        Centralized Power Control for Clusters
 BuildRequires:  curl-devel ncurses-devel pkg-config tcpd-devel
-# For directory ownership:
+%if 0%{?enable_heartbeat}
 BuildRequires:  heartbeat
+%endif
 #BuildRequires:  genders
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %insserv_prereq
@@ -39,14 +45,6 @@
 central location. Several RPC varieties are supported natively by PowerMan and 
 Expect-like configurability simplifies the addition of new devices.
 
-
-
-Authors:
---------
-    Andrew Uselton
-    Jim Garlick <[email protected]>
-    Al Chu <[email protected]>
-
 %package -n libpowerman0
 Summary:        Libraries for applications using PowerMan
 Group:          System/Libraries
@@ -55,14 +53,6 @@
 %description -n libpowerman0
 A shared library for applications using PowerMan.
 
-
-
-Authors:
---------
-    Andrew Uselton
-    Jim Garlick <[email protected]>
-    Al Chu <[email protected]>
-
 %package devel
 Requires:       libpowerman0 = %{version}
 Summary:        Headers and libraries for developing applications using 
PowerMan
@@ -72,17 +62,10 @@
 %description devel
 A header file and static library for developing applications using PowerMan.
 
-
-
-Authors:
---------
-    Andrew Uselton
-    Jim Garlick <[email protected]>
-    Al Chu <[email protected]>
-
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 # --with-genders
@@ -96,6 +79,10 @@
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 ln -s ../..%{_sysconfdir}/init.d/powerman $RPM_BUILD_ROOT%{_sbindir}/rcpowerman
 mv $RPM_BUILD_ROOT%{_sysconfdir}/powerman/powerman.conf.example 
$RPM_BUILD_ROOT%{_sysconfdir}/powerman/powerman.conf
+# 
+%if ! 0%{?enable_heartbeat}
+rm -r $RPM_BUILD_ROOT%{_libdir}/stonith
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -116,9 +103,11 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog ChangeLog-1.0 DISCLAIMER COPYING NEWS README TODO
+%doc AUTHORS DISCLAIMER COPYING NEWS README TODO
 %{_bindir}/*
+%if 0%{?enable_heartbeat}
 %{_libdir}/stonith/plugins/external/powerman
+%endif
 %dir %attr(0755,daemon,root) %ghost %{_localstatedir}/run/powerman
 %doc %{_mandir}/man?/*.*
 %exclude %doc %{_mandir}/man3/*.*

++++++ powerman-2.3.5.tar.bz2 -> powerman-2.3.9.tar.bz2 ++++++
++++ 131533 lines of diff (skipped)

++++++ powerman-piddir.patch ++++++
--- /var/tmp/diff_new_pack.xbt6IP/_old  2011-07-29 09:55:00.000000000 +0200
+++ /var/tmp/diff_new_pack.xbt6IP/_new  2011-07-29 09:55:00.000000000 +0200
@@ -1,5 +1,5 @@
---- scripts/powerman.init.in
-+++ scripts/powerman.init.in
+--- scripts/powerman.in
++++ scripts/powerman.in
 @@ -34,7 +34,8 @@
  DAEMON="$sbindir/powermand"
  #DAEMON_ARGS=

++++++ powerman-runlevel.patch ++++++
Index: powerman-2.3.9/scripts/powerman.in
===================================================================
--- powerman-2.3.9.orig/scripts/powerman.in
+++ powerman-2.3.9/scripts/powerman.in
@@ -16,7 +16,7 @@
 # Required-Stop:      $local_fs $named $network
 # Should-Start:       $remote_fs $syslog $time
 # Should-Stop:        $remote_fs $syslog $time
-# Default-Start:      2 3 4 5
+# Default-Start:      2 3 5
 # Default-Stop:       0 1 6
 # Short-Description:  Start/Stop the PowerMan (remote power manager) daemon.
 ### END INIT INFO

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to