From 6df114aa8767897b25714aed7664bdd07a7ddb15 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 17 Apr 2024 14:57:21 +0800 Subject: [PATCH] update to python-podman-4.6.0-2.src.rpm Signed-off-by: Zhao Hang --- python-podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-podman.spec b/python-podman.spec index 33ec8e7..e764c80 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -1,6 +1,6 @@ Name: python-podman Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RESTful API for Podman License: ASL 2.0 URL: https://github.com/containers/podman-py @@ -45,6 +45,10 @@ Summary: %{summary} %{python3_sitelib}/podman-*/* %changelog +* Mon Dec 11 2023 Lokesh Mandvekar - 4.6.0-2 +- Rebuild with updated python-urllib3 for CVE-2203-43804 +- Related: Jira:RHEL-11987 + * Thu Jul 27 2023 Jindrich Novy - 4.6.0-1 - update to https://github.com/containers/podman-py/releases/tag/v4.6.0 - Related: #2176055 -- Gitee