Don't require NetworkManager-config-server

This lays down a file that sets `no-auto-default=*`, which
tells NetworkManager to not bring up any interfaces by default
without explicit configuration. This causes networking to not
be brought up at all if somehow no NM connection file got created.
This commit is contained in:
Dusty Mabe 2022-03-10 09:57:19 -05:00
parent c674eb9f57
commit f0a6cf49bd
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -1,6 +1,6 @@
Name: cloud-init Name: cloud-init
Version: 22.1 Version: 22.1
Release: 2%{?dist} Release: 3%{?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
@ -52,7 +52,6 @@ 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: (NetworkManager-config-server if NetworkManager)
Requires: hostname Requires: hostname
Requires: e2fsprogs Requires: e2fsprogs
Requires: iproute Requires: iproute
@ -189,6 +188,9 @@ python3 -m pytest tests/unittests
%changelog %changelog
* Thu Mar 10 2022 Dusty Mabe <dusty@dustymabe.com> - 22.1-3
- Drop requirement on NetworkManager-config-server
* Tue Feb 22 2022 Neal Gompa <ngompa@fedoraproject.org> - 22.1-2 * Tue Feb 22 2022 Neal Gompa <ngompa@fedoraproject.org> - 22.1-2
- Drop extra tests search in prep - Drop extra tests search in prep