diff --git a/librdkafka.spec b/librdkafka.spec index ca7ff9b386bde8f10342d568991e1720328392fb..90968326f582601d748760f625c031ef5119b859 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