diff --git a/download b/download index 8d3bc29434c97f7284c5a74a022378751de4d9d1..cf63c7167e4afa9c575a3dff041ff7ae546c6b57 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 -73c79ad557d451b4faadb10b969e2bf5 v4.9-rhel-6b45bb1.tar.gz +a14b0137c685b4070db74ea62e870099 v4.9-rhel-e3221b5.tar.gz diff --git a/podman.spec b/podman.spec index 05218f2dd710e41aab71863030b585cf16c9f997..cf15fe24c7de60a25b58aa40d9b077c524132a7b 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 6b45bb172a71e5af9d3da83dec9ed518538499a4 +%global commit0 e3221b581951ce34597acae75589847725eea1ef %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: 12%{anolis_release}%{?dist} +Release: 13%{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 Aug 14 2024 Wenlong Zhang - 4:4.9.4-12.0.1 +* Wed Sep 25 2024 Wenlong Zhang - 4:4.9.4-13.0.1 - add loong64 support for podman +* Wed Aug 28 2024 Jindrich Novy - 4:4.9.4-13 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/e3221b5) +- Resolves: RHEL-56326 + * Thu Aug 08 2024 Jindrich Novy - 4:4.9.4-12 - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel (https://github.com/containers/podman/commit/6b45bb1)