From 06f39c97534ace77f822a461d232649f43f511fb Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 13 Nov 2020 07:57:14 +0200 Subject: [PATCH] build: disable LTO due to rh#1893533 --- grpc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/grpc.spec b/grpc.spec index 136c533..fbe5779 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,6 +1,8 @@ +%define _lto_cflags %{nil} + Name: grpc Version: 1.26.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Modern, open source, high-performance remote procedure call (RPC) framework License: ASL 2.0 URL: https://www.grpc.io @@ -153,6 +155,9 @@ find %{buildroot} -type f -name '*.a' -exec rm -f {} \; %{python3_sitearch}/grpcio-%{version}-py%{python3_version}.egg-info %changelog +* Fri Nov 13 2020 Artem Polishchuk - 1.26.0-8 +- build: disable LTO due to rh#1893533 + * Thu Sep 24 2020 Adrian Reber - 1.26.0-7 - Rebuilt for protobuf 3.13