import UBI python-podman-4.6.0-1.el9

This commit is contained in:
eabdullin 2023-11-07 12:02:36 +00:00
parent 9ef6ca2ea4
commit d74d9e39ab
3 changed files with 15 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v4.4.1.tar.gz
SOURCES/v4.6.0.tar.gz

View File

@ -1 +1 @@
533fd9813c18c8a65d4c359c27826cbfff1bf425 SOURCES/v4.4.1.tar.gz
2af6db3a5704009d14acfe3191512afa2c748503 SOURCES/v4.6.0.tar.gz

View File

@ -1,6 +1,6 @@
Name: python-podman
Epoch: 3
Version: 4.4.1
Version: 4.6.0
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
@ -44,6 +44,18 @@ export PBR_VERSION="0.0.0"
%doc README.md
%changelog
* Thu Jul 27 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.0-1
- update to https://github.com/containers/podman-py/releases/tag/v4.6.0
- Related: #2176063
* Fri Jun 02 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.5.1-1
- update to https://github.com/containers/podman-py/releases/tag/v4.5.1
- Related: #2176063
* Tue May 02 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.5.0-1
- update to https://github.com/containers/podman-py/releases/tag/v4.5.0
- Related: #2176063
* Thu Feb 23 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-1
- update to https://github.com/containers/podman-py/releases/tag/v4.4.1
- Related: #2124478