From c9ce932f1332539a69fa19ddd2a32521c9450c81 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 18 Mar 2019 21:31:34 +0100 Subject: [PATCH] Correct license Signed-off-by: Igor Gnatenko --- rust-yubibomb.spec | 10 ++++++---- yubibomb-fix-metadata.diff | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/rust-yubibomb.spec b/rust-yubibomb.spec index c798ed9..ecda6a2 100644 --- a/rust-yubibomb.spec +++ b/rust-yubibomb.spec @@ -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 - 0.2.0-6 +- Correct license + * Sun Feb 17 2019 Igor Gnatenko - 0.2.0-5 - Adapt to new packaging diff --git a/yubibomb-fix-metadata.diff b/yubibomb-fix-metadata.diff index 960ff94..aff70ba 100644 --- a/yubibomb-fix-metadata.diff +++ b/yubibomb-fix-metadata.diff @@ -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"