From 3440e7e3fa07a7194ef7e8905ef0c3d715091fda Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 15 Jan 2024 13:57:04 +0300 Subject: [PATCH] - Bump golang BR --- SPECS/podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 261b80d..e3d8c4f 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -23,7 +23,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.0.2 -Release: 24%{?dist} +Release: 25%{?dist}.alma.1 Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -41,7 +41,7 @@ Source4: https://github.com/containers/gvisor-tap-vsock/archive/%{commit_gvproxy ExclusiveArch: %{go_arches} Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} -BuildRequires: golang >= 1.17.7 +BuildRequires: golang >= 1.20.6 BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -411,6 +411,9 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Mon Jan 15 2024 Eduard Abdullin - 2:4.0.2-25.alma.1 +- Bump golang BR + * Mon Aug 28 2023 Jindrich Novy - 2:4.0.2-24 - rebuild for CVE-2023-29406 - Related: #2176055