Hello community, here is the log from the commit of package atftp for openSUSE:Factory checked in at 2017-11-29 10:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atftp (Old) and /work/SRC/openSUSE:Factory/.atftp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atftp" Wed Nov 29 10:49:38 2017 rev:34 rq:545048 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/atftp/atftp.changes 2017-10-05 11:53:14.575387882 +0200 +++ /work/SRC/openSUSE:Factory/.atftp.new/atftp.changes 2017-11-29 10:49:40.447149547 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:38:03 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atftp.spec ++++++ --- /var/tmp/diff_new_pack.GrsF3m/_old 2017-11-29 10:49:41.195122413 +0100 +++ /var/tmp/diff_new_pack.GrsF3m/_new 2017-11-29 10:49:41.199122267 +0100 @@ -17,6 +17,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 %define pkg_version 0.7 Name: atftp @@ -113,7 +118,7 @@ install -D -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/atftpd ln -s -f ../..%{_initddir}/atftpd %{buildroot}%{_sbindir}/rcatftpd %endif -install -D -m 0644 %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.atftpd +install -D -m 0644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.atftpd install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} mkdir -p %{buildroot}/%{_fwdefdir} install -m 0644 %{SOURCE4} %{buildroot}/%{_fwdefdir}/atftp @@ -172,7 +177,7 @@ %{_initddir}/atftpd %endif %config %{_sysconfdir}/logrotate.d/%{name} -%{_localstatedir}/adm/fillup-templates/sysconfig.atftpd +%{_fillupdir}/sysconfig.atftpd %{_mandir}/man1/atftp.1.gz %{_mandir}/man8/atftpd.8.gz %{_mandir}/man8/in.tftpd.8.gz
