forked from pool/cloud-init
Accepting request 378315 from Cloud:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/378315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=25
This commit is contained in:
commit
cc978c570e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user