Sync podman to latest v4.9-rhel upstream commit (11de97d)
Update to upstream commit 11de97d6d9b6a6f3fe765f38aa08c1f97ea8d541 which includes PR #28667: fix orphaned files cleanup issue. Resolves: RHEL-173978
This commit is contained in:
parent
070ea0f0be
commit
d4b2fcb485
@ -8,7 +8,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v4.9-rhel
|
||||
%global commit0 79517c7797f5b47d20104ea0b5ce4e16559ce021
|
||||
%global commit0 11de97d6d9b6a6f3fe765f38aa08c1f97ea8d541
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.7
|
||||
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
||||
@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
Epoch: 4
|
||||
Name: podman
|
||||
Version: 4.9.4
|
||||
Release: 30%{?dist}
|
||||
Release: 31%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -559,6 +559,11 @@ fi
|
||||
(https://github.com/containers/podman/commit/1a6dca2)
|
||||
- Resolves: RHEL-40851
|
||||
|
||||
* Mon May 18 2026 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-31
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
|
||||
(https://github.com/containers/podman/commit/11de97d)
|
||||
- Resolves: RHEL-173978
|
||||
|
||||
* Mon Jun 10 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-3
|
||||
- BR: /usr/bin/man
|
||||
- Related: RHEL-28727
|
||||
|
||||
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (dnsname-bdc4ab8.tar.gz) = 2c7f4463b439d143c1cc1194b45bbd18e220bd03aa2c466cd81a14d043b753d69d84d331518cca3fab9b75ad5467b73f640f7d8ddce3eee05a5f5507d6f20cef
|
||||
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
||||
SHA512 (gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz) = 393142016cebd14426377706c5409dd26c08a0c4b0e7268fae9040c96bcea1e0944fac97cfff989529f833f2d956f03f29c2d8ee0668bfd34474bf387d2b2438
|
||||
SHA512 (v4.9-rhel-79517c7.tar.gz) = 84ab3b720dffa035b64833e28b2cf96a18872a04c03c46e4070c68edc10d6e4c68c851b3031502fc1a6978d360f8b4f209abf307bd039b3a8f00c4d580fc360d
|
||||
SHA512 (v4.9-rhel-11de97d.tar.gz) = d38be3e84dc3366e02288015b78e070b8831fac48abe06d1a7a8eb2167fbfca2d2098f1c9ef1f1d7e46cb0425fb54c59912865f318c09293c7e6a15516883561
|
||||
|
||||
Loading…
Reference in New Issue
Block a user