Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2019-01-21 10:08:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Mon Jan 21 10:08:17 2019 rev:228 rq:664998 version:2.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2018-12-19 13:25:34.169224510 +0100 +++ /work/SRC/openSUSE:Factory/.git.new.28833/git.changes 2019-01-21 10:08:20.958800745 +0100 @@ -1,0 +2,10 @@ +Fri Jan 11 13:32:47 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Do not BuildRequire apache2: + + it is only in the build chain for the directory ownership. + Let's just own the directories ourselves. + + This actually also fixes the issue that installing, then + uninstalling git-web, without apache2 being present on the + machine, leaves those directories stale on the disk. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.dkKCaA/_old 2019-01-21 10:08:21.718799977 +0100 +++ /var/tmp/diff_new_pack.dkKCaA/_new 2019-01-21 10:08:21.722799973 +0100 @@ -54,7 +54,6 @@ # adapt paths in zsh completion (bnc#853183) Patch7: git-zsh-completion-fixes.diff Patch8: git-asciidoc.patch -BuildRequires: apache2 BuildRequires: curl BuildRequires: fdupes BuildRequires: gpg2 @@ -494,6 +493,8 @@ %files web %doc README.gitweb INSTALL.gitweb +%dir %{_sysconfdir}/apache2 +%dir %{_sysconfdir}/apache2/conf.d/ %config(noreplace) %{_sysconfdir}/apache2/conf.d/gitweb.conf %{_datadir}/gitweb %{_sysconfdir}/apparmor.d
