diff --git a/.gitignore b/.gitignore index 3ccffc6..da028c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/podman-4.0.0.tar.gz +SOURCES/podman-4.0.1.tar.gz diff --git a/.python-podman.metadata b/.python-podman.metadata index a378747..c5dd238 100644 --- a/.python-podman.metadata +++ b/.python-podman.metadata @@ -1 +1 @@ -30c16c01a9dcafb0077f83c854c027190891336f SOURCES/podman-4.0.0.tar.gz +fe55032d8bf85fd73cc55752219461d27c5a1f0b SOURCES/podman-4.0.1.tar.gz diff --git a/SPECS/python-podman.spec b/SPECS/python-podman.spec index afa1bd7..5112b0d 100644 --- a/SPECS/python-podman.spec +++ b/SPECS/python-podman.spec @@ -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 - 4.0.1-1 +- Add podman support to perform custom actions on unhealthy containers +- Resolves: #2132361 + * Mon Mar 07 2022 Jindrich Novy - 4.0.0-1 - bump to v4.0.0 - Related: #2001445