Hello community, here is the log from the commit of package fwnn for openSUSE:Factory checked in at 2017-11-24 10:57:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwnn (Old) and /work/SRC/openSUSE:Factory/.fwnn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwnn" Fri Nov 24 10:57:18 2017 rev:24 rq:545053 version:1.1.1a023 Changes: -------- --- /work/SRC/openSUSE:Factory/fwnn/fwnn.changes 2016-06-19 10:49:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fwnn.new/fwnn.changes 2017-11-24 10:57:25.249819870 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:49:55 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwnn.spec ++++++ --- /var/tmp/diff_new_pack.5d2GwC/_old 2017-11-24 10:57:27.433740114 +0100 +++ /var/tmp/diff_new_pack.5d2GwC/_new 2017-11-24 10:57:27.433740114 +0100 @@ -1,7 +1,7 @@ # # spec file for package fwnn # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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 base_version 1.1.1 %define alpha_version a023 Name: fwnn @@ -268,7 +273,7 @@ #---------------------------------------------------------------------- # Make sure directories for of boot script installation exist: mkdir -p %{buildroot}%{_sysconfdir}/init.d -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates +mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}%{_sbindir} #---------------------------------------------------------------------- # Install boot scripts:
