[packages/gitlab-shell] drop support/ dir
glen
glen at pld-linux.org
Sun Apr 17 14:46:26 CEST 2016
commit 9e827a04302a2711594833b282f63005c8b602db
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Apr 17 15:46:17 2016 +0300
drop support/ dir
gitlab-shell.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-shell.spec b/gitlab-shell.spec
index 5eb88c0..6d7d93e 100644
--- a/gitlab-shell.spec
+++ b/gitlab-shell.spec
@@ -1,7 +1,7 @@
Summary: GitLab ssh access and repository management
Name: gitlab-shell
Version: 2.6.12
-Release: 0.7
+Release: 0.8
License: MIT
Group: Applications/Shells
Source0: https://github.com/gitlabhq/gitlab-shell/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -42,6 +42,10 @@ cp -a * $RPM_BUILD_ROOT%{_datadir}/%{name}
rm -r $RPM_BUILD_ROOT%{_datadir}/%{name}/spec
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/G*
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/debug*
+# deprecated
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}/support/rewrite-hooks.sh
+# stupid script, rather not package it at all
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}/support/truncate_repositories.sh*
install -d $RPM_BUILD_ROOT%{homedir}/.ssh
touch $RPM_BUILD_ROOT%{homedir}/.ssh/authorized_keys
@@ -87,8 +91,6 @@ fi
%{_datadir}/%{name}/config.yml
%dir %{_datadir}/%{name}/hooks
%attr(755,root,root) %{_datadir}/%{name}/hooks/*
-%dir %{_datadir}/%{name}/support
-%attr(755,root,root) %{_datadir}/%{name}/support/*
%dir %{homedir}
%dir %attr(700,gitlab,gitlab) %{homedir}/.ssh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-shell.git/commitdiff/9e827a04302a2711594833b282f63005c8b602db
More information about the pld-cvs-commit
mailing list