import python-podman-4.0.1-1.module+el8.6.0+16837+85b82211

This commit is contained in:
CentOS Sources 2022-10-25 04:42:24 -04:00 committed by Stepan Oksanichenko
parent ad83c9b919
commit f8ac8e0418
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
30c16c01a9dcafb0077f83c854c027190891336f SOURCES/podman-4.0.0.tar.gz
fe55032d8bf85fd73cc55752219461d27c5a1f0b SOURCES/podman-4.0.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: python-podman
Version: 4.0.0
Version: 4.0.1
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
@ -49,6 +49,10 @@ Summary: %{summary}
%{python3_sitelib}/podman-*/*
%changelog
* Fri Oct 07 2022 Jindrich Novy <jnovy@redhat.com> - 4.0.1-1
- Add podman support to perform custom actions on unhealthy containers
- Resolves: #2132361
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 4.0.0-1
- bump to v4.0.0
- Related: #2001445