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:
parent
57fa253858
commit
3aa678e2a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user