Hello community,

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

Package is "flannel"

Thu Nov 30 12:45:02 2017 rev:7 rq:546259 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flannel/flannel.changes  2017-08-29 
11:48:18.864516461 +0200
+++ /work/SRC/openSUSE:Factory/.flannel.new/flannel.changes     2017-11-30 
12:45:04.474609809 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:48:19 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ flannel.spec ++++++
--- /var/tmp/diff_new_pack.zH3fW0/_old  2017-11-30 12:45:05.466573747 +0100
+++ /var/tmp/diff_new_pack.zH3fW0/_new  2017-11-30 12:45:05.470573602 +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:           flannel
 Version:        0.8.0
 Release:        0
@@ -66,7 +71,7 @@
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcflanneld
 
 # Sysconfig
-install -D -p -m 0644 %{SOURCE1} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.flanneld
+install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.flanneld
 install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf
 
 # Additional
@@ -101,7 +106,7 @@
 %{_sbindir}/rcflanneld
 
 # Sysconfig
-%{_localstatedir}/adm/fillup-templates/sysconfig.flanneld
+%{_fillupdir}/sysconfig.flanneld
 %{_tmpfilesdir}/%{name}.conf
 %attr(0750,root,root) %dir %ghost %{_rundir}/%{name}
 


Reply via email to