Hello community,

here is the log from the commit of package lsyncd for openSUSE:Factory checked 
in at 2018-02-06 16:48:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsyncd (Old)
 and      /work/SRC/openSUSE:Factory/.lsyncd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsyncd"

Tue Feb  6 16:48:52 2018 rev:14 rq:572994 version:2.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsyncd/lsyncd.changes    2017-05-20 
10:11:01.306276744 +0200
+++ /work/SRC/openSUSE:Factory/.lsyncd.new/lsyncd.changes       2018-02-06 
16:49:03.776324455 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:52 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lsyncd.spec ++++++
--- /var/tmp/diff_new_pack.C20zw7/_old  2018-02-06 16:49:04.652283467 +0100
+++ /var/tmp/diff_new_pack.C20zw7/_new  2018-02-06 16:49:04.672282532 +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
+
 %if 0%{?suse_version} > 1230
 %bcond_without systemd
 %else
@@ -83,7 +88,7 @@
 %endif
 %__install -Dm 755 %{S:2} %{buildroot}%{_sysconfdir}/lsyncd/lsyncd.conf
 %__install -Dm 755 %{S:3} %{buildroot}%{_sysconfdir}/lsyncd/rsync_sudo.sh
-%__install -Dm 644 %{S:5} 
%{buildroot}%{_var}/adm/fillup-templates/sysconfig.%{name}
+%__install -Dm 644 %{S:5} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 %if %{with systemd}
 %pre
@@ -128,6 +133,6 @@
 %config(noreplace) %{_sysconfdir}/%{name}/lsyncd.conf
 %config(noreplace) %{_sysconfdir}/%{name}/rsync_sudo.sh
 %dir %{_localstatedir}/log/%{name}
-%{_var}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 
 %changelog


Reply via email to