mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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:
parent
6859a9e512
commit
8d6c23dad1
2 changed files with 0 additions and 2 deletions
|
|
@ -161,7 +161,6 @@ Requires: nmap-ncat
|
|||
Requires: httpd-tools
|
||||
Requires: openssl
|
||||
Requires: socat
|
||||
Requires: slirp4netns
|
||||
Requires: buildah
|
||||
Requires: gnupg
|
||||
Requires: xfsprogs
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ rpm -q \
|
|||
podman \
|
||||
podman-tests \
|
||||
skopeo \
|
||||
slirp4netns \
|
||||
systemd
|
||||
|
||||
export system_service_cmd="/usr/bin/podman system service --timeout=0 &"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue