chmod -x *.rs

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 03ad510212
commit 31606e28ac
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -78,6 +78,8 @@ which use "derive_arbitrary" feature of "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %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 %cargo_prep
%generate_buildrequires %generate_buildrequires

Loading…
Cancel
Save