From c20a84f7f8f7579cbbe6a1bf2fc1028d6e12ea5d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 May 2018 15:52:51 +0200 Subject: [PATCH] fix build Signed-off-by: Igor Gnatenko --- rust-futures.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust-futures.spec b/rust-futures.spec index 0d788ad..2d9e439 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -9,6 +9,7 @@ Version: 0.2.1 Release: 1%{?dist} Summary: Implementation of futures and streams featuring zero allocations +# https://github.com/rust-lang-nursery/futures-rs/issues/1015 License: MIT or ASL 2.0 URL: https://crates.io/crates/futures Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate @@ -64,10 +65,7 @@ which use %{crate} from crates.io. %endif %files devel -%license LICENSE-MIT LICENSE-APACHE -%doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version}/ -%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog * Fri May 25 2018 Igor Gnatenko - 0.2.1-1