Hello community,

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

Package is "docker_1_12_6"

Thu Nov 30 12:45:05 2017 rev:5 rq:546260 version:1.12.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker_1_12_6/docker_1_12_6.changes      
2017-11-08 15:14:12.753113981 +0100
+++ /work/SRC/openSUSE:Factory/.docker_1_12_6.new/docker_1_12_6.changes 
2017-11-30 12:45:05.794561824 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:48:28 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker_1_12_6.spec ++++++
--- /var/tmp/diff_new_pack.MTNpNk/_old  2017-11-30 12:45:07.258508603 +0100
+++ /var/tmp/diff_new_pack.MTNpNk/_new  2017-11-30 12:45:07.262508458 +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
+
 # Check if go_arches is defined in the project configuration
 # Otherwise, define it here
 # In order to define it in the project configuration, see
@@ -377,7 +382,7 @@
 install -D -m 0640 %{SOURCE8} 
%{buildroot}%{_sysconfdir}/audit/rules.d/%{_name}.rules
 
 # sysconfig file
-install -D -m 644 %{SOURCE4} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.docker
+install -D -m 644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.docker
 
 %ifarch %{go_arches}
 # install manpages
@@ -449,7 +454,7 @@
 %{_unitdir}/%{_name}.service
 %config %{_sysconfdir}/audit/rules.d/%{_name}.rules
 %{_udevrulesdir}/80-%{_name}.rules
-%{_localstatedir}/adm/fillup-templates/sysconfig.docker
+%{_fillupdir}/sysconfig.docker
 %{_localstatedir}/lib/docker/
 %ifarch %{go_arches}
 %{_mandir}/man1/docker-*.1%{ext_man}


Reply via email to