From dd01bd700cf43456b7646efe0465a6045c5fc277 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 01:33:19 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- librdkafka.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/librdkafka.spec b/librdkafka.spec index fb8d2af..624c48d 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,6 +1,6 @@ Name: librdkafka Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Apache Kafka C library License: BSD @@ -85,6 +85,9 @@ find %{buildroot} -name '*-static.pc' -delete -print %changelog +* Fri Apr 16 2021 Mohan Boddu - 1.6.1-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Mon Mar 08 2021 Attila Lakatos - 1.6.1-1 - Update to upstream 1.6.1 resolves: rhbz#1932286