From 2b8650ef34278e408946451052fd2cfc423c2ad2 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 2 Aug 2021 15:10:25 -0400 Subject: [PATCH] podman-3:3.3.0-0.25.dev.gitd32e566 - Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 Signed-off-by: Lokesh Mandvekar --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 16fffe1..0d437de 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Version: 3.3.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -73,7 +73,7 @@ Provides: %{name}-manpages = %{epoch}:%{version}-%{release} BuildRequires: btrfs-progs-devel %endif BuildRequires: gcc -BuildRequires: golang +BuildRequires: golang >= 1.16.6 BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -642,6 +642,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Mon Aug 02 2021 Lokesh Mandvekar - 3:3.3.0-0.25.dev.gitd32e566 +- Resolves: #1983596, #1987739 - Security fix for CVE-2021-34558 + * Fri Jul 23 2021 Fedora Release Engineering - 3:3.3.0-0.24.dev.gitd32e566 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild