podman-3.0.0-0.18.el9
- switch from master to release candidate (3.0.0-rc1) - Related: #1883490 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
a53f09cdc1
commit
e27c069744
10
podman.spec
10
podman.spec
@ -16,15 +16,15 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch master
|
||||
%global commit0 78cda71372485f163909525f8d07194920968486
|
||||
%global branch v3.0
|
||||
%global commit0 bfaf1713e9022d0b57a47c3cbf79cff68348b043
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.5
|
||||
%global dnsnamever 1.1.1
|
||||
|
||||
Name: podman
|
||||
Version: 3.0.0
|
||||
Release: 0.17%{?dist}
|
||||
Release: 0.18rc1%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -145,6 +145,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
Requires: nmap-ncat
|
||||
Requires: httpd-tools
|
||||
Requires: jq
|
||||
Requires: socat
|
||||
|
||||
%description tests
|
||||
%{summary}
|
||||
@ -339,6 +340,9 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.18rc1
|
||||
- switch from master to release candidate (3.0.0-rc1)
|
||||
|
||||
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.17
|
||||
- update to the latest content of https://github.com/containers/podman/tree/master
|
||||
(https://github.com/containers/podman/commit/78cda71)
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (v0.1.5.tar.gz) = 75387cf9c611222ef0afc9f688cefb3e4a4ec388cfa9d2329ee7860cb2ad83afa9311f53c1047f92f7adde27b7eb07f5501ee602334e610a3227104d8894486b
|
||||
SHA512 (v1.1.1.tar.gz) = 4ffaf73f41d96a3d36a15cfefdad989579bf3e187c0da9df35b16b43f77f8694c01a7f006b89b97070ea9c0d924778a416c30a96b18fa125b74186beb800c54f
|
||||
SHA512 (master-78cda71.tar.gz) = cce12b9b9554502a4d8764a67480e703ae6099959685df6f31f7917dbc156bac29a576c4578ccfd700df522f236f9b2f7ea1550ca38514efff5f918a33302300
|
||||
SHA512 (v3.0-bfaf171.tar.gz) = aabc86f8ac94a7220512aceb574badc14ea2e7519ab63c6128abc4a46722f68d76e6e3af06fcd605f4778c6618eb3679d056ebdb45b25c133092335547e44058
|
||||
|
Loading…
Reference in New Issue
Block a user