Hello community, here is the log from the commit of package dmraid for openSUSE:Factory checked in at 2017-11-25 08:41:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmraid (Old) and /work/SRC/openSUSE:Factory/.dmraid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmraid" Sat Nov 25 08:41:30 2017 rev:59 rq:544993 version:1.0.0.rc16 Changes: -------- --- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes 2017-11-03 16:33:16.073828060 +0100 +++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes 2017-11-25 08:41:34.476628254 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:39:52 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmraid.spec ++++++ --- /var/tmp/diff_new_pack.E6igea/_old 2017-11-25 08:41:35.460592404 +0100 +++ /var/tmp/diff_new_pack.E6igea/_new 2017-11-25 08:41:35.464592258 +0100 @@ -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: dmraid BuildRequires: autoconf BuildRequires: automake @@ -118,8 +123,8 @@ %install make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%_lib/libdmraid.a -mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates -install -m644 %{SOURCE1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid +mkdir -p $RPM_BUILD_ROOT%{_fillupdir} +install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.dmraid install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/dmraid-activation.service install -d %{buildroot}%{_tmpfilesdir} echo 'd /run/lock/dmraid 0700 root root -' > %{buildroot}%{_tmpfilesdir}/dmraid.conf @@ -153,7 +158,7 @@ /sbin/dmevent_tool %{_mandir}/man8/* %doc LICENSE LICENSE_GPL LICENSE_LGPL README README.SUSE TODO doc/* -/var/adm/fillup-templates/sysconfig.dmraid +%{_fillupdir}/sysconfig.dmraid /%{_lib}/libdmraid-events-isw.so /%{_lib}/libdmraid.so.1.0.0.rc16-3 %dir %{_tmpfilesdir}
