diff --git a/download b/download index 66e1dd9d6bb6980b27d699bd2f6d1d4c0537c076..925b6f6d8add38e0567ccda7209df3aaac8ca3d1 100644 --- a/download +++ b/download @@ -1 +1 @@ -17c032920f7352190d27408a8dac6279 podman-3.2.1.tar.gz +2f687a6bbe5d83be83451f1a756d0492 podman-4.0.0.tar.gz diff --git a/python-podman.spec b/python-podman.spec index 1f936f8cbe529548426c283d7bc0924cf0df832b..9c976763de6b20d6d00e7fec077fd04887c7133e 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -1,6 +1,6 @@ Name: python-podman -Version: 3.2.1 -Release: 4%{?dist} +Version: 4.0.0 +Release: 1%{?dist} Summary: RESTful API for Podman License: ASL 2.0 URL: https://github.com/containers/podman-py @@ -49,6 +49,10 @@ Summary: %{summary} %{python3_sitelib}/podman-*/* %changelog +* Mon Feb 28 2022 Lokesh Mandvekar - 4.0.0-1 +- bump to v4.0.0 +- Related: #2001445 + * Wed Sep 29 2021 Jindrich Novy - 3.2.1-4 - do not depend on pyproject-rpm-macros - not present in RHEL8 - Related: #2001445