From dd1d3ddece595d2d3951cf9bdaaef46fa15afc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Fri, 13 Dec 2019 23:15:27 +0100 Subject: [PATCH] No licenses, link to bug report added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- rust-futures-task.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-futures-task.spec b/rust-futures-task.spec index f29e466..1b6bc42 100644 --- a/rust-futures-task.spec +++ b/rust-futures-task.spec @@ -11,6 +11,7 @@ Release: 1%{?dist} Summary: Tools for working with tasks # Upstream license specification: MIT OR Apache-2.0 +# https://github.com/rust-lang/futures-rs/issues/2005 License: MIT or ASL 2.0 URL: https://crates.io/crates/futures-task Source: %{crates_source} @@ -37,7 +38,6 @@ This package contains library source intended for building other packages which use "%{crate}" crate. %files devel -%license LICENSE-APACHE LICENSE-MIT %{cargo_registry}/%{crate}-%{version}/ %package -n %{name}+default-devel