Drop executable permissions

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent deb79cbff9
commit 3f7f232080
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -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

Loading…
Cancel
Save