From 587cb5d67c17eedfc9a02283b93980456dbd0cc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Dec 2018 11:47:31 +0100 Subject: cleanup for EL-8 --- librdkafka.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/librdkafka.spec b/librdkafka.spec index 876c7f8..a3ad7ce 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -17,7 +17,7 @@ Name: %{libname} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries Summary: Apache Kafka C/C++ client library @@ -32,7 +32,11 @@ BuildRequires: zlib-devel BuildRequires: libstdc++-devel BuildRequires: lz4-devel BuildRequires: gcc-c++ +%if 0%{?fedora} >= 28 || 0%{?rhel} >=8 +BuildRequires: python3 +%else BuildRequires: python +%endif %description @@ -103,6 +107,9 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc ### NOTICE: available in EPEL-7 so not in remi %changelog +* Wed Dec 12 2018 Remi Collet - 0.11.6-2 +- cleanup for EL-8 + * Fri Oct 19 2018 Remi Collet - 0.11.6-1 - update to 0.11.6 -- cgit