[packages/gitlab-ce] preserve +x for vendor files

glen glen at pld-linux.org
Sun Apr 17 13:50:42 CEST 2016


commit 580f84c482a5e0be63b32f0965f62ac34f6c75fe
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 17 13:55:56 2016 +0300

    preserve +x for vendor files

 gitlab-ce.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index 54e6f11..23e53a9 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -17,7 +17,7 @@
 Summary:	A Web interface to create projects and repositories, manage access and do code reviews
 Name:		gitlab-ce
 Version:	8.6.6
-Release:	0.2
+Release:	0.3
 License:	MIT
 Group:		Applications/WWW
 # md5 deliberately omitted until this package is useful
@@ -230,8 +230,6 @@ fi
 %attr(-,gitlab,gitlab) %{homedir}/spec/*
 %dir %attr(755,gitlab,gitlab) %{homedir}/tmp
 %attr(-,gitlab,gitlab) %{homedir}/tmp/*
-%dir %{homedir}/vendor
-%{homedir}/vendor/*
 %dir %attr(755,gitlab,gitlab) %{homedir}/www
 
 %dir %attr(755,gitlab,gitlab) %{homedir}/.bundle
@@ -254,3 +252,7 @@ fi
 %attr(-,gitlab,gitlab) %{homedir}/VERSION
 %attr(-,gitlab,gitlab) %{homedir}/config.ru
 %attr(-,gitlab,gitlab) %{homedir}/fixtures
+
+%defattr(-,root,root,-)
+%dir %{homedir}/vendor
+%{homedir}/vendor/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/e4edb538fe522f605ec097a5dbf5d77583e90713



More information about the pld-cvs-commit mailing list