podman-4.2.0-3.el9

- fix dependency in test subpackage
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-08-22 13:24:56 +02:00
parent 72e970ce1d
commit 3290124be6

View File

@ -19,7 +19,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 2
Name: podman
Version: 4.2.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -153,7 +153,7 @@ Requires: openssl
Requires: buildah
Requires: gnupg
Requires: git-daemon
Requires: catatonit
Requires: podman-catatonit
%description tests
%{summary}
@ -418,6 +418,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Mon Aug 22 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-3
- fix dependency in test subpackage
- Related: #2061316
* Mon Aug 22 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-2
- readd catatonit
- Related: #2061316