Resolves: rhbz#1915766

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2021-05-10 11:54:33 +02:00
parent 4d2fd43eab
commit d791944d68
No known key found for this signature in database
GPG Key ID: 82C9378ED3C4906A

View File

@ -4,11 +4,13 @@
%bcond_without java
#global rcver rc2
# Disable LTO to work around annobin error messages
%global _lto_cflags %nil
Summary: Protocol Buffers - Google's data interchange format
Name: protobuf
Version: 3.14.0
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
URL: https://github.com/protocolbuffers/protobuf
Source: https://github.com/protocolbuffers/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}-all.tar.gz
@ -384,9 +386,10 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
%changelog
* Thu May 06 2021 Adrian Reber <adrian@lisas.de> - 3.14.0-5
* Thu May 06 2021 Adrian Reber <adrian@lisas.de> - 3.14.0-6
- Reintroduce the emacs subpackage to avoid file conflicts between
protobuf-compiler.x86_64 and protobuf-compiler.i686
- Disable LTO to fix annobin errors
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.14.0-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937