diff --git a/.distro/cloud-init.spec b/.distro/cloud-init.spec index 6fa77f98c80c..fd2a8da93d69 100644 --- a/.distro/cloud-init.spec +++ b/.distro/cloud-init.spec @@ -33,12 +33,11 @@ BuildRequires: python3dist(responses) BuildRequires: python3dist(passlib) %endif -# ISC DHCP is no longer maintained and cloud-init will ship a -# release with dhcpcd support soon. See BZ 2247055 for details. +# ISC DHCP is no longer maintained and cloud-init 24.1 now supports +# dhcpcd. See commit 21b2b6e4423b0fec325 and the upstream PR +# https://github.com/canonical/cloud-init/pull/4746. # -# Cloud-init dhcpcd support is pending a release here: -# https://github.com/canonical/cloud-init/pull/4746/files -Requires: dhcp-client +Requires: dhcpcd Requires: hostname Requires: e2fsprogs