[yap] Make COPYING non-executable

Petr Pisar ppisar at fedoraproject.org
Tue Jan 4 10:45:55 UTC 2011


commit 5c994d40231c0a55c5c8d66fe2177ef61c7a0d51
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Dec 22 10:57:25 2010 +0100

    Make COPYING non-executable

 yap.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/yap.spec b/yap.spec
index 24424bf..3c9608f 100644
--- a/yap.spec
+++ b/yap.spec
@@ -105,6 +105,9 @@ for F in docs/yap.tex TO_DO; do
     mv "$F"{.new,}
 done
 
+# Fix file permissions
+chmod -x COPYING
+
 
 %build
 # % define optflags $(echo $RPM_OPT_FLAGS | sed 's|-fstack-protector||')
@@ -188,6 +191,7 @@ rm -rf $RPM_BUILD_ROOT
 - Logtalk is no logner distributed with yap
 - Install http module CSS files to correct place
 - Convert TO_DO into UTF-8
+- Make COPYING non-executable
 
 * Wed Dec 08 2010 Petr Pisar <ppisar at redhat.com> - 5.1.3-3
 - Hack SWI-compatible libraries build system to be compilable (bug #660965)


More information about the scm-commits mailing list