SHA256
1
0
forked from pool/cloud-init

- Add wget as a requirement (bsc#1178029)

+ wget is used in the CloudStack data source

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=179
This commit is contained in:
Robert Schweikert 2020-11-24 21:16:17 +00:00 committed by Git OBS Bridge
parent f8ea6795ac
commit 49186f2681
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 24 21:14:56 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
- Add wget as a requirement (bsc#1178029)
+ wget is used in the CloudStack data source
-------------------------------------------------------------------
Tue Nov 24 12:40:00 UTC 2020 - Robert Schweikert <rjschwei@suse.com>

View File

@ -85,6 +85,7 @@ Requires: python3-six
Requires: python3-xml
Requires: sudo
Requires: util-linux
Requires: wget
Requires: wicked-service
Requires: cloud-init-config = %configver
BuildRoot: %{_tmppath}/%{name}-%{version}-build