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:
parent
08c4979b77
commit
f611116d34
@ -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
|
Tue Oct 6 10:53:11 UTC 2015 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ cloudinit/distros/opensuse.py
|
+++ cloudinit/distros/opensuse.py
|
||||||
@@ -0,0 +1,221 @@
|
@@ -0,0 +1,223 @@
|
||||||
+# vi: ts=4 expandtab
|
+# vi: ts=4 expandtab
|
||||||
+#
|
+#
|
||||||
+# Copyright (C) 2014 SUSE LLC
|
+# Copyright (C) 2014 SUSE LLC
|
||||||
@ -85,6 +85,8 @@
|
|||||||
+ cmd.append('--non-interactive')
|
+ cmd.append('--non-interactive')
|
||||||
+
|
+
|
||||||
+ # Comand is the operation, such as install
|
+ # Comand is the operation, such as install
|
||||||
|
+ if command == 'upgrade':
|
||||||
|
+ command = 'update'
|
||||||
+ cmd.append(command)
|
+ cmd.append(command)
|
||||||
+
|
+
|
||||||
+ # args are the arguments to the command, not global options
|
+ # args are the arguments to the command, not global options
|
||||||
|
Loading…
Reference in New Issue
Block a user