Stop running useless chmod

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 52c1cb2d9d
commit 4fc1c06a20
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -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 <ignatenkobrain@fedoraproject.org> - 0.1.18-2
- Stop running useless chmod
* Fri Jan 26 2018 Josh Stone <jistone@redhat.com> - 0.1.18-1
- Update to 0.1.18

Loading…
Cancel
Save