SHA256
1
0
forked from pool/cloud-init

- Update suseIntegratedHandler.patch (bsc#971275)

+ Properly handle the package_upgrade configuration option

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=40
This commit is contained in:
Robert Schweikert 2016-03-15 21:41:30 +00:00 committed by Git OBS Bridge
parent 08c4979b77
commit f611116d34
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 15 21:40:25 UTC 2016 - rjschwei@suse.com
- Update suseIntegratedHandler.patch (bsc#971275)
+ Properly handle the package_upgrade configuration option
-------------------------------------------------------------------
Tue Oct 6 10:53:11 UTC 2015 - rjschwei@suse.com

View File

@ -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