podman-3.0.0-0.14.el9
- re-disable LTO as it sill fails even with GCC 11 - Related: #1904567 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
295e3b370e
commit
fd2480f5a5
@ -1,5 +1,8 @@
|
|||||||
%global with_check 0
|
%global with_check 0
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
@ -21,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 0.13%{?dist}
|
Release: 0.14%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -336,6 +339,10 @@ exit 0
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.14
|
||||||
|
- re-disable LTO as it sill fails even with GCC 11
|
||||||
|
- Related: #1904567
|
||||||
|
|
||||||
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.13
|
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.13
|
||||||
- attempt to build with gcc11
|
- attempt to build with gcc11
|
||||||
- Related: #1904567
|
- Related: #1904567
|
||||||
|
Loading…
Reference in New Issue
Block a user