From 23a28e84cf0e4f70496c8fb59d03fe21f65326c3 Mon Sep 17 00:00:00 2001 From: jianli-97 Date: Wed, 24 Apr 2024 10:34:37 +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 80d5e49..124ab0b 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 Apr 24 2024 lijian 1:0.10.1-9 +- Rebuild for CVE-2024-24784 + * Thu May 6 2021 lingsheng - 1:0.10.1-8 - Change BuildRequires to golang -- Gitee