Replace dhcp-client with udhcpc

The dhclient binary from the dhcp-client package is no longer
maintained, but it can be replaced by udhcpc which comes from busybox.
Cloud-init already supports both utilities for the early dhcp request.

Fixes rhbz#2247055

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2024-01-30 10:26:00 -06:00
parent 57fa253858
commit 3aa678e2a3
No known key found for this signature in database

View File

@ -37,7 +37,11 @@ BuildRequires: python3dist(responses)
BuildRequires: python3dist(passlib)
%endif
Requires: dhcp-client
# Required for the udhcpc binary that replaces the unmaintained
# dhclient binary from the dhcp-client package. See BZ 2247055
# for more details.
Requires: busybox
Requires: hostname
Requires: e2fsprogs
Requires: iproute