From 4b219e1c03f28227f60a0f484096c14f82fd27c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Thu, 9 May 2024 10:16:01 +0200 Subject: [PATCH] Update license identifiers in subpackages Resolves: RHEL-35717 --- libevent.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libevent.spec b/libevent.spec index 2e18a5f..1aa0971 100644 --- a/libevent.spec +++ b/libevent.spec @@ -2,7 +2,7 @@ Name: libevent Version: 2.1.12 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Abstract asynchronous event notification library # arc4random.c, which is used in build, is ISC. The rest is BSD-3-Clause. @@ -43,7 +43,7 @@ without having to change the event loop. %package devel Summary: Development files for %{name} -License: BSD +License: BSD-3-Clause AND LicenseRef-Fedora-Public-Domain Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -53,8 +53,8 @@ with %{name}. %package doc Summary: Development documentation for %{name} # The files sample/openssl_hostname_validation.{c,h} and sample/hostcheck.{c,h} -# are MIT. The rest is BSD. -License: BSD and MIT +# are MIT, sample/ssl-client-mbedtls.c is Apache-2.0, and the rest is BSD. +License: BSD-3-Clause AND MIT AND Apache-2.0 BuildArch: noarch %description doc @@ -145,6 +145,10 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %doc %{develdocdir}/ %changelog +* Thu May 09 2024 Pavol Žáčik - 2.1.12-13 +- Update license identifiers to SPDX in subpackages +- Add Apache-2.0 license which appears in sample/ssl-client-mbedtls.c + * Tue Feb 13 2024 Joe Orton - 2.1.12-12 - use autosetup - SPDX migration (Miroslav Suchý)