From 0d3543889e57268677e9e30735aa9554f733c2a9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 21 Nov 2018 10:00:51 +0100 Subject: [PATCH] chmod -x *.rs Signed-off-by: Igor Gnatenko --- rust-uuid.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-uuid.spec b/rust-uuid.spec index 1f89ef7..3a0e2ae 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -220,6 +220,8 @@ which use "v5" feature of "%{crate}" crate. %prep %autosetup -n %{crate}-%{version} -p1 +# https://github.com/uuid-rs/uuid/pull/349 +chmod -x benches/*.rs %cargo_prep %build