RPM/TMT: drop slirp4netns dependency

slirp4netns is no longer used as a rootless networking backend,
pasta is the only option. Remove the package requirement from
rpm/podman.spec and the TMT test setup.

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2026-03-25 18:03:39 +05:30
parent 6859a9e512
commit 8d6c23dad1
No known key found for this signature in database
GPG key ID: 1C1EDD7CC7C3A0DD
2 changed files with 0 additions and 2 deletions

View file

@ -161,7 +161,6 @@ Requires: nmap-ncat
Requires: httpd-tools
Requires: openssl
Requires: socat
Requires: slirp4netns
Requires: buildah
Requires: gnupg
Requires: xfsprogs

View file

@ -19,7 +19,6 @@ rpm -q \
podman \
podman-tests \
skopeo \
slirp4netns \
systemd
export system_service_cmd="/usr/bin/podman system service --timeout=0 &"