Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2017-11-27 22:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icecream (Old)
 and      /work/SRC/openSUSE:Factory/.icecream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icecream"

Mon Nov 27 22:16:16 2017 rev:48 rq:545303 version:1.1rc2

Changes:
--------
--- /work/SRC/openSUSE:Factory/icecream/icecream.changes        2017-06-01 
16:33:12.331134169 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2017-11-27 
22:16:16.763277235 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:49:26 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ icecream.spec ++++++
--- /var/tmp/diff_new_pack.xYPMwc/_old  2017-11-27 22:16:17.403254005 +0100
+++ /var/tmp/diff_new_pack.xYPMwc/_new  2017-11-27 22:16:17.407253860 +0100
@@ -17,6 +17,11 @@
 # icecream 0
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           icecream
 BuildRequires:  docbook2x
 BuildRequires:  gcc-c++
@@ -81,7 +86,7 @@
 make %{?jobs:-j %jobs}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install templatesdir=%_fillupdir
 
 %preun
 %stop_on_removal icecream
@@ -118,7 +123,7 @@
 %exclude %_libexecdir/icecc/bin/clang++
 %if 0%{?suse_version}
 %config %_sysconfdir/sysconfig/SuSEfirewall2.d/services/*
-%_localstatedir/adm/fillup-templates/sysconfig.icecream
+%{_fillupdir}/sysconfig.icecream
 %if 0%{?suse_version} <= 1220
 /opt/icecream
 %exclude /opt/icecream/bin/clang


Reply via email to