Hello community, here is the log from the commit of package varnish for openSUSE:Factory checked in at 2017-11-24 10:56:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/varnish (Old) and /work/SRC/openSUSE:Factory/.varnish.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "varnish" Fri Nov 24 10:56:32 2017 rev:23 rq:544987 version:5.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/varnish/varnish.changes 2017-06-29 15:14:56.818481735 +0200 +++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2017-11-24 10:56:33.343715518 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:50:41 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ varnish.spec ++++++ --- /var/tmp/diff_new_pack.J0KhiF/_old 2017-11-24 10:56:34.387677391 +0100 +++ /var/tmp/diff_new_pack.J0KhiF/_new 2017-11-24 10:56:34.387677391 +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 + %define library_name libvarnishapi1 %define pkg_home %_localstatedir/lib/%name %define pkg_logdir %_localstatedir/log/%name @@ -120,7 +125,7 @@ install -Dpm 0644 "%{S:5}" "$b/%_sysconfdir/logrotate.d/varnish"; # ##init scripts -install -Dpm 0644 "%{S:3}" "$b%_localstatedir/adm/fillup-templates/sysconfig.%name"; +install -Dpm 0644 "%{S:3}" "$b%{_fillupdir}/sysconfig.%name"; install -Dpm 0644 "%{S:7}" "$b/%_unitdir/varnish.service"; install -Dpm 0644 "%{S:8}" "$b/%_unitdir/varnishlog.service"; mkdir -p "$b/%_sbindir"; @@ -182,7 +187,7 @@ %dir %attr(0750,varnish,varnish) %pkg_home %dir %attr(0750,varnish,varnish) %pkg_cachedir %dir %attr(0750,varnish,varnish) %pkg_logdir -%_localstatedir/adm/fillup-templates/sysconfig.%name +%{_fillupdir}/sysconfig.%name %files -n %library_name %defattr(-,root,root,-)
