mirror of
https://abf.rosa.ru/djam/podman.git
synced 2025-02-23 17:32:53 +00:00
5.0.0
This commit is contained in:
parent
052fa64d87
commit
7c20231ed2
2 changed files with 3 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
podman-4.9.3.tar.gz: 8301e8fc8571d42184213c5c877ab165a8f16208
|
||||
podman-5.0.0.tar.gz: 905804558659156a4130c421f7d8a7573bd5c0c7
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
%define _libexecdir %{_prefix}/libexec
|
||||
|
||||
Name: podman
|
||||
Version: 4.9.3
|
||||
Version: 5.0.0
|
||||
Release: 1
|
||||
Summary: A tool for managing OCI containers and pods
|
||||
URL: https://podman.io
|
||||
|
@ -35,11 +35,10 @@ APIs for managing containers, pods, container images, and
|
|||
volumes.
|
||||
|
||||
%prep
|
||||
export GOPROXY=direct
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org/cached-only
|
||||
%make binaries completions
|
||||
|
||||
# compress bin
|
||||
|
|
Loading…
Add table
Reference in a new issue