Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory checked 
in at 2017-12-16 20:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rrdtool (Old)
 and      /work/SRC/openSUSE:Factory/.rrdtool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rrdtool"

Sat Dec 16 20:47:08 2017 rev:66 rq:556699 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes  2017-08-14 
12:34:53.195252578 +0200
+++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes     2017-12-16 
20:47:14.383306697 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:53:48 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rrdtool.spec ++++++
--- /var/tmp/diff_new_pack.53xnbk/_old  2017-12-16 20:47:15.279263446 +0100
+++ /var/tmp/diff_new_pack.53xnbk/_new  2017-12-16 20:47:15.283263253 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %bcond_without  lua
 %bcond_without  python
 %bcond_without  ruby
@@ -286,7 +291,7 @@
 find %{buildroot}%{_docdir}/%{name}/examples/ -type f -exec chmod 0644 "{}" "+"
 
 # install rrdcached specials
-install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.rrdcached
+install -D -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.rrdcached
 
 # install systemd specific files
 install -D -m 0755 %{SOURCE4} 
%{buildroot}%{_datadir}/rrdcached/rrdcached-systemd-pre
@@ -380,7 +385,7 @@
 %{_mandir}/man1/rrdcached*
 %{_bindir}/rrdcached
 %{_sbindir}/rcrrdcached
-%{_localstatedir}/adm/fillup-templates/sysconfig.rrdcached
+%{_fillupdir}/sysconfig.rrdcached
 %{_datadir}/rrdcached
 %{_datadir}/rrdcached/rrdcached-systemd-pre
 %{_unitdir}/rrdcached.service


Reply via email to