Hello community,

here is the log from the commit of package munin for openSUSE:Factory checked 
in at 2017-06-05 18:50:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/munin (Old)
 and      /work/SRC/openSUSE:Factory/.munin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "munin"

Mon Jun  5 18:50:26 2017 rev:10 rq:500948 version:2.0.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/munin/munin.changes      2017-03-12 
19:59:27.872262902 +0100
+++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-06-05 
18:50:37.994755717 +0200
@@ -1,0 +2,8 @@
+Fri Jun  2 15:43:10 UTC 2017 - suse-b...@cboltz.de
+
+- add Requires(pre): user(nobody) and group(nobody) to munin-node to fix
+  Tumbleweed build
+- add %ghost /run/munin to munin and munin-node to fix a rpmlint warning
+  (Tumbleweed only, would cause build failures on SLE11)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ munin.spec ++++++
--- /var/tmp/diff_new_pack.HYhekc/_old  2017-06-05 18:50:38.614668336 +0200
+++ /var/tmp/diff_new_pack.HYhekc/_new  2017-06-05 18:50:38.618667772 +0200
@@ -120,6 +120,10 @@
 %else
 Requires(pre):  %insserv_prereq
 %endif
+%if 0%{?suse_version} >= 1330
+Requires(pre):       group(nobody)
+Requires(pre):       user(nobody)
+%endif
 Recommends:     logrotate
 BuildArch:      noarch
 
@@ -356,6 +360,9 @@
 %{_mandir}/man8/munin.8.gz
 %attr(0750, munin, munin) %dir %{logdir}
 %attr(0755, munin, munin) %dir %{dbdir}
+%if 0%{?suse_version} >= 1330
+%ghost /run/munin
+%endif
 
 %files node
 %defattr(-, root, root)
@@ -445,5 +452,8 @@
 %attr(0750, munin, munin) %dir %{logdir}
 %attr(0755, munin, munin) %dir %{dbdir}
 %attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state
+%if 0%{?suse_version} >= 1330
+%ghost /run/munin
+%endif
 
 %changelog




Reply via email to