Hello community,

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

Package is "nbd"

Thu Nov 30 12:36:58 2017 rev:44 rq:544873 version:3.16.1

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

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

Other differences:
------------------
++++++ nbd.spec ++++++
--- /var/tmp/diff_new_pack.UEscWZ/_old  2017-11-30 12:37:00.700199320 +0100
+++ /var/tmp/diff_new_pack.UEscWZ/_new  2017-11-30 12:37:00.716198739 +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:           nbd
 Version:        3.16.1
 Release:        0
@@ -80,7 +85,7 @@
 touch %{buildroot}%{_sysconfdir}/nbd-server/config
 touch %{buildroot}%{_sysconfdir}/nbd-server/allow
 install -D -p -m 0644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/nbd-server/config.example
-install -D -p -m 0644 %{SOURCE4} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}-server
+install -D -p -m 0644 %{SOURCE4} 
%{buildroot}%{_fillupdir}/sysconfig.%{name}-server
 
 %post
 export DISABLE_RESTART_ON_UPDATE=yes
@@ -137,6 +142,6 @@
 %config %{_sysconfdir}/nbd-server/config.example
 %dir %{_prefix}/lib/modules-load.d/
 %{_prefix}/lib/modules-load.d/nbd.conf
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}-server
+%{_fillupdir}/sysconfig.%{name}-server
 
 %changelog


Reply via email to