Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2021-04-24 23:07:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Sat Apr 24 23:07:10 2021 rev:263 rq:887962 version:2.31.1 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2021-04-18 21:45:04.540718314 +0200 +++ /work/SRC/openSUSE:Factory/.git.new.12324/git.changes 2021-04-24 23:07:34.099260339 +0200 @@ -1,0 +2,5 @@ +Thu Apr 22 13:28:06 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Remove deprecated "syslog" option from git-daemon.service (bsc#1185147) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.tMt2gF/_old 2021-04-24 23:07:35.083261730 +0200 +++ /var/tmp/diff_new_pack.tMt2gF/_new 2021-04-24 23:07:35.087261736 +0200 @@ -454,6 +454,7 @@ %if 0%{?suse_version} >= 1500 %pre daemon -f git-daemon.pre %else + %pre daemon 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 ++++++ git-daemon.service ++++++ --- /var/tmp/diff_new_pack.tMt2gF/_old 2021-04-24 23:07:35.143261815 +0200 +++ /var/tmp/diff_new_pack.tMt2gF/_new 2021-04-24 23:07:35.143261815 +0200 @@ -8,8 +8,6 @@ Restart=always RestartSec=500ms -StandardOutput=syslog -StandardError=syslog SyslogIdentifier=git-daemon [Install]