Require git-core rather than git for git-daemon

A git-daemon install should require nothing more than git-core.  This
allows running the daemon on systems or containers with a minimal
install.
This commit is contained in:
Todd Zullinger 2018-03-15 21:25:12 -04:00
parent f3c13faa20
commit 098a42523b

View File

@ -246,7 +246,7 @@ Requires: perl(Git)
%package daemon
Summary: Git protocol daemon
Requires: git = %{version}-%{release}
Requires: git-core = %{version}-%{release}
%if %{use_systemd}
Requires: systemd
Requires(post): systemd
@ -795,6 +795,7 @@ make test || ./print-failed-test-output
* Thu Mar 15 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-0.0.rc0
- Update to 2.17.0-rc0
- Adjust for simplified perl install
- Require git-core rather than git for git-daemon
* Thu Mar 15 2018 Todd Zullinger <tmz@pobox.com>
- Use symlinks instead of hardlinks for installed binaries