Hello community,

here is the log from the commit of package tftp for openSUSE:Factory checked in 
at 2017-11-29 10:49:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tftp (Old)
 and      /work/SRC/openSUSE:Factory/.tftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tftp"

Wed Nov 29 10:49:28 2017 rev:35 rq:545047 version:5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/tftp/tftp.changes        2017-10-05 
11:53:01.609212304 +0200
+++ /work/SRC/openSUSE:Factory/.tftp.new/tftp.changes   2017-11-29 
10:49:32.123451516 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:09 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tftp.spec ++++++
--- /var/tmp/diff_new_pack.ApqXL9/_old  2017-11-29 10:49:33.615397391 +0100
+++ /var/tmp/diff_new_pack.ApqXL9/_new  2017-11-29 10:49:33.619397245 +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
+
 %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 Name:           tftp
 Version:        5.2
@@ -86,7 +91,7 @@
 # Install systemd unit / socket (As an alternativ to xinetd activation)
 install -d %{buildroot}%{_unitdir}
 install -m 0644 %{SOURCE3} %{SOURCE4} %{buildroot}%{_unitdir}
-install -D -m 0644 %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.tftp
+install -D -m 0644 %{SOURCE5} %{buildroot}%{_fillupdir}/sysconfig.tftp
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
@@ -124,6 +129,6 @@
 
 %config %{_fwdefdir}/tftp
 %dir %attr(0755,tftp,tftp) /srv/tftpboot
-%{_localstatedir}/adm/fillup-templates/sysconfig.tftp
+%{_fillupdir}/sysconfig.tftp
 
 %changelog


Reply via email to