From f13e1eae797e176d098fef5b5271f34ae8a45b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Mon, 3 Sep 2018 14:50:12 +0200 Subject: [PATCH] Corrected the License tag Resolves: rhbz#1624851 --- libevent.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/libevent.spec b/libevent.spec index 7dc42c4..1414941 100644 --- a/libevent.spec +++ b/libevent.spec @@ -6,10 +6,11 @@ Name: libevent Version: 2.1.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Abstract asynchronous event notification library -License: BSD +# arc4random.c, which is used in build, is ISC. The rest is BSD. +License: BSD and ISC URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz @@ -32,6 +33,7 @@ without having to change the event loop. %package devel Summary: Development files for %{name} +License: BSD Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -40,6 +42,9 @@ 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 BuildArch: noarch %description doc @@ -129,6 +134,10 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %{develdocdir}/ %changelog +* Mon Sep 03 2018 Ondřej Lysoněk - 2.1.8-4 +- Corrected the License tag +- Resolves: rhbz#1624851 + * Fri Jul 13 2018 Fedora Release Engineering - 2.1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild