From 3af7c9054bc57a407ffe81bd3d0d64ed12d97659 Mon Sep 17 00:00:00 2001 From: jianli-97 Date: Wed, 24 Apr 2024 10:18:40 +0800 Subject: [PATCH] Rebuild for CVE-2024-24784 --- podman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index a3f7fb0..4ce03a6 100644 --- a/podman.spec +++ b/podman.spec @@ -2,7 +2,7 @@ Name: podman Version: 4.9.4 -Release: 3 +Release: 4 Summary: A tool for managing OCI containers and pods. Epoch: 1 License: Apache-2.0 and MIT @@ -277,6 +277,9 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ %{_bindir}/%{name}sh %changelog +* Wed Apr 24 2024 lijian 1:4.9.4-4 +- Rebuild for CVE-2024-24784 + * Mon Apr 08 2024 lijian 1:4.9.4-3 - Add require containernetworking-plugins -- Gitee