Remove extraneous executable bits

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent c9cde68f07
commit c9f4d9b403

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.5.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Find the set of shared libraries loaded in the current process Summary: Find the set of shared libraries loaded in the current process
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -71,6 +71,8 @@ which use "nightly" feature of "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
# Dubious executable bits, fixed upstream
find . -type f -executable -iname "*.rs" -exec chmod 0644 '{}' \;
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
@ -87,6 +89,9 @@ which use "nightly" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 02 18:47:13 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.0-3
- Remove extraneous executable bits
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save