[packages/phabricator] fix executable permissions

glen glen at pld-linux.org
Mon Oct 7 21:51:54 CEST 2013


commit 64ae210de71a20baacc92fee7e95c5cfb9702df9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Oct 7 22:50:36 2013 +0300

    fix executable permissions

 phabricator.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/phabricator.spec b/phabricator.spec
index 55da6d9..5f4d9f8 100644
--- a/phabricator.spec
+++ b/phabricator.spec
@@ -1,7 +1,7 @@
 Summary:	Phabricator, an open software engineering platform
 Name:		phabricator
 Version:	0.1
-Release:	0.2
+Release:	0.3
 License:	Apache v2.0
 Group:		Applications/WWW
 Source0:	https://github.com/facebook/%{name}/archive/master/phabricator.tar.gz
@@ -97,6 +97,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
+
+# there's no easy way to control file execute bits, so use defattr
+%defattr(-,root,root,-)
+
 %dir %{_appdir}
 %{_appdir}/bin
 %{_appdir}/conf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phabricator.git/commitdiff/26d39dc81ed0b3d5ccf908b5c3b0bc82d75bb1d1



More information about the pld-cvs-commit mailing list