Hello community,

here is the log from the commit of package llmnrd for openSUSE:Factory checked 
in at 2017-11-24 10:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llmnrd (Old)
 and      /work/SRC/openSUSE:Factory/.llmnrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llmnrd"

Fri Nov 24 10:56:20 2017 rev:4 rq:544954 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/llmnrd/llmnrd.changes    2017-10-23 
16:53:08.457108443 +0200
+++ /work/SRC/openSUSE:Factory/.llmnrd.new/llmnrd.changes       2017-11-24 
10:56:21.900133458 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:13 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llmnrd.spec ++++++
--- /var/tmp/diff_new_pack.ok4tS1/_old  2017-11-24 10:56:22.728103219 +0100
+++ /var/tmp/diff_new_pack.ok4tS1/_new  2017-11-24 10:56:22.736102928 +0100
@@ -17,6 +17,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           llmnrd
 Version:        0.5
 Release:        0
@@ -52,9 +57,9 @@
 
 %install
 make prefix=%{_prefix} DESTDIR=%{buildroot} install
-install -dm0755 %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -dm0755 %{buildroot}%{_fillupdir}
 install -Dpm0644 %{SOURCE1} "%{buildroot}%{_unitdir}/llmnrd.service"
-install -Dpm0644 %{SOURCE2} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.llmnrd"
+install -Dpm0644 %{SOURCE2} "%{buildroot}%{_fillupdir}/sysconfig.llmnrd"
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcllmnrd
 install -Dpm0644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/apparmor.d/usr.sbin.llmnrd
 install -Dpm0644 doc/llmnr-query.1 %{buildroot}%{_mandir}/man1/
@@ -80,7 +85,7 @@
 %{_sbindir}/llmnrd
 %{_sbindir}/rcllmnrd
 %{_unitdir}/llmnrd.service
-%{_localstatedir}/adm/fillup-templates/sysconfig.llmnrd
+%{_fillupdir}/sysconfig.llmnrd
 %config(noreplace) %{_sysconfdir}/apparmor.d/usr.sbin.llmnrd
 %{_mandir}/man1/llmnr-query.1%{ext_man}
 %{_mandir}/man8/llmnrd.8%{ext_man}


Reply via email to