Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2022-08-20 20:27:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Sat Aug 20 20:27:52 2022 rev:285 rq:998105 version:2.37.2 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2022-08-17 18:17:29.738474958 +0200 +++ /work/SRC/openSUSE:Factory/.git.new.2083/git.changes 2022-08-20 20:28:00.817244589 +0200 @@ -26,0 +27,5 @@ +Sun Jul 10 12:24:48 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Use the system user's group instead of nogroup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-daemon.conf ++++++ --- /var/tmp/diff_new_pack.BcIpjb/_old 2022-08-20 20:28:01.693247018 +0200 +++ /var/tmp/diff_new_pack.BcIpjb/_new 2022-08-20 20:28:01.697247029 +0200 @@ -1,4 +1,3 @@ # Type Name ID GECOS [HOME] u git-daemon - "git daemon" /var/lib/empty - -m git-daemon nogroup ++++++ git-daemon.service ++++++ --- /var/tmp/diff_new_pack.BcIpjb/_old 2022-08-20 20:28:01.721247096 +0200 +++ /var/tmp/diff_new_pack.BcIpjb/_new 2022-08-20 20:28:01.725247107 +0200 @@ -15,7 +15,7 @@ RestrictRealtime=true # end of automatic additions EnvironmentFile=-/etc/sysconfig/git-daemon -ExecStart=/bin/bash -c 'exec git daemon --reuseaddr --base-path=$${GIT_DAEMON_BASE_PATH:-/srv/git/} --user=$${GIT_DAEMON_USER:-git-daemon} --group=$${GIT_DAEMON_GROUP:-nogroup} $GIT_DAEMON_ARGS' +ExecStart=/bin/bash -c 'exec git daemon --reuseaddr --base-path=$${GIT_DAEMON_BASE_PATH:-/srv/git/} --user=$${GIT_DAEMON_USER:-git-daemon} --group=$${GIT_DAEMON_GROUP:-git-daemon} $GIT_DAEMON_ARGS' Restart=always RestartSec=500ms ++++++ sysconfig.git-daemon ++++++ --- /var/tmp/diff_new_pack.BcIpjb/_old 2022-08-20 20:28:01.829247395 +0200 +++ /var/tmp/diff_new_pack.BcIpjb/_new 2022-08-20 20:28:01.833247406 +0200 @@ -28,7 +28,7 @@ ## Type: string ## Default: # -# defaults to "nogroup" if not set +# defaults to "git-daemon" if not set # # Group to run git-daemon as. GIT_DAEMON_GROUP=""