From e277afa840263499d00732bc6228334722172b00 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Oct 17 2022 01:06:36 +0000 Subject: Fix FTBFS (properly remove spurious x bits) (#2113161) --- diff --git a/csound.spec b/csound.spec index ecacf12..f9ed8ed 100644 --- a/csound.spec +++ b/csound.spec @@ -1,6 +1,6 @@ Name: csound Version: 6.16.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A sound synthesis language and library URL: http://csound.github.io/ License: LGPLv2+ @@ -174,7 +174,7 @@ for csd in $(find html/examples -name \*.csd); do done # Fix spurious executable bits -chmod a-x html/examples/* +find html/examples -type f -print0 | xargs -0 chmod a-x %build %if "%{_libdir}" == "%{_prefix}/lib64" @@ -357,6 +357,9 @@ rm -rf %{buildroot}%{_datadir}/samples/ %doc html/ %changelog +* Mon Oct 17 2022 Hans Ulrich Niedermann - 6.16.2-6 +- Fix FTBFS (properly remove spurious x bits) (#2113161) + * Wed Jul 20 2022 Fedora Release Engineering - 6.16.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild