From 9b72ae32cc1c3bd10570d276729de86f3e3ef1ca Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:29:01 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- librdkafka.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/librdkafka.spec b/librdkafka.spec index 624c48d..6706151 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,6 +1,6 @@ Name: librdkafka Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Apache Kafka C library License: BSD @@ -85,6 +85,10 @@ find %{buildroot} -name '*-static.pc' -delete -print %changelog +* Wed Jun 16 2021 Mohan Boddu - 1.6.1-3 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Fri Apr 16 2021 Mohan Boddu - 1.6.1-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937