From 31606e28ac62f391e458f3e5ac0b5e3ab2e5cb53 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mon, 18 May 2020 10:53:11 +0200 Subject: [PATCH] chmod -x *.rs Signed-off-by: Igor Raits --- rust-arbitrary.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-arbitrary.spec b/rust-arbitrary.spec index 57e95cb..fd067c1 100644 --- a/rust-arbitrary.spec +++ b/rust-arbitrary.spec @@ -78,6 +78,8 @@ which use "derive_arbitrary" feature of "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 +# https://github.com/rust-fuzz/arbitrary/pull/45 +chmod -v -x examples/derive_enum.rs tests/derive.rs %cargo_prep %generate_buildrequires