Hello community,

here is the log from the commit of package cloud-init-config-caasp for 
openSUSE:Factory checked in at 2018-11-07 13:36:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-init-config-caasp (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-init-config-caasp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-init-config-caasp"

Wed Nov  7 13:36:21 2018 rev:8 rq:646963 version:1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/cloud-init-config-caasp/cloud-init-config-caasp.changes
  2018-10-17 08:44:12.793712874 +0200
+++ 
/work/SRC/openSUSE:Factory/.cloud-init-config-caasp.new/cloud-init-config-caasp.changes
     2018-11-07 13:36:24.628115841 +0100
@@ -1,0 +2,6 @@
+Wed Nov  7 12:12:27 UTC 2018 - Richard Brown <rbr...@suse.com>
+
+- Introduce 02-kubic-network.cfg to consistently disable cloud-init
+  from setting up the network. Workaround for [boo#1115000]
+
+-------------------------------------------------------------------

New:
----
  02-kubic-network.cfg

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

Other differences:
------------------
++++++ cloud-init-config-caasp.spec ++++++
--- /var/tmp/diff_new_pack.PMFySL/_old  2018-11-07 13:36:25.144115028 +0100
+++ /var/tmp/diff_new_pack.PMFySL/_new  2018-11-07 13:36:25.144115028 +0100
@@ -25,6 +25,7 @@
 Source0:        cloud.cfg
 Source1:        ds-identify.cfg
 Source2:        COPYING
+Source3:        02-kubic-network.cfg
 BuildRequires:  cloud-init
 Requires:       cloud-init >= 17.1
 Provides:       cloud-init-config = 0.7
@@ -41,13 +42,15 @@
 cp %{SOURCE2} .
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/cloud
+mkdir -p %{buildroot}%{_sysconfdir}/cloud/cloud.cfg.d
 install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/cloud/
 install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/cloud/
+install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/cloud/cloud.cfg.d/
 
 %files
 %license COPYING
 %config(noreplace) %{_sysconfdir}/cloud/cloud.cfg
 %config(noreplace) %{_sysconfdir}/cloud/ds-identify.cfg
+%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg.d/02-kubic-network.cfg
 
 %changelog

++++++ 02-kubic-network.cfg ++++++
network: {config: disabled}

Reply via email to