import python-podman-4.0.0-1.module+el8.6.0+14673+621cb8be

This commit is contained in:
CentOS Sources 2022-05-10 03:03:09 -04:00 committed by Stepan Oksanichenko
parent a3a49b3553
commit aaf2fa3e5a
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
2d543f3e1f62e06ecedd144368c6112c3abc17ea SOURCES/podman-3.2.1.tar.gz
30c16c01a9dcafb0077f83c854c027190891336f SOURCES/podman-4.0.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: python-podman
Version: 3.2.1
Version: 4.0.0
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
@ -49,7 +49,11 @@ Summary: %{summary}
%{python3_sitelib}/podman-*/*
%changelog
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.1-1
* Mon Feb 28 2022 Lokesh Mandvekar <lsm5@redhat.com> - 4.0.0-1
- bump to v4.0.0
- Related: #2001445
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.1-4
- do not depend on pyproject-rpm-macros - not present in RHEL8
- Related: #2001445