From 4fc1c06a20eb7de211b94638654a2eac003d2b6d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 26 Jan 2018 06:47:37 +0100 Subject: [PATCH] Stop running useless chmod Signed-off-by: Igor Gnatenko --- rust-futures.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rust-futures.spec b/rust-futures.spec index afaec57..ebae66f 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of futures and streams featuring zero allocations License: MIT or ASL 2.0 @@ -33,8 +33,6 @@ which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 -# https://github.com/alexcrichton/futures-rs/pull/631 -chmod -x tests/support/mod.rs %cargo_prep %build @@ -55,6 +53,9 @@ chmod -x tests/support/mod.rs %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Fri Jan 26 2018 Igor Gnatenko - 0.1.18-2 +- Stop running useless chmod + * Fri Jan 26 2018 Josh Stone - 0.1.18-1 - Update to 0.1.18