Add dhcp-client dependency for Azure and OCI network bootstrap
This commit is contained in:
parent
a32e90573f
commit
362173d671
@ -1,6 +1,6 @@
|
|||||||
Name: cloud-init
|
Name: cloud-init
|
||||||
Version: 22.2
|
Version: 22.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Cloud instance init scripts
|
Summary: Cloud instance init scripts
|
||||||
License: ASL 2.0 or GPLv3
|
License: ASL 2.0 or GPLv3
|
||||||
URL: http://launchpad.net/cloud-init
|
URL: http://launchpad.net/cloud-init
|
||||||
@ -47,6 +47,7 @@ BuildRequires: python3-netifaces
|
|||||||
# https://bugs.launchpad.net/cloud-init/+bug/1721573
|
# https://bugs.launchpad.net/cloud-init/+bug/1721573
|
||||||
BuildRequires: /usr/bin/dnf
|
BuildRequires: /usr/bin/dnf
|
||||||
|
|
||||||
|
Requires: dhcp-client
|
||||||
Requires: hostname
|
Requires: hostname
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
Requires: iproute
|
Requires: iproute
|
||||||
@ -180,6 +181,9 @@ python3 -m pytest tests/unittests
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 Neal Gompa <ngompa@fedoraproject.org> - 22.2-2
|
||||||
|
- Add dhcp-client dependency for Azure and OCI network bootstrap
|
||||||
|
|
||||||
* Thu May 19 2022 Neal Gompa <ngompa@fedoraproject.org> - 22.2-1
|
* Thu May 19 2022 Neal Gompa <ngompa@fedoraproject.org> - 22.2-1
|
||||||
- Rebase to 22.2
|
- Rebase to 22.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user