Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2019-12-07 15:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-init.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-init"

Sat Dec  7 15:15:39 2019 rev:65 rq:753049 version:19.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes    2019-11-10 
22:36:39.585029990 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new.4691/cloud-init.changes  
2019-12-07 15:17:07.035781150 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 19:34:52 UTC 2019 - Robert Schweikert <[email protected]>
+
+- Add cloud-init-proper-ipv6-setting.patch (bsc#1156139)
+  + Set proper IPv6 interface variable in ifcfg file
+
+-------------------------------------------------------------------

New:
----
  cloud-init-proper-ipv6-setting.patch

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

Other differences:
------------------
++++++ cloud-init.spec ++++++
--- /var/tmp/diff_new_pack.FdDkHH/_old  2019-12-07 15:17:10.571780650 +0100
+++ /var/tmp/diff_new_pack.FdDkHH/_new  2019-12-07 15:17:10.571780650 +0100
@@ -51,6 +51,7 @@
 Patch52:        cloud-init-break-resolv-symlink.patch
 # FIXME (lp#1849378) expected in 19.3
 Patch53:        cloud-init-renderer-detect.patch
+Patch54:        cloud-init-proper-ipv6-setting.patch
 
 BuildRequires:  fdupes
 BuildRequires:  filesystem
@@ -198,6 +199,7 @@
 %patch51 -p1
 %patch52
 %patch53
+%patch54
 
 %build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1315

++++++ cloud-init-proper-ipv6-setting.patch ++++++
--- cloudinit/net/sysconfig.py.orig
+++ cloudinit/net/sysconfig.py
@@ -349,6 +349,7 @@ class Renderer(renderer.Renderer):
                 # TODO need to set BOOTPROTO to dhcp6 on SUSE
                 iface_cfg['IPV6INIT'] = True
                 iface_cfg['DHCPV6C'] = True
+                iface_cfg['DHCLIENT6_MODE'] = 'managed'
             elif subnet_type in ['dhcp4', 'dhcp']:
                 iface_cfg['BOOTPROTO'] = 'dhcp'
             elif subnet_type == 'static':

Reply via email to