Hello community,

here is the log from the commit of package unbound for openSUSE:Factory checked 
in at 2017-11-30 12:36:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unbound (Old)
 and      /work/SRC/openSUSE:Factory/.unbound.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unbound"

Thu Nov 30 12:36:30 2017 rev:20 rq:544860 version:1.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/unbound/unbound.changes  2017-10-20 
16:10:48.629909177 +0200
+++ /work/SRC/openSUSE:Factory/.unbound.new/unbound.changes     2017-11-30 
12:36:32.297232178 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:49:02 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ unbound.spec ++++++
--- /var/tmp/diff_new_pack.DJzhoL/_old  2017-11-30 12:36:34.001170215 +0100
+++ /var/tmp/diff_new_pack.DJzhoL/_new  2017-11-30 12:36:34.005170069 +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
+
 %bcond_without python
 %bcond_without munin
 %bcond_without hardened_build
@@ -222,7 +227,7 @@
 install -p -m 0644 %{SOURCE7}     
%{buildroot}%{_unitdir}/unbound-keygen.service
 install -p -m 0644 %{SOURCE2}     %{buildroot}%{_sysconfdir}/unbound
 install -p -m 0644 %{SOURCE12}    %{buildroot}%{_sysconfdir}/unbound
-install -D -p -m 0644 %{SOURCE14} 
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}
+install -D -p -m 0644 %{SOURCE14} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 ln -sf /usr/sbin/service          %{buildroot}%{_sbindir}/rcunbound
 ln -sf /usr/sbin/service          %{buildroot}%{_sbindir}/rcunbound-keygen
 
@@ -347,7 +352,7 @@
 %{_mandir}/man8/unbound-control-setup.8*
 %{_mandir}/man8/unbound-control.8*
 %{_mandir}/man1/unbound-streamtcp.1*
-/var/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %if %{with systemd}
 %{_tmpfilesdir}/unbound.conf
 %{_unitdir}/unbound-keygen.service


Reply via email to