From 9f2d419eb26ae47da1187b469e17719b43da8a67 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 27 Jul 2021 12:57:42 +0200 Subject: [PATCH] podman-3.3.0-0.22.el9 - bump version to follow the 3.3.0 upgrade path - Related: #1970747 Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 8b23a9e..d366267 100644 --- a/podman.spec +++ b/podman.spec @@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: podman Version: 3.3.0 -Release: 0.9%{?dist} +Release: 0.22%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -344,6 +344,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jul 27 2021 Jindrich Novy - 3.3.0-0.22 +- bump version to follow the 3.3.0 upgrade path +- Related: #1970747 + * Tue Jul 27 2021 Jindrich Novy - 3.3.0-0.9 - update to the latest content of https://github.com/containers/podman/tree/main (https://github.com/containers/podman/commit/4f5b19c)