From 826344d158fae58a893d192ca0735b133e413ec9 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 15 Oct 2021 10:35:42 +0200 Subject: [PATCH] buildah-1.24.0-0.19.el9 - bump Epoch to preserve upgrade path - Related: #2000051 Signed-off-by: Jindrich Novy --- buildah.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index d64a743..8c2f9d3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -18,9 +18,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global commit0 982717a6c2d8906e1a63f9170cc6b0018a6e39e7 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +Epoch: 1 Name: buildah Version: 1.24.0 -Release: 0.18%{?dist} +Release: 0.19%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -130,6 +131,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Fri Oct 15 2021 Jindrich Novy - 1:1.24.0-0.19 +- bump Epoch to preserve upgrade path +- Related: #2000051 + * Wed Oct 13 2021 Jindrich Novy - 1.24.0-0.18 - update to the latest content of https://github.com/containers/buildah/tree/main (https://github.com/containers/buildah/commit/982717a)