podman-4.2.0-0.3rc3.el9

- require catatonit for gating tests
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-08-10 10:57:09 +02:00
parent 4a2f48fe52
commit d75618b2e1

View File

@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 2
Name: podman
Version: 4.2.0
Release: 0.2rc3%{?dist}
Release: 0.3rc3%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -131,6 +131,7 @@ Requires: openssl
Requires: buildah
Requires: gnupg
Requires: git-daemon
Requires: catatonit
%description tests
%{summary}
@ -360,6 +361,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Wed Aug 10 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-0.3rc3
- require catatonit for gating tests
- Related: #2061316
* Fri Aug 05 2022 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.2.0-0.2rc3
- update to 4.2.0-rc3
- Related: #2061316