Correct license

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-03-18 21:31:34 +01:00
parent 736d942daf
commit c9ce932f13
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 8 additions and 6 deletions

View File

@ -5,11 +5,11 @@
Name: rust-%{crate}
Version: 0.2.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Rust command line tool that prints out a 6-digit random number
# Upstream license specification: GPL-3.0
License: GPLv3+
License: GPLv3
URL: https://crates.io/crates/yubibomb
Source: %{crates_source}
# Initial patched metadata
@ -35,8 +35,7 @@ Now you can!
%package -n %{crate}
Summary: %{summary}
%description -n %{crate}
%{summary}.
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
@ -85,6 +84,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 18 21:09:53 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-6
- Correct license
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-5
- Adapt to new packaging

View File

@ -1,5 +1,5 @@
--- yubibomb-0.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ yubibomb-0.2.0/Cargo.toml 2019-02-17T18:38:59.421864+01:00
--- yubibomb-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ yubibomb-0.2.0/Cargo.toml 2019-03-18T20:09:53.630346+00:00
@@ -24,4 +24,4 @@
[dependencies.rand]
version = "0.4"