From fe7970948e015ec1bb2720153dcae7f14f280698 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 22 Aug 2024 09:36:42 +0200 Subject: [PATCH] Use correct Epoch - Related: RHEL-34195 Signed-off-by: Jindrich Novy --- buildah.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index f3ab956..45ccad9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -28,6 +28,8 @@ Name: buildah # Set different Epoch for copr %if %{defined copr_username} Epoch: 102 +%else +Epoch: 2 %endif # DO NOT TOUCH the Version string! # The TRUE source of this specfile is: @@ -85,7 +87,7 @@ or %package tests Summary: Tests for %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %if %{defined fedora} Requires: bats %endif