Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2017-01-22 00:26:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-init.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-init"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes    2016-12-10 
18:29:59.734881943 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes       
2017-01-22 00:26:15.911557434 +0100
@@ -1,0 +2,15 @@
+Tue Dec 13 12:42:18 CET 2016 - ku...@suse.de
+
+- fix syntax error in datasource LocalDisk (fix got somehow lost)
+
+-------------------------------------------------------------------
+Mon Dec 12 12:47:09 UTC 2016 - dmuel...@suse.com
+
+- adjust license (as of 0.7.8 AGPL-3.0 was added)
+
+-------------------------------------------------------------------
+Mon Dec 12 11:25:03 UTC 2016 - dmuel...@suse.com
+
+- fix unintentional edit in last change again
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cloud-init.spec ++++++
--- /var/tmp/diff_new_pack.ZcV0sE/_old  2017-01-22 00:26:20.294937034 +0100
+++ /var/tmp/diff_new_pack.ZcV0sE/_new  2017-01-22 00:26:20.294937034 +0100
@@ -14,11 +14,13 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# change this whenever config changes incompatible
+%global configver 0.7
 
 Name:           cloud-init
 Version:        0.7.8
 Release:        0
-License:        GPL-3.0
+License:        GPL-3.0 and AGPL-3.0
 Summary:        Cloud node initialization tool
 Url:            http://launchpad.net/cloud-init/
 Group:          System/Management
@@ -97,7 +99,7 @@
 Requires:       python-xml
 Requires:       sudo
 Requires:       util-linux
-Requires:       cloud-init-config = %{version}
+Requires:       cloud-init-config = %configver
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define         docdir %{_defaultdocdir}/%{name}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -140,8 +142,7 @@
 
 %package config-suse
 Summary:        Configuration file for Cloud node initialization tool
-Requires:       cloud-init = %{version}
-Provides:      cloud-init-config = %{version}
+Provides:      cloud-init-config = %configver
 Group:          System/Management
 Conflicts:     otherproviders(cloud-init-config)
 

++++++ datasourceLocalDisk.patch ++++++
--- /var/tmp/diff_new_pack.ZcV0sE/_old  2017-01-22 00:26:20.378925147 +0100
+++ /var/tmp/diff_new_pack.ZcV0sE/_new  2017-01-22 00:26:20.378925147 +0100
@@ -41,7 +41,7 @@
 +        return "%s [seed=%s][dsmode=%s]" % (root, self.seed, self.dsmode)
 +
 +    def get_data(self):
-+        if not os.path.isdir('/cloud-init-config')
++        if not os.path.isdir('/cloud-init-config'):
 +            return False
 +
 +        defaults = {"instance-id": DEFAULT_IID}


Reply via email to