Hello community,

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

Package is "iodine"

Fri Nov 24 10:55:13 2017 rev:5 rq:544861 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iodine/iodine.changes    2017-03-13 
15:34:57.161818550 +0100
+++ /work/SRC/openSUSE:Factory/.iodine.new/iodine.changes       2017-11-24 
10:55:15.538557190 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:45:54 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iodine.spec ++++++
--- /var/tmp/diff_new_pack.3kwbwm/_old  2017-11-24 10:55:16.326528410 +0100
+++ /var/tmp/diff_new_pack.3kwbwm/_new  2017-11-24 10:55:16.326528410 +0100
@@ -17,6 +17,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           iodine
 Version:        0.7.0
 Release:        0
@@ -55,11 +60,11 @@
 # Install client files
 mkdir -p %{buildroot}%{_unitdir}
 install -m 0644 %{S:1} %{buildroot}%{_unitdir}/
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 0644 %{S:2} %{buildroot}%{_localstatedir}/adm/fillup-templates/
+mkdir -p %{buildroot}%{_fillupdir}
+install -m 0644 %{S:2} %{buildroot}%{_fillupdir}/
 # Install server files
 install -m 0644 %{S:3} %{buildroot}%{_unitdir}/
-install -m 0644 %{S:4} %{buildroot}%{_localstatedir}/adm/fillup-templates/
+install -m 0644 %{S:4} %{buildroot}%{_fillupdir}/
 # Copy common man page to avoid warning
 pushd %{buildroot}%{_mandir}/man8/
 cp %{name}.8 %{name}d.8
@@ -94,8 +99,8 @@
 %doc CHANGELOG README TODO
 %{_sbindir}/%{name}
 %{_sbindir}/%{name}d
-%{_localstatedir}/adm/fillup-templates/sysconfig.iodine
-%{_localstatedir}/adm/fillup-templates/sysconfig.iodined
+%{_fillupdir}/sysconfig.iodine
+%{_fillupdir}/sysconfig.iodined
 %{_sbindir}/rciodine
 %{_sbindir}/rciodined
 %{_unitdir}/iodine.service


Reply via email to