Hello community, here is the log from the commit of package cloud-init for openSUSE:Factory checked in at 2018-02-16 21:46:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-init (Old) and /work/SRC/openSUSE:Factory/.cloud-init.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init" Fri Feb 16 21:46:26 2018 rev:48 rq:577256 version:17.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes 2018-02-14 10:52:27.395881534 +0100 +++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes 2018-02-16 21:46:29.507150452 +0100 @@ -1,0 +2,7 @@ +Fri Feb 16 13:23:00 UTC 2018 - [email protected] + +- update cloud-init-sysconfig-netpathfix.patch: + * skip checking for files in /etc/sysconfig that never exist + on a wickedd based system + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-init-no-user-lock-if-already-locked.patch ++++++ --- /var/tmp/diff_new_pack.o1oqK3/_old 2018-02-16 21:46:30.359119726 +0100 +++ /var/tmp/diff_new_pack.o1oqK3/_new 2018-02-16 21:46:30.363119581 +0100 @@ -1,8 +1,8 @@ -Index: cloud-init-0.7.8/cloudinit/distros/__init__.py +Index: cloud-init-17.2/cloudinit/distros/__init__.py =================================================================== ---- cloud-init-0.7.8.orig/cloudinit/distros/__init__.py -+++ cloud-init-0.7.8/cloudinit/distros/__init__.py -@@ -504,8 +504,11 @@ class Distro(object): +--- cloud-init-17.2.orig/cloudinit/distros/__init__.py ++++ cloud-init-17.2/cloudinit/distros/__init__.py +@@ -551,8 +551,11 @@ class Distro(object): # about long names. util.subp(['passwd', '-l', name]) except Exception as e: ++++++ cloud-init-python2-sigpipe.patch ++++++ --- /var/tmp/diff_new_pack.o1oqK3/_old 2018-02-16 21:46:30.375119149 +0100 +++ /var/tmp/diff_new_pack.o1oqK3/_new 2018-02-16 21:46:30.379119004 +0100 @@ -1,3 +1,5 @@ +Index: cloudinit/util.py +=================================================================== --- cloudinit/util.py.orig +++ cloudinit/util.py @@ -35,6 +35,7 @@ import time @@ -8,7 +10,7 @@ from six.moves.urllib import parse as urlparse import six -@@ -1815,7 +1816,8 @@ def subp(args, data=None, rcs=None, env= +@@ -1858,7 +1859,8 @@ def subp(args, data=None, rcs=None, env= sp = subprocess.Popen(args, stdout=stdout, stderr=stderr, stdin=stdin, ++++++ cloud-init-sysconfig-netpathfix.patch ++++++ --- /var/tmp/diff_new_pack.o1oqK3/_old 2018-02-16 21:46:30.395118427 +0100 +++ /var/tmp/diff_new_pack.o1oqK3/_new 2018-02-16 21:46:30.395118427 +0100 @@ -1,6 +1,8 @@ +Index: cloudinit/net/sysconfig.py +=================================================================== --- cloudinit/net/sysconfig.py.orig +++ cloudinit/net/sysconfig.py -@@ -88,8 +88,8 @@ class ConfigMap(object): +@@ -91,8 +91,8 @@ class ConfigMap(object): class Route(ConfigMap): """Represents a route configuration.""" @@ -11,7 +13,7 @@ def __init__(self, route_name, base_sysconf_dir): super(Route, self).__init__() -@@ -166,7 +166,7 @@ class Route(ConfigMap): +@@ -169,7 +169,7 @@ class Route(ConfigMap): class NetInterface(ConfigMap): """Represents a sysconfig/networking-script (and its config + children).""" @@ -20,14 +22,16 @@ iface_types = { 'ethernet': 'Ethernet', -@@ -602,8 +602,8 @@ def available(target=None): +@@ -616,12 +616,6 @@ def available(target=None): + if not util.which(p, search=search, target=target): return False - expected_paths = [ +- expected_paths = [ - 'etc/sysconfig/network-scripts/network-functions', - 'etc/sysconfig/network-scripts/ifdown-eth'] -+ 'etc/sysconfig/network/network-functions', -+ 'etc/sysconfig/network/ifdown-eth'] - for p in expected_paths: - if not os.path.isfile(util.target_path(target, p)): - return False +- for p in expected_paths: +- if not os.path.isfile(util.target_path(target, p)): +- return False + return True + + ++++++ fix-default-systemd-unit-dir.patch ++++++ --- /var/tmp/diff_new_pack.o1oqK3/_old 2018-02-16 21:46:30.423117417 +0100 +++ /var/tmp/diff_new_pack.o1oqK3/_new 2018-02-16 21:46:30.423117417 +0100 @@ -1,6 +1,8 @@ +Index: setup.py +=================================================================== --- setup.py.orig +++ setup.py -@@ -49,8 +49,8 @@ def tiny_p(cmd, capture=True): +@@ -52,8 +52,8 @@ def tiny_p(cmd, capture=True): def pkg_config_read(library, var): fallbacks = { 'systemd': { @@ -11,6 +13,8 @@ } } cmd = ['pkg-config', '--variable=%s' % var, library] +Index: systemd/cloud-init-generator +=================================================================== --- systemd/cloud-init-generator.orig +++ systemd/cloud-init-generator @@ -9,7 +9,7 @@ DISABLE="disabled"
