From 5d5052b97cc1f7e4d23a326c23b474abb89930dc Mon Sep 17 00:00:00 2001 From: Renbo Date: Wed, 6 Nov 2024 11:46:33 +0800 Subject: [PATCH] [CVE] update to buildah-1.33.10-1.src.rpm to #bug11661 update to buildah-1.33.10-1.src.rpm Project: TC2024080204 Signed-off-by: Renbo --- buildah.spec | 11 ++++++++--- download | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/buildah.spec b/buildah.spec index db709c5..e6ae1c4 100644 --- a/buildah.spec +++ b/buildah.spec @@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/buildah %global branch release-1.33 -%global commit0 b65a814e9086ee46979aa72ac68a2fdae7b23663 +%global commit0 bd85c170370c85a40eb36fcb26baa7cc18236cab %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.33.8 -Release: 4%{?dist} +Version: 1.33.10 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -136,6 +136,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Oct 22 2024 Jindrich Novy - 2:1.33.10-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 + (https://github.com/containers/buildah/commit/bd85c17) +- Resolves: RHEL-61835 + * Mon Aug 05 2024 Jindrich Novy - 2:1.33.8-4 - rebuild for golang fixes - Related: RHEL-28452 diff --git a/download b/download index 6f3bdfb..44a1344 100644 --- a/download +++ b/download @@ -1 +1 @@ -09faeb24c14ec0e94626f66a6007be55 release-1.33-b65a814.tar.gz +6988160cff651f6654942a2fc2cd2577 release-1.33-bd85c17.tar.gz -- Gitee