From 28d38a4affba38232022286b5df4c2c97c39045c Mon Sep 17 00:00:00 2001 From: Renbo Date: Thu, 20 Jun 2024 14:02:22 +0800 Subject: [PATCH] update to buildah-1.33.7-2.src.rpm Signed-off-by: Renbo --- buildah.spec | 9 +++++++-- download | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/buildah.spec b/buildah.spec index fbbf0d4..5bd366f 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 b95e96247df1c233f23f07aad37b25f5118a4f47 +%global commit0 997beeaede74b69f92bb46334773f705fa2a2b34 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah Version: 1.33.7 -Release: 1%{?dist} +Release: 2%{?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 +* Fri Apr 26 2024 Jindrich Novy - 2:1.33.7-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 + (https://github.com/containers/buildah/commit/997beea) +- Resolves: RHEL-28725 + * Thu Mar 21 2024 Jindrich Novy - 2:1.33.7-1 - update to the latest content of https://github.com/containers/buildah/tree/release-1.33 (https://github.com/containers/buildah/commit/b95e962) diff --git a/download b/download index 4c2f92a..cf08afc 100644 --- a/download +++ b/download @@ -1 +1 @@ -47b8221deb106be17133d8ce7e429ce2 release-1.33-b95e962.tar.gz +e18570f328cb96f6c49993427f9741ef release-1.33-997beea.tar.gz -- Gitee