From 3f7f23208030a0aa0490c74fb1b74e31f22b70bd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 25 Mar 2019 08:49:20 +0100 Subject: [PATCH] Drop executable permissions 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 5af107e..d069d5b 100644 --- a/rust-uuid.spec +++ b/rust-uuid.spec @@ -202,6 +202,8 @@ which use "v5" feature of "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 +# https://github.com/uuid-rs/uuid/issues/384 +find -type f -exec chmod -x {} + %cargo_prep %build