diff --git a/buildah.spec b/buildah.spec index a24ff31..1c6fc2c 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,4 +1,5 @@ -%global with_bundled 1 +# https://bugzilla.redhat.com/show_bug.cgi?id=1904567 +%global _lto_cflags %%{nil} %global _find_debuginfo_dwz_opts %{nil} %global _dwz_low_mem_die_limit 0 @@ -19,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: buildah Version: 1.19.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -121,6 +122,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Feb 22 2021 Jindrich Novy - 1.19.6-2 +- disable LTO to allow the build to pass successfully + * Fri Feb 19 2021 Jindrich Novy - 1.19.6-1 - update to https://github.com/containers/buildah/releases/tag/v1.19.6