Install git-core instead of git on RH systems

The git package pulls in heavy dependencies for just a few rarely
used commands. git-core should be enough (and already uses for Suse).

Change-Id: I96b71072c22c26b3b651466053b9e9561527cbe5
This commit is contained in:
Dmitry Tantsur 2020-11-26 17:16:29 +01:00
parent b84fc28e61
commit 9be4221b4a
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
"gentoo": {
"git": "dev-vcs/git"
},
"redhat": {
"git": "git-core"
},
"suse": {
"git": "git-core"
}