From e1b1ec00e2a4f8f7cb1589ea65207ba0fa8e8864 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 7 Feb 2023 13:49:25 +0100 Subject: [PATCH] runc-1.1.4-2.el9 - rebuild - Resolves: #2102995 Signed-off-by: Jindrich Novy --- runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 2655b67..12cd723 100644 --- a/runc.spec +++ b/runc.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} Version: 1.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -82,6 +82,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Feb 07 2023 Jindrich Novy - 4:1.1.4-2 +- rebuild +- Resolves: #2102995 + * Fri Aug 26 2022 Jindrich Novy - 4:1.1.4-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.4 - Related: #2061316