From dad85a04c9e3343e5b615d86f7c1af1675792d18 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 15 Nov 2021 12:09:14 +0100 Subject: [PATCH] podman-3.4.3-0.2.el9 - add BuildRequires: shadow-utils-subid-devel - Related: #2000051 Signed-off-by: Jindrich Novy --- podman.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 95c9e05..1382d76 100644 --- a/podman.spec +++ b/podman.spec @@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: podman Version: 3.4.3 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -63,6 +63,7 @@ BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd BuildRequires: systemd-devel +BuildRequires: shadow-utils-subid-devel # for catatonit BuildRequires: autoconf BuildRequires: automake @@ -402,6 +403,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Mon Nov 15 2021 Jindrich Novy - 1:3.4.3-0.2 +- add BuildRequires: shadow-utils-subid-devel +- Related: #2000051 + * Mon Nov 15 2021 Jindrich Novy - 1:3.4.3-0.1 - update to the latest content of https://github.com/containers/podman/tree/v3.4 (https://github.com/containers/podman/commit/4808a63)