podman-3.0.0-0.15.el9
- update to the latest content of https://github.com/containers/podman/tree/master (https://github.com/containers/podman/commit/ffe2b1e) Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
d866efecfc
commit
7a290dd07d
@ -17,14 +17,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch master
|
||||
%global commit0 23f25b8261cf2c0d83f8ce5b8251951a11a7e2c4
|
||||
%global commit0 ffe2b1e95a86f2ed785652b16a426c953f62ecc2
|
||||
%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.14%{?dist}
|
||||
Release: 0.15%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -339,6 +339,10 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.15
|
||||
- update to the latest content of https://github.com/containers/podman/tree/master
|
||||
(https://github.com/containers/podman/commit/ffe2b1e)
|
||||
|
||||
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.14
|
||||
- re-disable LTO as it sill fails even with GCC 11
|
||||
- Related: #1904567
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (v0.1.5.tar.gz) = 75387cf9c611222ef0afc9f688cefb3e4a4ec388cfa9d2329ee7860cb2ad83afa9311f53c1047f92f7adde27b7eb07f5501ee602334e610a3227104d8894486b
|
||||
SHA512 (v1.1.1.tar.gz) = 4ffaf73f41d96a3d36a15cfefdad989579bf3e187c0da9df35b16b43f77f8694c01a7f006b89b97070ea9c0d924778a416c30a96b18fa125b74186beb800c54f
|
||||
SHA512 (master-23f25b8.tar.gz) = dc7117e1a54f8b563a263c49fc06da3114f1ad2ea9c3f54d17b18dcba4ec99c9d69cd8a2270d222222223f463608b511d64d24e0664768c8e6b5003edbfa028b
|
||||
SHA512 (master-ffe2b1e.tar.gz) = d03b8d722cd251d01e1b718aacfdd6f634f62b8b9b016ae021f88885fc0b5f381bcbd2f1ad8cd210fa96a769f53831a8d44f6f8d3a3274fe39471e9e923025c2
|
||||
|
Loading…
Reference in New Issue
Block a user