From 562b0472201cf063a525a32727c8d314a56f8332 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Feb 01 2024 22:17:31 +0000 Subject: Switch back to dhcp-client temporarily udhcpc does work, but it doesn't exist in ELN right now. Let's revert back to dhcp-client until the upstream cloud-init support for dhcpcd is ready. Signed-off-by: Major Hayden --- 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