[packages/gitlab-shell] temporary dirs not to depend on gitlab-ce
glen
glen at pld-linux.org
Fri Apr 15 23:19:32 CEST 2016
commit 519984766e711a182170372b376fcc2434b13a10
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Apr 16 00:19:22 2016 +0300
temporary dirs not to depend on gitlab-ce
gitlab-shell.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-shell.spec b/gitlab-shell.spec
index 7cbdbdd..8f7a429 100644
--- a/gitlab-shell.spec
+++ b/gitlab-shell.spec
@@ -1,15 +1,15 @@
Summary: GitLab ssh access and repository management
Name: gitlab-shell
Version: 2.6.12
-Release: 0.1
+Release: 0.3
License: MIT
Group: Applications/Shells
Source0: https://github.com/gitlabhq/gitlab-shell/archive/v%{version}/%{name}-%{version}.tar.gz
# Source0-md5: 730c60e3d3d14d0f0ce0e82ff3a88a23
URL: https://github.com/gitlabhq/gitlab-shell
Patch0: config.yml.patch
-Requires: redis
-Requires: ruby-bundler
+Suggests: redis
+#Requires: ruby-bundler
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,8 +61,10 @@ fi
%defattr(644,root,root,755)
%doc LICENSE
%dir %{_datadir}/gitlab-shell
+%dir %{_sysconfdir}/gitlab
%config(noreplace) %{_sysconfdir}/gitlab/gitlab-shell-config.yml
%{_datadir}/gitlab-shell/*
+%dir %{homedir}
%dir %attr(700,gitlab,gitlab) %{homedir}/.ssh
%config(noreplace) %attr(600,gitlab,gitlab) %{homedir}/.ssh/authorized_keys
%dir %attr(2770,gitlab,gitlab) %{homedir}/repositories
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-shell.git/commitdiff/519984766e711a182170372b376fcc2434b13a10
More information about the pld-cvs-commit
mailing list