Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2017-11-25 08:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Sat Nov 25 08:41:17 2017 rev:132 rq:544976 version:8.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2017-11-21 
15:20:38.354726014 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2017-11-25 
08:41:18.593206956 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:41:39 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.VIl0cO/_old  2017-11-25 08:41:19.593170523 +0100
+++ /var/tmp/diff_new_pack.VIl0cO/_new  2017-11-25 08:41:19.597170377 +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
+
 Name:           rsyslog
 Summary:        The enhanced syslogd for Linux and Unix
 License:        (GPL-3.0+ and Apache-2.0)
@@ -774,9 +779,9 @@
 install    -m0600 rsyslog.d.remote.conf.$$ \
                   %{buildroot}%{_sysconfdir}/rsyslog.d/remote.conf
 #
-install -d -m0755 %{buildroot}/var/adm/fillup-templates
+install -d -m0755 %{buildroot}%{_fillupdir}
 install    -m0600 %{_sourcedir}/rsyslog.sysconfig \
-                  
%{buildroot}/var/adm/fillup-templates/sysconfig.syslog-rsyslog
+                  %{buildroot}%{_fillupdir}/sysconfig.syslog-rsyslog
 #
 rm -f doc/Makefile*
 install -d -m0755 %{buildroot}%{rsyslogdocdir}/html/
@@ -1015,7 +1020,7 @@
 %doc %{rsyslogdocdir}/AUTHORS
 %doc %{rsyslogdocdir}/COPYING*
 %dir %{_localstatedir}/spool/rsyslog
-/var/adm/fillup-templates/sysconfig.syslog-rsyslog
+%{_fillupdir}/sysconfig.syslog-rsyslog
 %attr(0755,root,root) %dir %ghost %{rsyslog_rundir}
 %attr(0644,root,root) %ghost %{rsyslog_sockets_cfg}
 %if %{with systemd} && ! %{with systemv}


Reply via email to