From 0ce7ead84d9b5ea51aa9f88917d851202ebd05f6 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 26 Jan 2022 16:42:32 +0100 Subject: [PATCH] runc-1.1.0-2.el9 - Epoch: 3 as the oldest runc build in RHEL9 has Epoch: 2 - Related: #2000051 Signed-off-by: Jindrich Novy --- runc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index d509473..1740210 100644 --- a/runc.spec +++ b/runc.spec @@ -20,9 +20,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} +Epoch: 3 Name: %{repo} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -83,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Jan 26 2022 Jindrich Novy - 3:1.1.0-2 +- Epoch: 3 as the oldest runc build in RHEL9 has Epoch: 2 +- Related: #2000051 + * Tue Jan 18 2022 Jindrich Novy - 1.1.0-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.0 - Related: #2000051