Hello community, here is the log from the commit of package fail2ban for openSUSE:Factory checked in at 2017-11-24 10:55:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fail2ban (Old) and /work/SRC/openSUSE:Factory/.fail2ban.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fail2ban" Fri Nov 24 10:55:37 2017 rev:51 rq:544894 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes 2017-10-29 20:24:42.370601213 +0100 +++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes 2017-11-24 10:55:39.141695113 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:44:10 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fail2ban.spec ++++++ --- /var/tmp/diff_new_pack.PeSB1x/_old 2017-11-24 10:55:40.353650848 +0100 +++ /var/tmp/diff_new_pack.PeSB1x/_new 2017-11-24 10:55:40.357650702 +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 + %{!?tmpfiles_create:%global tmpfiles_create systemd-tmpfiles --create} Name: fail2ban Version: 0.10.1 @@ -188,8 +193,8 @@ install -d -m 0755 %{buildroot}%{_localstatedir}/lib/%{name}/ -install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates -install -p -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} +install -d -m 755 %{buildroot}%{_fillupdir} +install -p -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name} install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} @@ -298,7 +303,7 @@ %{python_sitelib}/%{name} %exclude %{python_sitelib}/%{name}/tests %{python_sitelib}/%{name}-* -%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} +%{_fillupdir}/sysconfig.%{name} %{_mandir}/man1/* %{_mandir}/man5/* %doc README.md TODO ChangeLog COPYING doc/*.txt
