Hello community, here is the log from the commit of package sshguard for openSUSE:Factory checked in at 2017-11-24 10:55:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sshguard (Old) and /work/SRC/openSUSE:Factory/.sshguard.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sshguard" Fri Nov 24 10:55:58 2017 rev:7 rq:544920 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sshguard/sshguard.changes 2017-03-03 17:45:26.357462277 +0100 +++ /work/SRC/openSUSE:Factory/.sshguard.new/sshguard.changes 2017-11-24 10:56:01.068894264 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:44:30 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sshguard.spec ++++++ --- /var/tmp/diff_new_pack.H2emce/_old 2017-11-24 10:56:01.828866507 +0100 +++ /var/tmp/diff_new_pack.H2emce/_new 2017-11-24 10:56:01.828866507 +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: sshguard Version: 1.7.1 Release: 0 @@ -61,7 +66,7 @@ %install %make_install -install -D -m0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.sshguard +install -D -m0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.sshguard %if 0%{?has_systemd} ln -sf service %{buildroot}/%{_sbindir}/rc%{name} install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/sshguard.service @@ -114,7 +119,7 @@ %doc CHANGELOG.rst README.rst COPYING examples/ doc/ %{_sbindir}/* %doc %{_mandir}/man8/%{name}* -%{_localstatedir}/adm/fillup-templates/sysconfig.sshguard +%{_fillupdir}/sysconfig.sshguard %if 0%{?has_systemd} %{_unitdir}/sshguard.service %{_unitdir}/sshguard-journal.service
