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:
parent
3aa678e2a3
commit
562b047220
@ -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
|
||||
%autochangelog
|
||||
|
Loading…
Reference in New Issue
Block a user