[vegastrike-music] Data files shouldn't have execute bits set

Bruno Wolff III bruno at fedoraproject.org
Sat Apr 7 17:14:53 UTC 2012


commit aef4b210261220d5d7e72c6469d5038b1800ca7f
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 7 12:01:14 2012 -0500

    Data files shouldn't have execute bits set

 vegastrike-music.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vegastrike-music.spec b/vegastrike-music.spec
index 96f91da..525323a 100644
--- a/vegastrike-music.spec
+++ b/vegastrike-music.spec
@@ -44,6 +44,8 @@ rm -f music/LICENSE.STANDALONE
 # A copy of a spec file is in the music directory, that we don't want.
 rm -f music/vegastrike-music.spec
 
+# Some of the data files are marked executable and they shouldn't be
+find . -type f -exec chmod a-x ';'
 
 %build
 # nothing to build data only
@@ -72,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Sun Apr 07 2012 Bruno Wolff III <bruno at wolff.to> 0.5.1-2.r1
 - Remove stray spec file from the music directory
+- Remove execute bits from data
 
 * Wed Apr 04 2012 Bruno Wolff III <bruno at wolff.to> 0.5.1-1.r1
 - Upstream update to final release (0.5.1.r1)


More information about the scm-commits mailing list