mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-27 18:28:16 +02:00
Since commit "c920909 contrib/rpm: put translations in NetworkManager-libnm and NetworkManager-glib packages", both subpackages install the same translation files without a direct dependency between the two packages. Thus, if a user tries to update only one of the two subpackages, it will fail during the installation due to conflicting files. Fix that by having the subpackages conflict (per version). This way, the conflict is detected before starting the installation. https://bugzilla.redhat.com/show_bug.cgi?id=1406454 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 00-server.conf | ||
| 20-connectivity-fedora.conf | ||
| build.sh | ||
| build_clean.sh | ||
| NetworkManager.conf | ||
| NetworkManager.spec | ||
| README | ||
# To build RPM packages for Fedora derivates directly from git, just do: # # preparation: # git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager cd NetworkManager git checkout $WHATEVER sudo sh ./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