From 3c688016687df46f0b75e335a221ca8ec2907f35 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Apr 04 2018 13:12:39 +0000 Subject: Remove executable permissions from data files --- diff --git a/warsow-data.spec b/warsow-data.spec index 2f8d579..c8a107e 100644 --- a/warsow-data.spec +++ b/warsow-data.spec @@ -31,6 +31,10 @@ This package installs the game data files (textures, maps, sounds, etc.). # Convert to utf-8 and Unix line breaks dos2unix docs/license.txt +# Remove executable permissions from data files +chmod 644 docs/* +find basewsw -type f | xargs chmod 644 + %build # nothing to build @@ -45,6 +49,7 @@ cp -a basewsw $RPM_BUILD_ROOT%{_datadir}/warsow/ %changelog * Wed Apr 04 2018 Kalev Lember - 2.1.2-1 - Update to 2.1.2 +- Remove executable permissions from data files * Fri Feb 09 2018 Fedora Release Engineering - 2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild