Hello community, here is the log from the commit of package words for openSUSE:Factory checked in at 2017-11-29 10:51:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/words (Old) and /work/SRC/openSUSE:Factory/.words.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "words" Wed Nov 29 10:51:16 2017 rev:29 rq:545102 version:2015.02.15 Changes: -------- --- /work/SRC/openSUSE:Factory/words/words.changes 2015-03-16 06:55:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2017-11-29 10:51:18.911577406 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:42:27 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ words.spec ++++++ --- /var/tmp/diff_new_pack.HQjFui/_old 2017-11-29 10:51:19.615551867 +0100 +++ /var/tmp/diff_new_pack.HQjFui/_new 2017-11-29 10:51:19.615551867 +0100 @@ -1,7 +1,7 @@ # # spec file for package words # -# Copyright (c) 2015 SUSE LINUX Products 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 + Name: words Version: 2015.02.15 Release: 0 @@ -114,8 +119,8 @@ ln -sf ../../..%{_datadir}/dict/american %{buildroot}%{_localstatedir}/lib/dict/words ln -sf ../../../var/lib/dict/words %{buildroot}%{_datadir}/dict/words mkdir -p %{buildroot}%{_libexecdir}/words -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates -install -pm 0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/ +mkdir -p %{buildroot}%{_fillupdir} +install -pm 0644 %{SOURCE1} %{buildroot}%{_fillupdir}/ install -pm 0755 %{SOURCE2} %{buildroot}%{_libexecdir}/words/update %post @@ -134,7 +139,7 @@ %attr(755,root,root) %{_libexecdir}/words/update %{_datadir}/dict/american %ghost %{_datadir}/dict/words -%{_localstatedir}/adm/fillup-templates/sysconfig.words +%{_fillupdir}/sysconfig.words %dir %{_localstatedir}/lib/dict/ %verify(not link mtime) %{_localstatedir}/lib/dict/words
