diff --git a/.buildah.metadata b/.buildah.metadata index c1b361d..da9da04 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -c663721202c90de628f175a2c078eb5a9273bba0 SOURCES/v1.14.9.tar.gz +3e581c62c1ee59b9cc1c2892287c65800d25142c SOURCES/v1.15.0.tar.gz diff --git a/.gitignore b/.gitignore index 888b1c6..d876020 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.14.9.tar.gz +SOURCES/v1.15.0.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 0f816aa..0683f96 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -22,11 +22,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global git0 https://%{import_path} Name: %{repo} -Version: 1.14.9 +Version: 1.15.0 Release: 1%{?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 Source0: %{git0}/archive/v%{version}.tar.gz BuildRequires: golang >= 1.12.12-4 BuildRequires: git @@ -113,6 +115,14 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Jun 18 2020 Jindrich Novy - 1.15.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.15.0 +- Related: #1821193 + +* Wed Jun 10 2020 Jindrich Novy - 1.14.9-2 +- exclude i686 arch +- Related: #1821193 + * Tue May 19 2020 Jindrich Novy - 1.14.9-1 - update to https://github.com/containers/buildah/releases/tag/v1.14.9 - Related: #1821193