From ab3c3e7190a4b567d20bd303b6b2bad61fc57ace Mon Sep 17 00:00:00 2001 From: Jianmin Date: Wed, 4 Dec 2024 09:20:14 +0000 Subject: [PATCH] Rebuild on Golang 1.15.7-48 to fix CVE-2023-24538 Signed-off-by: Jianmin --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 80d5e49..99de9d6 100644 --- a/podman.spec +++ b/podman.spec @@ -1,6 +1,6 @@ Name: podman Version: 0.10.1 -Release: 8 +Release: 9 Summary: A daemonless container engine for managing Containers Epoch: 1 License: ASL 2.0 @@ -224,6 +224,9 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog +* Wed Dec 4 2024 Jianmin - 1:0.10.1-9 +- Rebuild on Golang 1.15.7-48 to fix CVE-2023-24538 + * Thu May 6 2021 lingsheng - 1:0.10.1-8 - Change BuildRequires to golang -- Gitee