import python-podman-4.2.0-1.el9

This commit is contained in:
CentOS Sources 2022-09-27 08:57:00 -04:00 committed by Stepan Oksanichenko
parent 4375ab045b
commit b66fc48dfb
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/podman-4.0.0.tar.gz
SOURCES/podman-4.2.0.tar.gz

View File

@ -1 +1 @@
30c16c01a9dcafb0077f83c854c027190891336f SOURCES/podman-4.0.0.tar.gz
f35e707e10e53e29b76631ab4c58d318c109f941 SOURCES/podman-4.2.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: python-podman
Epoch: 3
Version: 4.0.0
Version: 4.2.0
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
@ -15,6 +15,7 @@ BuildArch: noarch
BuildRequires: pyproject-rpm-macros
BuildRequires: python3-devel
BuildRequires: git-core
BuildRequires: python3-sphinx
Provides: podman-py = %{version}-%{release}
Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-podman}
@ -44,6 +45,10 @@ export PBR_VERSION="0.0.0"
%doc README.md
%changelog
* Thu Aug 11 2022 Jindrich Novy <jnovy@redhat.com> - 3:4.2.0-1
- update to https://github.com/containers/podman-py/releases/tag/v4.2.0
- Related: #2061316
* Mon Feb 28 2022 Lokesh Mandvekar <lsm5@redhat.com> - 3:4.0.0-1
- bump to v4.0.0
- Related: #2000051