From 9cc3385ee347de0c1482f7e581643bd4ca0f0faa Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 14 Aug 2024 03:04:52 +0300 Subject: [PATCH] import python-podman-4.9.0-2.module+el8.10.0+22202+761b9a65 --- SPECS/python-podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/python-podman.spec b/SPECS/python-podman.spec index 7cc7a22..9228c7a 100644 --- a/SPECS/python-podman.spec +++ b/SPECS/python-podman.spec @@ -1,6 +1,6 @@ Name: python-podman Version: 4.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RESTful API for Podman License: ASL 2.0 URL: https://github.com/containers/podman-py @@ -22,6 +22,7 @@ BuildRequires: python%{python3_pkgversion}-sphinx Requires: python%{python3_pkgversion}-pytoml Requires: python%{python3_pkgversion}-pyxdg Requires: python%{python3_pkgversion}-requests +Requires: python%{python3_pkgversion}-urllib3 Provides: podman-py = %{version}-%{release} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-podman} @@ -45,6 +46,10 @@ Summary: %{summary} %{python3_sitelib}/podman-*/* %changelog +* Tue Jul 09 2024 Jindrich Novy - 4.9.0-2 +- depend directly on urllib3 +- Resolves: RHEL-43567 + * Tue Jan 23 2024 Jindrich Novy - 4.9.0-1 - update to https://github.com/containers/podman-py/releases/tag/v4.9.0 - Related: Jira:RHEL-2110