From f495f075eba9b13bf038102353dd9de816cea007 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 18 Oct 2021 07:02:10 +0200 Subject: [PATCH] buildah-1.24.0-0.20.el9 - respect Epoch in subpackage dependencies - Related: #2000051 Signed-off-by: Jindrich Novy --- buildah.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 8c2f9d3..b737095 100644 --- a/buildah.spec +++ b/buildah.spec @@ -21,7 +21,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.24.0 -Release: 0.19%{?dist} +Release: 0.20%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -59,7 +59,7 @@ or %package tests Summary: Tests for %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bzip2 Requires: podman Requires: golang @@ -131,6 +131,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Oct 18 2021 Jindrich Novy - 1:1.24.0-0.20 +- respect Epoch in subpackage dependencies +- Related: #2000051 + * Fri Oct 15 2021 Jindrich Novy - 1:1.24.0-0.19 - bump Epoch to preserve upgrade path - Related: #2000051