diff --git a/cloud-init.spec b/cloud-init.spec index 2784443..998cf5e 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -37,10 +37,12 @@ BuildRequires: python3dist(responses) BuildRequires: python3dist(passlib) %endif -# Required for the udhcpc binary that replaces the unmaintained -# dhclient binary from the dhcp-client package. See BZ 2247055 -# for more details. -Requires: busybox +# ISC DHCP is no longer maintained and cloud-init will ship a +# release with dhcpcd support soon. See BZ 2247055 for details. +# +# Cloud-init dhcpcd support is pending a release here: +# https://github.com/canonical/cloud-init/pull/4746/files +Requires: dhcp-client Requires: hostname Requires: e2fsprogs @@ -172,4 +174,4 @@ python3 -m pytest tests/unittests %changelog -%autochangelog \ No newline at end of file +%autochangelog