diff --git a/download b/download index 10d42e91a2e38fcc2a50de80c1b7fa087d0d04ab..54281145313ac70b0edffb7cd0a4f32f12781624 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ 38ec1fc4dd55a482cc197d58f315104e dnsname-bdc4ab8.tar.gz 369f4f472bdd335722c9aa1e6090b160 gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz 4e88a5a12a13ec1787eb6b301e839d65 v0.1.7.tar.gz -59dc0f55e8e568418f0a58dea29cbef3 v4.9-rhel-70e4d02.tar.gz +866794b226e05fa6b46620da88d7d8d7 v4.9-rhel-bfdd4c2.tar.gz diff --git a/podman.spec b/podman.spec index 86964c0c675c08cc1c37200311630ec556aa2dd3..a1816c6acc9c040a05a24eb08ba255c13d386f36 100644 --- a/podman.spec +++ b/podman.spec @@ -9,7 +9,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 70e4d02dbd57bf7980a33e722d868dc1c6bcbb72 +%global commit0 bfdd4c21124d25f33969e2a755c062ac94e6009d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 18%{anolis_release}%{?dist} +Release: 19%{anolis_release}%{?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/ @@ -426,9 +426,14 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog -* Wed Nov 27 2024 Wenlong Zhang - 4:4.9.4-18.0.1 +* Fri Feb 14 2025 Wenlong Zhang - 4:4.9.4-19.0.1 - add loong64 support for podman +* Fri Jan 24 2025 Jindrich Novy - 4:4.9.4-19 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/bfdd4c2) +- Resolves: RHEL-67601 + * Fri Nov 01 2024 Jindrich Novy - 4:4.9.4-18 - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel (https://github.com/containers/podman/commit/70e4d02)