Hello community,

here is the log from the commit of package powerman for openSUSE:Factory 
checked in at 2014-08-20 10:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powerman (Old)
 and      /work/SRC/openSUSE:Factory/.powerman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powerman"

Changes:
--------
--- /work/SRC/openSUSE:Factory/powerman/powerman.changes        2011-12-14 
14:34:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.powerman.new/powerman.changes   2014-08-20 
10:51:07.000000000 +0200
@@ -1,0 +2,23 @@
+Mon Aug  4 16:54:41 UTC 2014 - [email protected]
+
+- Updates in 2.3.16
+  * Fix duplicate node name (Issue 35)
+    Pulled in another hotlist fix (Mark Grondona)
+  * Fix powerman stonith OFF should verify plug state (chaos bz 1439)
+- Updated powerman-pidfile.patch to reflect /run instead of /var/run
+   
+
+-------------------------------------------------------------------
+Wed Jul 30 02:43:19 UTC 2014 - [email protected]
+
+- Updated to 2.3.16
+  * Changed /var/run to /run in .spec to fix rpmlint check failures
+    Updated URL in .spec file
+  * Added:
+       powerman-2.3.16.tar.gz
+  * Removed:
+       powerman-2.3.9.tar.bz2
+  * Updated:
+       powerman.spec
+
+-------------------------------------------------------------------

Old:
----
  powerman-2.3.9.tar.bz2

New:
----
  powerman-2.3.16.tar.gz

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

Other differences:
------------------
++++++ powerman.spec ++++++
--- /var/tmp/diff_new_pack.pV1BD6/_old  2014-08-20 10:51:08.000000000 +0200
+++ /var/tmp/diff_new_pack.pV1BD6/_new  2014-08-20 10:51:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package powerman
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,10 +23,10 @@
 %endif
 
 Name:           powerman
-Version:        2.3.9
+Version:        2.3.16
 Release:        0
-Url:            http://powerman.sourceforge.net/
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://code.google.com/p/powerman/
+Source:         %{name}-%{version}.tar.gz
 Patch0:         powerman-piddir.patch
 Patch1:         powerman-runlevel.patch
 Summary:        Centralized Power Control for Clusters
@@ -65,7 +65,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 %patch1 -p1
 
 %build
@@ -109,7 +109,7 @@
 %if 0%{?enable_heartbeat}
 %{_libdir}/stonith/plugins/external/powerman
 %endif
-%dir %attr(0755,daemon,root) %ghost %{_localstatedir}/run/powerman
+%dir %attr(0755,daemon,root) %ghost /run/powerman
 %doc %{_mandir}/man?/*.*
 %exclude %doc %{_mandir}/man3/*.*
 %{_sbindir}/*

++++++ powerman-piddir.patch ++++++
--- /var/tmp/diff_new_pack.pV1BD6/_old  2014-08-20 10:51:08.000000000 +0200
+++ /var/tmp/diff_new_pack.pV1BD6/_new  2014-08-20 10:51:08.000000000 +0200
@@ -1,24 +1,25 @@
---- scripts/powerman.in
-+++ scripts/powerman.in
-@@ -34,7 +34,8 @@
+diff -rupN powerman-2.3.16.old/scripts/powerman.in 
powerman-2.3.16/scripts/powerman.in
+--- powerman-2.3.16.old/scripts/powerman.in    2012-01-12 16:37:34.000000000 
-0800
++++ powerman-2.3.16/scripts/powerman.in        2014-08-04 09:40:11.063544169 
-0700
+@@ -34,7 +34,8 @@ DESC="PowerMan"
  DAEMON="$sbindir/powermand"
  #DAEMON_ARGS=
  CONFIG=$sysconfdir/powerman/powerman.conf
 -PIDFILE="$localstatedir/run/powerman/powermand.pid"
-+PIDDIR="$localstatedir/run/powerman"
++PIDDIR="/run/powerman"
 +PIDFILE="$PIDDIR/powermand.pid"
  #NICE=
  USER=@RUN_AS_USER@
  #SIGHUP_RELOAD=
-@@ -53,7 +54,10 @@
-   SCRIPT_NAME="`basename \"$0\" .init | sed 's/^[SK][0-9][0-9]*//'`"
+@@ -54,6 +55,11 @@ service_init ()
    SIGTERM_TIMEOUT="3"
    STATUS=0
--
-+  if [ ! -d "$PIDDIR" ] ; then
-+    mkdir "$PIDDIR"
-+    chown $USER $PIDDIR
-+  fi
+ 
++if [ ! -d "$PIDDIR" ] ; then
++  mkdir "$PIDDIR"
++  chown $USER $PIDDIR
++fi
++
    # Read configuration defaults to override variables:
    #   $DAEMON_ARGS, $CONFIG, $PIDFILE, $USER, $NICE, $SIGHUP_RELOAD
    ##

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

Reply via email to