mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 07:38:20 +02:00
NetworkManager relies on the ping command provided by `/usr/bin/ping` from the iputils package to proceed the gateway or ip addresses connectivity check. This change ensures that iputils is recommended as a dependency, making the ping command available for use during runtime but not enforcing its installation as mandatory since NM can still proceed to activate the connection even if the ping operation failed. |
||
|---|---|---|
| .. | ||
| 00-server.conf | ||
| 20-connectivity-fedora.conf | ||
| 20-connectivity-redhat.conf | ||
| 22-wifi-mac-addr.conf | ||
| 70-nm-connectivity.conf | ||
| build.sh | ||
| build_clean.sh | ||
| configure-for-system.sh | ||
| mockbuild.sh | ||
| NetworkManager.conf | ||
| NetworkManager.spec | ||
| README | ||
| readme-ifcfg-rh-migrated.txt | ||
| readme-ifcfg-rh.txt | ||
| release.sh | ||
# To build RPM packages for Fedora derivates directly from git, just do: # # preparation: # git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git cd NetworkManager git checkout $WHATEVER ./contrib/fedora/REQUIRED_PACKAGES # # build the packages. Pass --help for usage help. # ./contrib/fedora/rpm/build_clean.sh # # install # sudo dnf install ./contrib/fedora/rpm/latest/RPMS/x86_64/*rpm # To generate a clean build from git using mock, run: ./contrib/fedora/rpm/mockbuild.sh