From f56a1938f8b03e773ebc127649c27a17ef436c49 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 1 Aug 2024 15:12:43 +0200 Subject: [PATCH] buildah-1.33.8-3.el8 - rebuild for golang fixes - Related: RHEL-28452 Signed-off-by: Jindrich Novy --- buildah.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 303ad31..03fcaa0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -18,7 +18,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: buildah Version: 1.33.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -136,6 +136,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Aug 01 2024 Jindrich Novy - 2:1.33.8-3 +- rebuild for golang fixes +- Related: RHEL-28452 + * Fri Jun 21 2024 Jindrich Novy - 2:1.33.8-2 - rebuild for CVE-2024-1394 - Resolves: RHEL-24292