Correct the license

The license needs to reflect the licenses of all dependencies, as
they are bundled in the resulting binary.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-11-18 19:00:35 -05:00
parent dc20b7d405
commit 7730e9ef20
1 changed files with 7 additions and 2 deletions

View File

@ -5,11 +5,13 @@
Name: rust-%{crate}
Version: 0.4.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Helps you pick items from a list by various algorithms
# Upstream license specification: GPL-3.0
License: GPLv3
# The binary license is the combination of rpick's license and all of its dependencies. You can use
# cargo-license to find these: https://github.com/onur/cargo-license
License: GPLv3 and Apache-2.0 and BSD-2 and CC0-1.0 and ISC and MIT
URL: https://crates.io/crates/rpick
Source: %{crates_source}
# Initial patched metadata
@ -86,6 +88,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 18 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.4.0-4
- Correct the license to reflect the licenses of all dependencies, as they are bundled.
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild