From 5b3e35016142f0770c0ca84bed3eaa4c5e2879a5 Mon Sep 17 00:00:00 2001 From: alakatos Date: Wed, 31 May 2023 09:50:17 +0200 Subject: [PATCH] Update License tag for SPDX and add missing Apache 2.0 --- librdkafka.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/librdkafka.spec b/librdkafka.spec index 070fe97..7dabd59 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,9 +1,9 @@ Name: librdkafka Version: 1.9.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Apache Kafka C library -License: BSD +License: Apache-2.0 URL: https://github.com/edenhill/librdkafka Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -85,6 +85,10 @@ find %{buildroot} -name '*-static.pc' -delete -print %changelog +* Wed May 31 2023 Attila Lakatos - 1.9.2-3 +- Update License tag for SPDX +- Upstream sources claim that the Apache 2.0 is used + * Thu Jan 19 2023 Fedora Release Engineering - 1.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild