From 1827c75709bf82c1190f8a840def69536e1fc98a Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 30 Apr 2024 03:09:55 +0300 Subject: [PATCH] import buildah-1.31.5-1.module+el8.9.0+21697+6a5e98e7 --- .buildah.metadata | 2 +- .gitignore | 2 +- SPECS/buildah.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.buildah.metadata b/.buildah.metadata index fdf196d..e50c6db 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -f419a358fc2ebedf19faf3a732b06eb5152ea789 SOURCES/buildah-1.31.3-3ae75d4.tar.gz +34c8c2126386673d4fe2e3ac91eac50ea535f741 SOURCES/release-1.31-5fd539c.tar.gz diff --git a/.gitignore b/.gitignore index e5eb5d9..8415d14 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/buildah-1.31.3-3ae75d4.tar.gz +SOURCES/release-1.31-5fd539c.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 7fcfe7d..e2a1ece 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -11,14 +11,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/buildah -#%%global branch main -%global commit0 3ae75d4a4a72228e2eb2f90b29441728bc8af87e +%global branch release-1.31 +%global commit0 5fd539c24ae54838213028d35e8139e0b6d55af1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 1 Name: buildah -Version: 1.31.3 -Release: 3%{?dist} +Version: 1.31.5 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -135,6 +135,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Wed Apr 17 2024 Jindrich Novy - 1:1.31.5-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.31 + (https://github.com/containers/buildah/commit/5fd539c) +- Resolves: RHEL-26772 + * Tue Jan 23 2024 Jindrich Novy - 1:1.31.3-3 - Make the module buildable again - Resolves: RHEL-16299