Commit 5dccf24327218bba23f083b66b53e0d73a03b645

Authored by Antonio Terceiro
1 parent c9fb11d5

gitlab-shell: update from contents in OBS

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
gitlab-shell/gitlab-shell.spec
1 Name: gitlab-shell 1 Name: gitlab-shell
2 Version: 2.4.0 2 Version: 2.4.0
3 -Release: 3%{?dist} 3 +Release: 4%{?dist}
4 Summary: Software Development Platform 4 Summary: Software Development Platform
5 5
6 Group: Development/Tools 6 Group: Development/Tools
@@ -59,7 +59,7 @@ cp -r . %{buildroot}/usr/lib/gitlab-shell @@ -59,7 +59,7 @@ cp -r . %{buildroot}/usr/lib/gitlab-shell
59 %post 59 %post
60 groupadd git || true 60 groupadd git || true
61 if ! id git; then 61 if ! id git; then
62 - adduser --system --home-dir /usr/lib/gitlab --gid git git 62 + adduser --system --home-dir /var/lib/gitlab-shell --gid git git
63 fi 63 fi
64 64
65 mkdir -p /var/log/gitlab-shell 65 mkdir -p /var/log/gitlab-shell