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 <major@redhat.com>
This commit is contained in:
Major Hayden 2024-02-01 16:17:28 -06:00
parent 3aa678e2a3
commit 562b047220
No known key found for this signature in database

View File

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