From a1c86b27900807161c804c00aecd35d9d31d6783 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 30 Nov 2021 11:27:01 +0100 Subject: [PATCH] podman-3.4.3-0.7.el9 - bump Epoch to not to pull in older versions built off upstream main branch - Related: #2000051 Signed-off-by: Jindrich Novy --- podman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 420c70d..7d09b6f 100644 --- a/podman.spec +++ b/podman.spec @@ -26,10 +26,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51 %global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7}) -Epoch: 1 +Epoch: 2 Name: podman Version: 3.4.3 -Release: 0.6%{?dist} +Release: 0.7%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -404,6 +404,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Tue Nov 30 2021 Jindrich Novy - 2:3.4.3-0.7 +- bump Epoch to not to pull in older versions built off upstream main branch +- Related: #2000051 + * Tue Nov 23 2021 Jindrich Novy - 1:3.4.3-0.6 - update to the latest content of https://github.com/containers/podman/tree/v3.4 (https://github.com/containers/podman/commit/e3a7a74)