Hello community, here is the log from the commit of package irda for openSUSE:Factory checked in at 2017-11-25 08:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/irda (Old) and /work/SRC/openSUSE:Factory/.irda.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "irda" Sat Nov 25 08:43:22 2017 rev:22 rq:545116 version:0.9.18 Changes: -------- --- /work/SRC/openSUSE:Factory/irda/irda.changes 2015-06-23 11:56:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.irda.new/irda.changes 2017-11-25 08:43:22.672686196 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:40:12 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ irda.spec ++++++ --- /var/tmp/diff_new_pack.0tTwx3/_old 2017-11-25 08:43:23.440658214 +0100 +++ /var/tmp/diff_new_pack.0tTwx3/_new 2017-11-25 08:43:23.440658214 +0100 @@ -1,7 +1,7 @@ # # spec file for package irda # -# Copyright (c) 2015 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 _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d Name: irda Version: 0.9.18 @@ -100,7 +105,7 @@ install -d -m 755 %{buildroot}%{_prefix}/sbin install -d -m 755 %{buildroot}%{_prefix}/bin install -d -m 755 %{buildroot}%{_docdir}/irda -install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates +install -d -m 755 %{buildroot}%{_fillupdir} make INITD=%{_sysconfdir}/init.d \ DOCDIR=%{_defaultdocdir}/irda \ ROOT=%{buildroot} \ @@ -121,7 +126,7 @@ # udev stuff install -D -m 644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/52-irda.rules # sysconfig template -install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.irda +install -m 644 %{SOURCE3} %{buildroot}%{_fillupdir}/sysconfig.irda install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/irattach.service ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcirattach @@ -147,7 +152,7 @@ %doc %{_mandir}/man4/* %doc %{_mandir}/man7/* %doc %{_mandir}/man8/* -%{_localstatedir}/adm/fillup-templates/sysconfig.irda +%{_fillupdir}/sysconfig.irda %{_udevrulesdir}/52-irda.rules %{_unitdir}/irattach.service
