From 021661ca9e7f72c28f0bddbd95d015d441ca5549 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 27 Nov 2024 03:01:10 +0300 Subject: [PATCH] import buildah-1.33.11-1.module+el8.10.0+22417+2fb00970 --- .buildah.metadata | 2 +- .gitignore | 2 +- SPECS/buildah.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.buildah.metadata b/.buildah.metadata index a22978b..1c248ec 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -d328693be61165ea79dc1d26e0a4630a2c3b241d SOURCES/release-1.33-bd85c17.tar.gz +57302f2e01b061d12f94b011284c5a9d65c11b32 SOURCES/release-1.33-fe85f0d.tar.gz diff --git a/.gitignore b/.gitignore index 13e1e95..1b0b725 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.33-bd85c17.tar.gz +SOURCES/release-1.33-fe85f0d.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index d38898e..c65c82a 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -12,12 +12,12 @@ 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 bd85c170370c85a40eb36fcb26baa7cc18236cab +%global commit0 fe85f0d771eaf0d4fc5deb7f2e68d18cbfc7c506 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.33.10 +Version: 1.33.11 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -136,6 +136,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Oct 29 2024 Jindrich Novy - 2:1.33.11-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 + (https://github.com/containers/buildah/commit/fe85f0d) +- Resolves: RHEL-61853 + * 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)