podman-3.4.2-0.6.el9

- add Requires: gnupg
  (https://github.com/containers/podman/pull/12270)
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-11-11 15:25:42 +01:00
parent ea60554597
commit 25a9fa766a

View File

@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 1
Name: podman
Version: 3.4.2
Release: 0.5%{?dist}
Release: 0.6%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -158,6 +158,7 @@ Requires: socat
Requires: skopeo
Requires: openssl
Requires: buildah
Requires: gnupg
%description tests
%{summary}
@ -400,6 +401,11 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.6
- add Requires: gnupg
(https://github.com/containers/podman/pull/12270)
- Related: #2000051
* Tue Nov 09 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.2-0.5
- update to the latest content of https://github.com/containers/podman/tree/v3.4
(https://github.com/containers/podman/commit/8de9950)