Update license identifiers in subpackages
Resolves: RHEL-35717
This commit is contained in:
parent
90cc61fc41
commit
4b219e1c03
@ -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 <pzacik@redhat.com> - 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 <jorton@redhat.com> - 2.1.12-12
|
||||
- use autosetup
|
||||
- SPDX migration (Miroslav Suchý)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user