Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2026-02-27 17:01:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Fri Feb 27 17:01:02 2026 rev:333 rq:1335171 version:2.53.0 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2026-02-06 19:06:53.715384804 +0100 +++ /work/SRC/openSUSE:Factory/.git.new.29461/git.changes 2026-02-27 17:02:17.749182633 +0100 @@ -1,0 +2,5 @@ +Mon Feb 9 13:41:24 UTC 2026 - Antonio Teixeira <[email protected]> + +- git-daemon: Create /srv/git using systemd-tmpfiles (jsc#PED-14738) + +------------------------------------------------------------------- New: ---- tmpfiles-daemon.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.gvcTy3/_old 2026-02-27 17:02:18.989234093 +0100 +++ /var/tmp/diff_new_pack.gvcTy3/_new 2026-02-27 17:02:18.993234259 +0100 @@ -61,6 +61,7 @@ Source10: %{name}-gui.png Source11: git-daemon.conf Source12: git-prompt +Source13: tmpfiles-daemon.conf Patch3: completion-wordbreaks.diff # CVE-2011-2186, bnc#698456 Patch4: git-prevent_xss-default.diff @@ -386,7 +387,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgit-daemon install -d -m 755 %{buildroot}%{_fillupdir} install -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.git-daemon -install -d -m 755 %{buildroot}/srv/git +install -D -m 644 %{SOURCE13} %{buildroot}%{_tmpfilesdir}/git-daemon.conf %if 0%{?SuSEfirewall2} mkdir -p %{buildroot}/%{_fwdefdir} install -m 644 %{SOURCE6} %{buildroot}/%{_fwdefdir}/git-daemon @@ -531,8 +532,9 @@ %{gitexecdir}/git-daemon %{_unitdir}/git-daemon.service %{_sbindir}/rcgit-daemon -%dir /srv/git +%ghost %dir %attr(0755, git-daemon, git-daemon) /srv/git %{_fillupdir}/sysconfig.git-daemon +%{_tmpfilesdir}/git-daemon.conf %{!?_without_docs: %{_mandir}/man1/git-daemon.1*} %if 0%{?SuSEfirewall2} %config %{_fwdefdir}/* ++++++ tmpfiles-daemon.conf ++++++ #Type Path Mode User Group Age Argument d /srv/git 0755 git-daemon git-daemon - -
