From bb33b6a8ea11aa4debc87e699d22ea6d8ff7ff2a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 19 Mar 2020 12:43:38 +0100 Subject: [PATCH] Correct license Signed-off-by: Igor Raits --- rust-fd-find.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rust-fd-find.spec b/rust-fd-find.spec index c5be59f..fe9a71c 100644 --- a/rust-fd-find.spec +++ b/rust-fd-find.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 7.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple, fast and user-friendly alternative to find # Upstream license specification: MIT/Apache-2.0 @@ -30,6 +30,13 @@ Fd is a simple, fast and user-friendly alternative to find.} %package -n %{crate} Summary: %{summary} +# Install all deps (without check), grab their licenses and make it simple +# * ASL 2.0 or MIT +# * MIT +# * MIT or ASL 2.0 +# * (MIT or ASL 2.0) and BSD +# * Unlicense or MIT +License: MIT and BSD %description -n %{crate} %{_description} @@ -75,6 +82,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ %endif %changelog +* Thu Mar 19 2020 Igor Raits - 7.4.0-3 +- Correct license + * Thu Jan 30 2020 Fedora Release Engineering - 7.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild