diff --git a/download b/download index 08b98cf5500a67a6a0b7688b5af800074d32e1c6..a8b20c20b81e6db0f59ec14ed6fd4d127404143c 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ c0bcdc5bf04e24900f1eded4382c2c10 dnsname-18822f9.tar.gz 6b4ac184108cde78be109575687001a7 gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz 4e88a5a12a13ec1787eb6b301e839d65 v0.1.7.tar.gz -37213ea34d20deb619f7eeb37d22d423 v4.4.1-rhel-ff30585.tar.gz +f90f03e87749af6ec5ccab37897e6bde v4.4.1-rhel-b9594a7.tar.gz diff --git a/podman.spec b/podman.spec index 8c8f16cb542de9f74301426abd6dee4c9b4923d8..526b925bb92dc90caad3187de344a4d3e8b5c7c8 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.4.1-rhel -%global commit0 ff30585bad3015569c6d7eda8063864d116c901d +%global commit0 b9594a7be04c8436170363ef502eb794a393776a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 #%%global dnsnamever 1.3.0 @@ -22,7 +22,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 3 Name: podman Version: 4.4.1 -Release: 14%{anolis_release}%{?dist} +Release: 16%{anolis_release}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -428,9 +428,19 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog -* Mon Sep 04 2023 Wenlong Zhang - 3:4.4.1-14.0.1 +* Sat Oct 07 2023 Wenlong Zhang - 3:4.4.1-16.0.1 - add loong64 support for podman +* Tue Sep 19 2023 Jindrich Novy - 3:4.4.1-16 +- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel + (https://github.com/containers/podman/commit/b9594a7) +- Resolves: Jira:RHEL-5037 + +* Thu Aug 17 2023 Jindrich Novy - 3:4.4.1-15 +- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel + (https://github.com/containers/podman/commit/dd490ff) +- Resolves: #2229748 + * Thu Jun 15 2023 Jindrich Novy - 3:4.4.1-14 - update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel (https://github.com/containers/podman/commit/ff30585)