diff --git a/cloud-init.changes b/cloud-init.changes index 8ad1329..a828653 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 24 21:14:56 UTC 2020 - Robert Schweikert + +- 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 diff --git a/cloud-init.spec b/cloud-init.spec index 05e1507..7adb157 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -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