Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2019-02-08 12:06:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-init.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-init"

Fri Feb  8 12:06:58 2019 rev:56 rq:670422 version:18.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes    2019-01-24 
14:15:10.963239917 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new.28833/cloud-init.changes 
2019-02-08 12:07:01.565612815 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 17:13:21 UTC 2019 - Robert Schweikert <[email protected]>
+
+- Modify cloud-init-write-routes.patch (boo#1123694)
+  + Drop a '-' in the route file for the last column
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cloud-init-write-routes.patch ++++++
--- /var/tmp/diff_new_pack.dUVo0a/_old  2019-02-08 12:07:02.153612594 +0100
+++ /var/tmp/diff_new_pack.dUVo0a/_new  2019-02-08 12:07:02.153612594 +0100
@@ -32,7 +32,7 @@
 +                        config_routes += ' ' + route.get('netmask', '')
 +                    else:
 +                        config_routes += ' -'
-+                    config_routes += ' - -'
++                    config_routes += ' -'
 +                    config_routes += '\n'
 +            if config_routes:
 +                route_file = '/etc/sysconfig/network/ifroute-%s' % if_name


Reply via email to