diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
| commit | 067fb576988f685e83ac8b0ae690334aff547c85 (patch) | |
| tree | 204c7c8a0300691c53627cd3418cf54671ada1a8 /tools/nm-in-container | |
| parent | 6de29285e533f4fec22a219013f3687edb6b7399 (diff) | |
New upstream version 1.56.0 upstream/1.56.0
Diffstat (limited to 'tools/nm-in-container')
| -rwxr-xr-x | tools/nm-in-container | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/nm-in-container b/tools/nm-in-container index 365b8fcf..e4ee8b94 100755 --- a/tools/nm-in-container +++ b/tools/nm-in-container @@ -189,7 +189,7 @@ RUN dnf install -y \\ --skip-broken \\ \\ /usr/bin/python \\ - /usr/sbin/ausearch \\ + audit \\ ModemManager-devel \\ ModemManager-glib-devel \\ NetworkManager \\ @@ -227,11 +227,10 @@ RUN dnf install -y \\ libnvme-devel \\ libpsl-devel \\ libselinux-devel \\ - libtool \\ libubsan \\ libuuid-devel \\ meson \\ - mlocate \\ + plocate \\ mobile-broadband-provider-info-devel \\ newt-devel \\ nispor \\ @@ -267,7 +266,7 @@ RUN dnf install -y \\ which \\ \\ 'dbus*' \\ - 'openvswitch2*' \\ + 'openvswitch*' \\ /usr/bin/pytest \\ /usr/bin/debuginfo-install \\ NetworkManager-openvpn \\ @@ -290,7 +289,6 @@ RUN dnf install -y \\ git \\ hostapd \\ iproute-tc \\ - ipsec-tools \\ iputils \\ iscsi-initiator-utils \\ iw \\ @@ -322,7 +320,7 @@ RUN dnf install -y \\ wireguard-tools \\ wireshark-cli -RUN dnf debuginfo-install --skip-broken NetworkManager \$(ldd /usr/sbin/NetworkManager | sed -n 's/.* => \\(.*\\) (0x[0-9A-Fa-f]*)$/\1/p' | xargs -n1 readlink -f) -y +RUN dnf debuginfo-install --skip-unavailable --skip-broken NetworkManager \$(ldd /usr/sbin/NetworkManager | sed -n 's/.* => \\(.*\\) (0x[0-9A-Fa-f]*)$/\1/p' | xargs -n1 readlink -f) -y RUN dnf clean all |