[sticky-notes] Remove exec perms on files

Athmane Madjoudj athmane at fedoraproject.org
Fri Jul 20 22:14:24 UTC 2012


commit 0feb7e86a1637be3413e73ee526ebdcef04a6fc4
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Fri Jul 20 23:14:06 2012 +0100

    Remove exec perms on files

 sticky-notes.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/sticky-notes.spec b/sticky-notes.spec
index 8d521cd..c45ea0e 100644
--- a/sticky-notes.spec
+++ b/sticky-notes.spec
@@ -1,7 +1,7 @@
 Summary:	Sticky notes is a free and open source paste-bin application
 Name:		sticky-notes
 Version:	0.3.09062012.4
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	BSD
 Group:		Applications/Internet
 URL:		http://gitorious.org/sticky-notes	
@@ -33,7 +33,10 @@ Sticky notes is a free and open source paste-bin application.
 %install
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name}
 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/sticky-notes.conf
-#chmod -R -x *
+
+# Remove exec perms on files
+find . -type f -exec chmod -x {} \;
+
 # Remove bundled php-geshi
 rm -rf addons/geshi
 cp -pr * ${RPM_BUILD_ROOT}%{_datadir}/%{name}
@@ -66,6 +69,9 @@ ln -sf ../../../etc/sticky-notes/install.php ${RPM_BUILD_ROOT}%{_datadir}/%{name
 %doc VERSION
 
 %changelog
+* Fri Jul 20 2012 Athmane Madjoudj <athmane at fedoraproject.org> 0.3.09062012.4-7
+- Remove exec perms on files
+
 * Fri Jul 20 2012 Athmane Madjoudj <athmane at fedoraproject.org> 0.3.09062012.4-6
 - Remove defattr to avoid bug #481363.
 - Remove clean section


More information about the scm-commits mailing list