From 9c010d9fe642d0a8028d7d76d03ff16d3e7a5b9b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 30 Jul 2026 13:18:48 +0200 Subject: [PATCH] bump Epoch to preserve upgrade path Bump skopeo Epoch from 2 to 3 to preserve the RPM upgrade path. Resolves: RHEL-220536 Signed-off-by: Jindrich Novy --- skopeo.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index d476e91..9ab1c28 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -28,7 +28,7 @@ %define conditional_epoch 1 %define fakeroot 1 %else -%define conditional_epoch 2 +%define conditional_epoch 3 %endif Name: skopeo @@ -46,7 +46,7 @@ Epoch: %{conditional_epoch} Version: 1.23.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 -Release: 1%{?dist} +Release: 2%{?dist} %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -186,6 +186,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %{_datadir}/%{name}/test %changelog +* Thu Jul 30 2026 Jindrich Novy - 3:1.23.0-2 +- bump Epoch to preserve upgrade path +- Resolves: RHEL-220536 + * Wed Jun 17 2026 Jindrich Novy - 2:1.23.0-1 - update to https://github.com/containers/skopeo/releases/tag/v1.23.0 - Resolves: RHEL-185735