Hello community, here is the log from the commit of package conman for openSUSE:Factory checked in at 2017-12-06 08:58:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conman (Old) and /work/SRC/openSUSE:Factory/.conman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conman" Wed Dec 6 08:58:24 2017 rev:6 rq:546487 version:0.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/conman/conman.changes 2017-10-09 19:48:45.662160219 +0200 +++ /work/SRC/openSUSE:Factory/.conman.new/conman.changes 2017-12-06 08:58:26.077324422 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:54:08 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conman.spec ++++++ --- /var/tmp/diff_new_pack.csDW3e/_old 2017-12-06 08:58:27.033289430 +0100 +++ /var/tmp/diff_new_pack.csDW3e/_new 2017-12-06 08:58:27.037289284 +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 + %if 0%{?suse_version} > 1140 %define have_systemd 1 %ifarch x86_64 @@ -112,9 +117,9 @@ ln -s %{_sysconfdir}/init.d/conman %{buildroot}%{_sbindir}/rcconman chmod u+x %{buildroot}%{_sysconfdir}/init.d/conman %endif -mkdir -p %{buildroot}/var/adm/fillup-templates +mkdir -p %{buildroot}%{_fillupdir} mv %{buildroot}%{_sysconfdir}/sysconfig/conman \ - %{buildroot}/var/adm/fillup-templates/sysconfig.conman + %{buildroot}%{_fillupdir}/sysconfig.conman for i in $(find %{buildroot}/usr/lib/conman) ; do if [ -f $i -a -x $i ]; then if ! head -1 $i | grep "^#!"; then @@ -184,7 +189,7 @@ %doc THANKS %config(noreplace) %attr(-,%conman_u,%conman_g) %{_sysconfdir}/conman.conf %config(noreplace) %{_sysconfdir}/logrotate.d/conman -%{_localstatedir}/adm/fillup-templates/sysconfig.conman +%{_fillupdir}/sysconfig.conman %{_bindir}/* %{_sbindir}/* %{_prefix}/lib/conman
