From c75941df4c3a4d80e50611032f902d676e1b4426 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:29:36 +0800 Subject: [PATCH] License compliance rectification --- librdkafka.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librdkafka.spec b/librdkafka.spec index ca7ff9b..9096832 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,8 +1,8 @@ Name: librdkafka Version: 0.11.4 -Release: 4 +Release: 5 Summary: C library implementation of the Apache Kafka protocol -License: BSD +License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause URL: https://github.com/edenhill/librdkafka Source0: https://github.com/edenhill/librdkafka/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ make check %{_libdir}/pkgconfig/* %changelog +* Wed May 11 2022 wulei - 0.11.4-5 +- License compliance rectification + * Mon Oct 26 2020 leiju - 0.11.4-4 - Modify BuildRequires from python2 to python3 -- Gitee