podman-4.0.0-0.7.el9
- update to the latest content of https://github.com/containers/podman/tree/main (https://github.com/containers/podman/commit/5f41ffd) - update to https://github.com/containers/podman-machine-cni/releases/tag/v0.2.0 - Related: #2000051 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
944d2ebbd1
commit
9970200f09
14
podman.spec
14
podman.spec
@ -1,7 +1,7 @@
|
||||
%global with_check 0
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1904567
|
||||
%global _lto_cflags %%{nil}
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
%global _find_debuginfo_dwz_opts %{nil}
|
||||
%global _dwz_low_mem_die_limit 0
|
||||
@ -17,19 +17,19 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch main
|
||||
%global commit0 4b6ffda31c258aadcbc6171a7dd745d0fb17393c
|
||||
%global commit0 5f41ffdd194a828625b3bb6ec55ed87d2830fe58
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.5
|
||||
%global dnsnamever 1.3.0
|
||||
%global gvproxyrepo gvisor-tap-vsock
|
||||
%global gvproxyver 0.1.0
|
||||
%global commit_mcni afab2d8047bc0bd963d570686770eeb0c2e5a396
|
||||
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
|
||||
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
|
||||
|
||||
|
||||
Name: podman
|
||||
Version: 4.0.0
|
||||
Release: 0.6%{?dist}
|
||||
Release: 0.7%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -399,6 +399,12 @@ exit 0
|
||||
%{_libexecdir}/%{name}/gvproxy
|
||||
|
||||
%changelog
|
||||
* Thu Sep 16 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.7
|
||||
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||
(https://github.com/containers/podman/commit/5f41ffd)
|
||||
- update to https://github.com/containers/podman-machine-cni/releases/tag/v0.2.0
|
||||
- Related: #2000051
|
||||
|
||||
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 4.0.0-0.6
|
||||
- update to the latest content of https://github.com/containers/podman/tree/main
|
||||
(https://github.com/containers/podman/commit/4b6ffda)
|
||||
|
4
sources
4
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91
|
||||
SHA512 (v0.1.0.tar.gz) = 72d27e2a7c20f956a177bcda96508c1ec7b8ac0a512f9ab1a045bcf2450c8c13e6b37033053dc68af986194c9381d1be9d065fbdfbbffe8634ea525924a35ebc
|
||||
SHA512 (v0.1.5.tar.gz) = 75387cf9c611222ef0afc9f688cefb3e4a4ec388cfa9d2329ee7860cb2ad83afa9311f53c1047f92f7adde27b7eb07f5501ee602334e610a3227104d8894486b
|
||||
SHA512 (v1.3.0.tar.gz) = df48c4715582f098c41d45533163632ac1953621ce91fc78e88cc84e61d8a0a537e6da5aabab2be18cbddccd8e4c867670ae1fbc5ff7b6473bf7f4b464cb6ee2
|
||||
SHA512 (main-4b6ffda.tar.gz) = 269f53d88a9f9e726f3be8d85f989050e66d010f4bc62ce6160589933130f162fc89b1c15f674acfb2f1cf6688ddeb2b30f8e7d8581a3bec95d1315339875127
|
||||
SHA512 (main-5f41ffd.tar.gz) = 8f8ecc7a84d8fde561bccfe912afc10b7ee22cd13ec03b5d083a999353bac45f89fca2e3882da1624eb8cae70c64d84a6fbe3a1bdf05ef2178c43437d4206620
|
||||
SHA512 (podman-machine-cni-0749884.tar.gz) = fe5f6a69118c0d3475c76c61bf1b50f1d5772fe9a4d20b23e59010e72f8cbd7fb7d4091ce8ab43af8becf77e5234b63191e3e01932f30f8386235822de2e42f4
|
||||
|
Loading…
Reference in New Issue
Block a user