Hello community, here is the log from the commit of package autofs for openSUSE:Factory checked in at 2017-11-30 12:40:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autofs (Old) and /work/SRC/openSUSE:Factory/.autofs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autofs" Thu Nov 30 12:40:46 2017 rev:114 rq:545095 version:5.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/autofs/autofs.changes 2017-11-19 11:06:38.541776654 +0100 +++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes 2017-11-30 12:40:47.671946261 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:44:33 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.36b00y/_old 2017-11-30 12:40:48.659910339 +0100 +++ /var/tmp/diff_new_pack.36b00y/_new 2017-11-30 12:40:48.667910049 +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} >= 1220 %define with_systemd 1 %else @@ -150,7 +155,7 @@ %install make install INSTALLROOT=%{buildroot} install -d -m 755 %{buildroot}%{_sysconfdir}/auto.master.d -install -D -m 644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.autofs +install -D -m 644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.autofs install -D -m 755 %{SOURCE7} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/autofs ln -s %{_mandir}/man8/autofs.8.gz %{buildroot}/%{_mandir}/man8/rcautofs.8.gz %if %{with_systemd} @@ -198,7 +203,7 @@ %files %defattr (-, root, root) -%{_localstatedir}/adm/fillup-templates/sysconfig.autofs +%{_fillupdir}/sysconfig.autofs %config(noreplace) %{_sysconfdir}/autofs.conf %config(noreplace) %{_sysconfdir}/auto.master %config(noreplace) %{_sysconfdir}/auto.misc
