From c9f4d9b403e8f2b6a5da08226a0e8b2db250e779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 2 Feb 2020 18:54:35 +0100 Subject: [PATCH] Remove extraneous executable bits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- rust-findshlibs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rust-findshlibs.spec b/rust-findshlibs.spec index ee9aac0..3dd1cc6 100644 --- a/rust-findshlibs.spec +++ b/rust-findshlibs.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Find the set of shared libraries loaded in the current process # Upstream license specification: Apache-2.0/MIT @@ -71,6 +71,8 @@ which use "nightly" feature of "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +# Dubious executable bits, fixed upstream +find . -type f -executable -iname "*.rs" -exec chmod 0644 '{}' \; %generate_buildrequires %cargo_generate_buildrequires @@ -87,6 +89,9 @@ which use "nightly" feature of "%{crate}" crate. %endif %changelog +* Sun Feb 02 18:47:13 CET 2020 Robert-André Mauchin - 0.5.0-3 +- Remove extraneous executable bits + * Thu Jan 30 2020 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild