import CS python-podman-5.2.0-1.el9

This commit is contained in:
eabdullin 2024-09-30 16:27:03 +00:00
parent 6d5c4f6956
commit 71ce0caccf
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v4.9.0.tar.gz SOURCES/v5.2.0.tar.gz

View File

@ -1 +1 @@
fa3ef3d53d68ad9eafa48607fa3e1c5fefe6af16 SOURCES/v4.9.0.tar.gz fba566ac3cdd90bb7aea79333c681acf0c810fdb SOURCES/v5.2.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: python-podman Name: python-podman
Epoch: 3 Epoch: 3
Version: 4.9.0 Version: 5.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: RESTful API for Podman Summary: RESTful API for Podman
License: ASL 2.0 License: ASL 2.0
@ -44,6 +44,14 @@ export PBR_VERSION="0.0.0"
%doc README.md %doc README.md
%changelog %changelog
* 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
* Mon Mar 25 2024 Jindrich Novy <jnovy@redhat.com> - 3:5.0.0-1
- update to https://github.com/containers/podman-py/releases/tag/v5.0.0
- Resolves: RHEL-30257
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.0-1 * Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.0-1
- update to https://github.com/containers/podman-py/releases/tag/v4.9.0 - update to https://github.com/containers/podman-py/releases/tag/v4.9.0
- Related: RHEL-2112 - Related: RHEL-2112