Hello community,

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

Package is "fillup"

Thu Nov 30 12:31:45 2017 rev:25 rq:545038 version:1.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/fillup/fillup.changes    2014-11-07 
14:07:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fillup.new/fillup.changes       2017-11-30 
12:31:46.983607051 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:39:57 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fillup.spec ++++++
--- /var/tmp/diff_new_pack.aEUYLg/_old  2017-11-30 12:31:47.883574323 +0100
+++ /var/tmp/diff_new_pack.aEUYLg/_new  2017-11-30 12:31:47.883574323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillup
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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:           fillup
 Version:        1.42
 Release:        0
@@ -52,7 +57,7 @@
 make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="%{optflags}"
 
 %install
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_fillupdir}
 install -d -m 755 %{buildroot}/%{_bindir}
 install -m 755 BIN/fillup %{buildroot}/%{_bindir}
 install -d %{buildroot}/%{_mandir}/man8


Reply via email to