Accepting request 887962 from devel:tools:scm
- Remove deprecated "syslog" option from git-daemon.service (bsc#1185147) OBS-URL: https://build.opensuse.org/request/show/887962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=263
This commit is contained in:
parent
869bdab7c1
commit
5049141a33
@ -8,8 +8,6 @@ ExecStart=/bin/bash -c 'exec git daemon --reuseaddr --base-path=$${GIT_DAEMON_BA
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=500ms
|
RestartSec=500ms
|
||||||
|
|
||||||
StandardOutput=syslog
|
|
||||||
StandardError=syslog
|
|
||||||
SyslogIdentifier=git-daemon
|
SyslogIdentifier=git-daemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 22 13:28:06 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Remove deprecated "syslog" option from git-daemon.service (bsc#1185147)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 9 11:34:14 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
|
Fri Apr 9 11:34:14 UTC 2021 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
5
git.spec
5
git.spec
@ -246,8 +246,8 @@ Email interface for the GIT version control system.
|
|||||||
%package daemon
|
%package daemon
|
||||||
Summary: Simple Server for Git Repositories
|
Summary: Simple Server for Git Repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
Requires(pre): group(nobody)
|
Requires(pre): group(nobody)
|
||||||
%sysusers_requires
|
%sysusers_requires
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%else
|
%else
|
||||||
@ -454,6 +454,7 @@ cat %{name}.lang >>bin-man-doc-files
|
|||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%pre daemon -f git-daemon.pre
|
%pre daemon -f git-daemon.pre
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%pre daemon
|
%pre daemon
|
||||||
if ! %{_bindir}/getent passwd git-daemon >/dev/null; then
|
if ! %{_bindir}/getent passwd git-daemon >/dev/null; then
|
||||||
%{_sbindir}/useradd -r -d %{_localstatedir}/lib/empty -s /bin/false -c "git daemon" -g nogroup git-daemon
|
%{_sbindir}/useradd -r -d %{_localstatedir}/lib/empty -s /bin/false -c "git daemon" -g nogroup git-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user