Switch BuildRequires from python2 to python3

This commit is contained in:
Zoltan Fridrich 2020-09-09 13:23:01 +02:00
parent b6d8b5b611
commit b30ff43744

View File

@ -1,6 +1,6 @@
Name: librdkafka
Version: 1.3.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: The Apache Kafka C library
License: BSD
@ -9,7 +9,7 @@ Source0: https://github.com/edenhill/librdkafka/archive/v%{version}.tar.gz#/%{na
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: python2
BuildRequires: python3
BuildRequires: openssl-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: lz4-devel
@ -77,6 +77,10 @@ find %{buildroot} -name '*.a' -delete -print
%changelog
* Wed Sep 09 2020 Zoltan Fridrich <zfridric@redhat.com> - 1.3.0-6
- Switch BuildRequires from python2 to python3
resolves: rhbz#1808329
* Fri Aug 21 2020 Jeff Law <law@redhat.com> - 1.3.0-5
- Re-enable LTO