Hello community, here is the log from the commit of package fetchmail for openSUSE:Factory checked in at 2017-11-24 10:56:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fetchmail (Old) and /work/SRC/openSUSE:Factory/.fetchmail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fetchmail" Fri Nov 24 10:56:53 2017 rev:71 rq:545043 version:6.3.26 Changes: -------- --- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes 2017-11-14 13:04:47.414345188 +0100 +++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2017-11-24 10:56:56.502869719 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:43:10 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fetchmail.spec ++++++ --- /var/tmp/diff_new_pack.wnOIYv/_old 2017-11-24 10:56:57.846820637 +0100 +++ /var/tmp/diff_new_pack.wnOIYv/_new 2017-11-24 10:56:57.850820490 +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: fetchmail Version: 6.3.26 Release: 0 @@ -111,8 +116,8 @@ mkdir -p %{buildroot}%{_sbindir} ln -s service %{buildroot}%{_sbindir}/rc%{name} touch %{buildroot}%{_sysconfdir}/fetchmailrc -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates -cp sysconfig.%{name} %{buildroot}%{_localstatedir}/adm/fillup-templates +mkdir -p %{buildroot}%{_fillupdir} +cp sysconfig.%{name} %{buildroot}%{_fillupdir} mkdir -p %{buildroot}%{_localstatedir}/log touch %{buildroot}%{_localstatedir}/log/fetchmail mkdir -p %{buildroot}%{_localstatedir}/lib/fetchmail @@ -160,7 +165,7 @@ %{_sbindir}/rc%{name} %{_libexecdir}/%{name}-systemd-exec %{_libexecdir}/tmpfiles.d/%{name}.conf -%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} +%{_fillupdir}/sysconfig.%{name} %files -n fetchmailconf %defattr(-, root, root)
