From 098a42523b5027bc79090db679b11a747b322407 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 15 Mar 2018 21:25:12 -0400 Subject: [PATCH] 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. --- git.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 2617b8c..6923989 100644 --- a/git.spec +++ b/git.spec @@ -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 - 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 - Use symlinks instead of hardlinks for installed binaries