Hello community,

here is the log from the commit of package i4l-base for openSUSE:Factory 
checked in at 2017-11-30 12:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/i4l-base (Old)
 and      /work/SRC/openSUSE:Factory/.i4l-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i4l-base"

Thu Nov 30 12:40:19 2017 rev:67 rq:545065 version:2011.8.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes        2017-11-16 
13:58:03.560050023 +0100
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2017-11-30 
12:40:20.976916878 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:50:43 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ i4l-base.spec ++++++
--- /var/tmp/diff_new_pack.RaVsXs/_old  2017-11-30 12:40:22.448863358 +0100
+++ /var/tmp/diff_new_pack.RaVsXs/_new  2017-11-30 12:40:22.464862776 +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:           i4l-base
 BuildRequires:  atk-devel
 BuildRequires:  cairo-devel
@@ -353,8 +358,8 @@
 chmod a-x $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/divas/*
 # i4l_suse.tar.bz2
 cd ../i4l_suse
-install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 %{S:9} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.i4l-base
+install -d $RPM_BUILD_ROOT%{_fillupdir}
+install -m 755 %{S:9} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.i4l-base
 install -d $RPM_BUILD_ROOT/etc/xinetd.d
 install -m 644 etc/xinetd.d/i4l-vbox $RPM_BUILD_ROOT/etc/xinetd.d
 install -p -m 755 bin/isdnmon $RPM_BUILD_ROOT/usr/bin
@@ -500,7 +505,7 @@
 # to /etc/sysconfig/i4l-base
 #
 SC=/etc/sysconfig/suseconfig
-FT=/var/adm/fillup-templates/sysconfig.i4l-base
+FT=%{_fillupdir}/sysconfig.i4l-base
 if test -f $SC; then
     fillup -i $SC $FT /etc/sysconfig/i4l-base
     fillup -r $SC $FT $SC
@@ -538,7 +543,7 @@
 
 %files -f isdnctrl_conf_timru
 %defattr(-,root,root)
-/var/adm/fillup-templates/sysconfig.i4l-base
+%{_fillupdir}/sysconfig.i4l-base
 ### /etc/isdn 
 %dir /etc/isdn
 ### /etc/ppp


Reply via email to