From dd355ffa43b78d3e7a0eb1f1d9494579bc308e99 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 30 Mar 2021 07:59:12 -0400 Subject: [PATCH] import buildah-1.11.6-8.module+el8.4.0+9935+d4945f3f --- SPECS/buildah.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 506aefe..0e2fbdf 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -25,10 +25,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: %{repo} Version: 1.11.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io +# Build fails with: No matching package to install: 'golang >= 1.12.12-4' on i686 +ExcludeArch: i686 Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Patch0: https://patch-diff.githubusercontent.com/raw/containers/buildah/pull/1996.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1784952 @@ -127,6 +129,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Jul 16 2020 Jindrich Novy - 1.11.6-8 +- exclude i686 arch +- Related: #1821193 + * Wed Apr 01 2020 Jindrich Novy - 1.11.6-7 - fix "CVE-2020-10696 buildah: crafted input tar file may lead to local file overwriting during image build process" - Resolves: #1819393