Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory 
checked in at 2017-11-25 08:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lighttpd (Old)
 and      /work/SRC/openSUSE:Factory/.lighttpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lighttpd"

Sat Nov 25 08:43:37 2017 rev:36 rq:545128 version:1.4.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes        2017-11-17 
10:58:58.102996487 +0100
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes   2017-11-25 
08:43:38.212120024 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:50:35 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lighttpd.spec ++++++
--- /var/tmp/diff_new_pack.FY6Gzh/_old  2017-11-25 08:43:39.116087089 +0100
+++ /var/tmp/diff_new_pack.FY6Gzh/_new  2017-11-25 08:43:39.120086943 +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 pkg_home %{_localstatedir}/lib/%{name}
 Name:           lighttpd
 Version:        1.4.48
@@ -321,7 +326,7 @@
 # sysconfig template
 #
 install -D -m 0644 %{SOURCE2} \
-    %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+    %{buildroot}%{_fillupdir}/sysconfig.%{name}
 #
 # susefirewall config file
 #
@@ -453,7 +458,7 @@
 %doc doc/outdated/status.txt
 %doc doc/outdated/traffic-shaping.txt
 %doc doc/outdated/userdir.txt
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %dir %attr(751,%{name},%{name}) %{pkg_home}/
 %dir %attr(751,%{name},%{name}) %{pkg_home}/sockets/
 %attr(751,%{name},%{name}) %{_var}/cache/%{name}/


Reply via email to