From ea4130bc808edd474e9d14df5b5bf41c0ad2de29 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 5 Aug 2024 08:35:24 +0200 Subject: [PATCH] runc-1.1.12-4.el8 - rebuild for golang fixes - Related: RHEL-28452 Signed-off-by: Jindrich Novy --- runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 18c85da..0e529ed 100644 --- a/runc.spec +++ b/runc.spec @@ -23,7 +23,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: %{repo} Version: 1.1.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -85,6 +85,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Aug 05 2024 Jindrich Novy - 1:1.1.12-4 +- rebuild for golang fixes +- Related: RHEL-28452 + * Thu Aug 01 2024 Jindrich Novy - 1:1.1.12-3 - rebuild for golang fixes - Related: RHEL-28452