From 5f97972cd9a24a9ffb4d6cdc20d6dc1ae4d9af1d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 3 Jul 2024 03:02:00 +0300 Subject: [PATCH] import buildah-1.33.8-1.module+el8.10.0+21995+81e8507c --- .buildah.metadata | 2 +- .gitignore | 2 +- SPECS/buildah.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.buildah.metadata b/.buildah.metadata index 4f03e09..0bc5c55 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -eca4790089100f337f2b9de837ccf1f1c74ce5ac SOURCES/release-1.33-997beea.tar.gz +a66b692d0f3e7c6a5a15fef54429b85b58dbe18e SOURCES/release-1.33-b65a814.tar.gz diff --git a/.gitignore b/.gitignore index 3769dbe..f1302a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.33-997beea.tar.gz +SOURCES/release-1.33-b65a814.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 1199f50..c24bbc8 100644 --- a/SPECS/buildah.spec +++ b/SPECS/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 997beeaede74b69f92bb46334773f705fa2a2b34 +%global commit0 b65a814e9086ee46979aa72ac68a2fdae7b23663 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.33.7 -Release: 2%{?dist} +Version: 1.33.8 +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 +* Thu Jun 13 2024 Jindrich Novy - 2:1.33.8-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 + (https://github.com/containers/buildah/commit/b65a814) +- Resolves: RHEL-40850 + * 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)