From 9924511de269a3009e25d17643685dec8733679a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 12 Jan 2023 03:30:40 -0500 Subject: [PATCH] import buildah-1.27.3-1.module+el8.7.0+17498+a7f63b89 --- .buildah.metadata | 2 +- .gitignore | 2 +- SPECS/buildah.spec | 16 +++++++++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.buildah.metadata b/.buildah.metadata index 2ad4b5b..e54a031 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -0633a36fe97e2b1126b329c597b171ab9f6a9189 SOURCES/release-1.27-c43a389.tar.gz +eb37b8c65e19325db71b1b3deae1c585d87c0378 SOURCES/release-1.27-4785fdb.tar.gz diff --git a/.gitignore b/.gitignore index 1ce37cd..5a5c242 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.27-c43a389.tar.gz +SOURCES/release-1.27-4785fdb.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 277c8c5..f464fd6 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.27 -%global commit0 c43a389f4d81884f539e3eefd6601131c0b43551 +%global commit0 4785fdb41eb01480b4b3005a30c7cabe422a8c0f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 1 Name: buildah -Version: 1.27.2 -Release: 2%{?dist} +Version: 1.27.3 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -135,6 +135,16 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Fri Dec 09 2022 Jindrich Novy - 1:1.27.3-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.27 + (https://github.com/containers/buildah/commit/4785fdb) +- Resolves: #2152017 + +* Mon Dec 05 2022 Jindrich Novy - 1:1.27.2-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.27 + (https://github.com/containers/buildah/commit/5b86d15) +- Resolves: #2150428 + * Thu Oct 20 2022 Jindrich Novy - 1:1.27.2-2 - update to the latest content of https://github.com/containers/buildah/tree/release-1.27 (https://github.com/containers/buildah/commit/c43a389)