tools/nm-in-container: update package install list for fedora 42

- ausearch is part of audit package
- mlocate is not available anymore
- "openvswitch2*" packages are not available anymore
- ipsec-tools is not available anymore
This commit is contained in:
Jan Vaclav 2025-05-28 13:26:04 +02:00
parent b17a842e1a
commit 4be97207ed

View file

@ -189,7 +189,7 @@ RUN dnf install -y \\
--skip-broken \\
\\
/usr/bin/python \\
/usr/sbin/ausearch \\
audit \\
ModemManager-devel \\
ModemManager-glib-devel \\
NetworkManager \\
@ -231,7 +231,7 @@ RUN dnf install -y \\
libubsan \\
libuuid-devel \\
meson \\
mlocate \\
plocate \\
mobile-broadband-provider-info-devel \\
newt-devel \\
nispor \\
@ -267,7 +267,7 @@ RUN dnf install -y \\
which \\
\\
'dbus*' \\
'openvswitch2*' \\
'openvswitch*' \\
/usr/bin/pytest \\
/usr/bin/debuginfo-install \\
NetworkManager-openvpn \\
@ -290,7 +290,6 @@ RUN dnf install -y \\
git \\
hostapd \\
iproute-tc \\
ipsec-tools \\
iputils \\
iscsi-initiator-utils \\
iw \\