From 622278cff352cb3a405367397958cceef1d887f4 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 15 Jul 2024 11:23:15 +0200 Subject: [PATCH] runc-1.1.13-4.el9 - rebuild against new golang - Resolves: RHEL-46380 Signed-off-by: Jindrich Novy --- runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index dbe3da5..6b595bf 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.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -84,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Jul 15 2024 Jindrich Novy - 4:1.1.13-4 +- rebuild against new golang +- Resolves: RHEL-46380 + * Fri Jul 12 2024 Jindrich Novy - 4:1.1.13-3 - rebuild against golang-1.22.4 - Resolves: RHEL-46380