Use git-core instead of git for applying patches

This reduces the required build-time dependencies, which
speeds up building the package.
This commit is contained in:
Neal Gompa 2021-07-07 14:47:57 -04:00 committed by Neal Gompa
parent 9f5eed940b
commit eec6e6c3c0

View File

@ -28,7 +28,7 @@ BuildRequires: c-ares-devel
BuildRequires: flex
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: git-core
BuildRequires: groff
BuildRequires: grpc-devel
BuildRequires: grpc-plugins
@ -209,6 +209,7 @@ fi
- Clean up the spec file for legibility and modern spec standards
- Remove unneeded info scriptlets
- Use systemd-sysusers for frr user and frrvty group
- Use git-core instead of git for applying patches
* Wed Jul 07 2021 Michal Ruprich <mruprich@redhat.com> - 7.5.1-4
- Rebuild for newer abseil-cpp