mirror of
https://abf.rosa.ru/djam/podman.git
synced 2025-02-23 17:32:53 +00:00
5.1.1
This commit is contained in:
parent
5d9664d578
commit
950d0e91c4
2 changed files with 11 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
podman-5.1.0.tar.gz: 4761fa7b3b708d604306151d7e0b7614d62d29e8
|
||||
podman-5.1.1.tar.gz: e144ed8090ddc7c8dadfe85473261ca28eefaa09
|
||||
|
|
13
podman.spec
13
podman.spec
|
@ -3,7 +3,7 @@
|
|||
%define _libexecdir %{_prefix}/libexec
|
||||
|
||||
Name: podman
|
||||
Version: 5.1.0
|
||||
Version: 5.1.1
|
||||
Release: 1
|
||||
Summary: A tool for managing OCI containers and pods
|
||||
URL: https://podman.io
|
||||
|
@ -21,10 +21,17 @@ BuildRequires: pkgconfig(libseccomp)
|
|||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
Requires: conmon >= 2.0.24
|
||||
Requires: runc
|
||||
#Requires: runc
|
||||
Requires: catatonit
|
||||
#Requires: slirp4netns
|
||||
Requires: slirp4netns
|
||||
Requires: netavark
|
||||
Requires: crun
|
||||
Requires: aardvark-dns
|
||||
Requires: passt
|
||||
Requires: gvisor-tap-vsock
|
||||
Requires: qemu-kvm
|
||||
Requires: qemu-img
|
||||
|
||||
|
||||
%description
|
||||
Podman (the POD MANager) is a tool for managing containers
|
||||
|
|
Loading…
Add table
Reference in a new issue