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 1 Name: gitlab-shell
2 2 Version: 2.4.0
3   -Release: 3%{?dist}
  3 +Release: 4%{?dist}
4 4 Summary: Software Development Platform
5 5  
6 6 Group: Development/Tools
... ... @@ -59,7 +59,7 @@ cp -r . %{buildroot}/usr/lib/gitlab-shell
59 59 %post
60 60 groupadd git || true
61 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 63 fi
64 64  
65 65 mkdir -p /var/log/gitlab-shell
... ...