Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2016-03-26 15:27: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    2015-10-20 
00:05:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes       
2016-03-26 15:27:20.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 21:40:25 UTC 2016 - rjsch...@suse.com
+
+- Update suseIntegratedHandler.patch (bsc#971275)
+  + Properly handle the package_upgrade configuration option
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suseIntegratedHandler.patch ++++++
--- /var/tmp/diff_new_pack.VSI8eo/_old  2016-03-26 15:27:21.000000000 +0100
+++ /var/tmp/diff_new_pack.VSI8eo/_new  2016-03-26 15:27:21.000000000 +0100
@@ -1,6 +1,6 @@
 --- /dev/null
 +++ cloudinit/distros/opensuse.py
-@@ -0,0 +1,221 @@
+@@ -0,0 +1,223 @@
 +# vi: ts=4 expandtab
 +#
 +#    Copyright (C) 2014 SUSE LLC
@@ -85,6 +85,8 @@
 +        cmd.append('--non-interactive')
 +
 +        # Comand is the operation, such as install
++        if command == 'upgrade':
++            command = 'update'
 +        cmd.append(command)
 +
 +        # args are the arguments to the command, not global options


Reply via email to