diff --git a/python-podman.spec b/python-podman.spec index 9c976763de6b20d6d00e7fec077fd04887c7133e..8707dd535f99a176a619dca1ba7e960aa8bdf14e 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -1,6 +1,6 @@ Name: python-podman Version: 4.0.0 -Release: 1%{?dist} +Release: 2%{?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 +* Tue Mar 14 2023 Jindrich Novy - 4.0.0-2 +- bump to v4.0.0 +- Related: #2176055 + * Mon Feb 28 2022 Lokesh Mandvekar - 4.0.0-1 - bump to v4.0.0 - Related: #2001445