From 49c723352e0b2eb4277ac056701cc6330d968ea6 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 14 Mar 2022 11:32:06 +0100 Subject: [PATCH] podman-4.0.2-2.el9 - rebuilt with golang >= 1.17.5 (CVE-2021-44716, CVE-2021-44717) - Related: #2061316 Signed-off-by: Jindrich Novy --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 535b79c..d499be5 100644 --- a/podman.spec +++ b/podman.spec @@ -25,7 +25,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -43,7 +43,7 @@ Source4: https://github.com/containers/%{gvproxyrepo}/archive/v%{gvproxyver}.tar ExclusiveArch: %{go_arches} Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} -BuildRequires: golang >= 1.16.6 +BuildRequires: golang >= 1.17.5 BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -414,6 +414,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Mon Mar 14 2022 Jindrich Novy - 2:4.0.2-2 +- rebuilt with golang >= 1.17.5 (CVE-2021-44716, CVE-2021-44717) +- Related: #2061316 + * Wed Mar 02 2022 Jindrich Novy - 2:4.0.2-1 - update to https://github.com/containers/podman/releases/tag/v4.0.2 - Related: #2059681