import CS python-podman-5.3.0-1.el9

This commit is contained in:
eabdullin 2025-03-11 08:01:51 +00:00
parent 71ce0caccf
commit 56bbe43330
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v5.2.0.tar.gz
SOURCES/v5.3.0.tar.gz

View File

@ -1 +1 @@
fba566ac3cdd90bb7aea79333c681acf0c810fdb SOURCES/v5.2.0.tar.gz
cb0d4369063a2a365188501bd2c83ab06429cd2d SOURCES/v5.3.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: python-podman
Epoch: 3
Version: 5.2.0
Version: 5.3.0
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
@ -44,6 +44,10 @@ export PBR_VERSION="0.0.0"
%doc README.md
%changelog
* Wed Nov 27 2024 Jindrich Novy <jnovy@redhat.com> - 3:5.3.0-1
- update to https://github.com/containers/podman-py/releases/tag/v5.3.0
- Resolves: RHEL-69140
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 3:5.2.0-1
- update to https://github.com/containers/podman-py/releases/tag/v5.2.0
- Related: RHEL-27608