Hello community,

here is the log from the commit of package compcache for openSUSE:Factory 
checked in at 2017-11-24 10:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compcache (Old)
 and      /work/SRC/openSUSE:Factory/.compcache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compcache"

Fri Nov 24 10:54:28 2017 rev:29 rq:544847 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/compcache/compcache.changes      2017-03-24 
02:22:19.134424575 +0100
+++ /work/SRC/openSUSE:Factory/.compcache.new/compcache.changes 2017-11-24 
10:54:29.796227930 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:44:53 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ compcache.spec ++++++
--- /var/tmp/diff_new_pack.JsmO3n/_old  2017-11-24 10:54:30.408205578 +0100
+++ /var/tmp/diff_new_pack.JsmO3n/_new  2017-11-24 10:54:30.412205432 +0100
@@ -17,6 +17,11 @@
 # nodebuginfo
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if %suse_version <= 1120
 %define need_kmp       1
 %else
@@ -114,8 +119,8 @@
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 install -c -m 0644 sub-projects/rzscontrol/man/*.1 
$RPM_BUILD_ROOT/%{_mandir}/man1
 %endif
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -c -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/var/adm/fillup-templates
+mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
+install -c -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_fillupdir}
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -c -m 0755 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/
 
@@ -135,7 +140,7 @@
 %{_mandir}/man?/*
 %endif
 /etc/init.d/boot.compcache
-/var/adm/fillup-templates/sysconfig.compcache
+%{_fillupdir}/sysconfig.compcache
 %doc README Changelog
 
 %changelog


Reply via email to