From 3f75ad26087f1d0133f15036bf8050e24991edfe Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 15 Oct 2021 10:43:48 +0200 Subject: [PATCH] skopeo-1.5.1-0.4.el9 - bump Epoch to preserve upgrade patch from RHEL8 - Related: #2000051 Signed-off-by: Jindrich Novy --- skopeo.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index fddce52..88c4ca3 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -17,10 +17,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global commit0 9c9a9f3a1f6f61e4ab2f20370d80db05b96fcdcc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -Epoch: 1 +Epoch: 2 Name: skopeo Version: 1.5.1 -Release: 0.3%{?dist} +Release: 0.4%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Oct 15 2021 Jindrich Novy - 2:1.5.1-0.4 +- bump Epoch to preserve upgrade patch from RHEL8 +- Related: #2000051 + * Wed Oct 13 2021 Jindrich Novy - 1:1.5.1-0.3 - update to the latest content of https://github.com/containers/skopeo/tree/main (https://github.com/containers/skopeo/commit/9c9a9f3)