import python-podman-4.0.0-1.el9

This commit is contained in:
CentOS Sources 2022-04-05 06:14:00 -04:00 committed by Stepan Oksanichenko
parent 28d51c123c
commit 4375ab045b
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,7 +1,7 @@
Name: python-podman
Epoch: 3
Version: 3.2.1
Release: 3%{?dist}
Version: 4.0.0
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
URL: https://github.com/containers/podman-py
@ -44,6 +44,10 @@ export PBR_VERSION="0.0.0"
%doc README.md
%changelog
* Mon Feb 28 2022 Lokesh Mandvekar <lsm5@redhat.com> - 3:4.0.0-1
- bump to v4.0.0
- Related: #2000051
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 3:3.2.1-3
- perform only sanity/installability tests for now
- Related: #2000051