buildah-1.19.6-2.el9
- disable LTO to allow the build to pass successfully Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
75be3045ed
commit
56f0de08fb
@ -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 _find_debuginfo_dwz_opts %{nil}
|
||||||
%global _dwz_low_mem_die_limit 0
|
%global _dwz_low_mem_die_limit 0
|
||||||
@ -19,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
|
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.19.6
|
Version: 1.19.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A command line tool used for creating OCI Images
|
Summary: A command line tool used for creating OCI Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io
|
URL: https://%{name}.io
|
||||||
@ -121,6 +122,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.6-2
|
||||||
|
- disable LTO to allow the build to pass successfully
|
||||||
|
|
||||||
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.6-1
|
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.6-1
|
||||||
- update to https://github.com/containers/buildah/releases/tag/v1.19.6
|
- update to https://github.com/containers/buildah/releases/tag/v1.19.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user