mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 00:50:16 +01:00
gitlab/fedora-install: use yum install --allowerasing
This allows us to drag in packages that replace something in the base image. Notably, this fixes installing pppd on Fedora 42 that requires systemd (whereas the image has conflicting systemd-standalone-sysusers).
This commit is contained in:
parent
39efc8a394
commit
979717df4e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ fi
|
|||
fi
|
||||
|
||||
|
||||
NM_NO_EXTRA=1 NM_INSTALL="yum install -y" ./contrib/fedora/REQUIRED_PACKAGES
|
||||
NM_NO_EXTRA=1 NM_INSTALL="yum install -y --allowerasing" ./contrib/fedora/REQUIRED_PACKAGES
|
||||
yum install -y glibc-langpack-pl ccache clang
|
||||
|
||||
# containers have "tsflags=nodocs" in /etc/dnf/dnf.conf. We need /usr/shared/gtk-doc/html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue