podman-3.0.0-0.9.el9
- disable LTO to fix build Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
2931b100d2
commit
6834015922
@ -1,5 +1,8 @@
|
||||
%global with_check 0
|
||||
|
||||
# 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
|
||||
|
||||
@ -21,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
Name: podman
|
||||
Version: 3.0.0
|
||||
Release: 0.8%{?dist}
|
||||
Release: 0.9%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -337,6 +340,9 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.9
|
||||
- disable LTO to fix build
|
||||
|
||||
* Mon Dec 07 2020 Jindrich Novy <jnovy@redhat.com> - 3.0.0-0.8
|
||||
- use dedicated macro to build only on supported arches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user