Hello community,

here is the log from the commit of package powerman for openSUSE:Factory 
checked in at 2018-04-26 13:38:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powerman (Old)
 and      /work/SRC/openSUSE:Factory/.powerman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powerman"

Thu Apr 26 13:38:53 2018 rev:25 rq:601076 version:2.3.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/powerman/powerman.changes        2017-08-12 
20:29:16.314625497 +0200
+++ /work/SRC/openSUSE:Factory/.powerman.new/powerman.changes   2018-04-26 
13:38:55.534113674 +0200
@@ -1,0 +2,12 @@
+Wed Apr 25 09:48:37 UTC 2018 - [email protected]
+
+- For SLE-12 set user/group to daemon/root for backward
+  compatibility.
+
+-------------------------------------------------------------------
+Tue Aug 15 13:22:50 UTC 2017 - [email protected]
+
+- Minor specfile cosmetics:
+  * Simplified the entry for %{_sysconfdir}/powerman.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ powerman.spec ++++++
--- /var/tmp/diff_new_pack.q52ayC/_old  2018-04-26 13:38:56.066094175 +0200
+++ /var/tmp/diff_new_pack.q52ayC/_new  2018-04-26 13:38:56.066094175 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package powerman
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,8 +21,13 @@
 %define _with_tcp_wrappers 1
 %undefine _with_genders
 
+%if 0%{?suse_version} >= 1500
 %define powerman_g %name
 %define powerman_u %name
+%else
+%define powerman_g daemon
+%define powerman_u root
+%endif
 
 Name:           powerman
 Version:        2.3.24
@@ -127,10 +132,8 @@
 %{_mandir}/man?/*.*
 %exclude %{_mandir}/man3/*.*
 %{_sbindir}/*
-%dir %{_sysconfdir}/powerman
+%config %{_sysconfdir}/powerman/
 %attr(0644,root,root) %{_unitdir}/%{name}.service
-%config %{_sysconfdir}/powerman/powerman.conf
-%config %{_sysconfdir}/powerman/*.dev
 %{_tmpfilesdir}/powerman.conf
 
 %files devel


Reply via email to