From cccf0d5dd720877dd13adbbee3b312ff052f1590 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 11 Mar 2022 21:03:33 +0000 Subject: [PATCH] import python-podman-4.0.0-1.module+el8.6.0+14379+4ec2a99a --- .gitignore | 2 +- .python-podman.metadata | 2 +- SPECS/python-podman.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 30bf711..3ccffc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/podman-3.2.1.tar.gz +SOURCES/podman-4.0.0.tar.gz diff --git a/.python-podman.metadata b/.python-podman.metadata index 578b58e..a378747 100644 --- a/.python-podman.metadata +++ b/.python-podman.metadata @@ -1 +1 @@ -2d543f3e1f62e06ecedd144368c6112c3abc17ea SOURCES/podman-3.2.1.tar.gz +30c16c01a9dcafb0077f83c854c027190891336f SOURCES/podman-4.0.0.tar.gz diff --git a/SPECS/python-podman.spec b/SPECS/python-podman.spec index 1f936f8..9c97676 100644 --- a/SPECS/python-podman.spec +++ b/SPECS/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