Require git-core instead of git.
This commit is contained in:
parent
ed4665e337
commit
414546a9c3
@ -28,7 +28,7 @@
|
||||
|
||||
Name: git-lfs
|
||||
Version: 2.3.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Git extension for versioning large files
|
||||
|
||||
License: MIT
|
||||
@ -59,9 +59,10 @@ BuildRequires: /usr/bin/ronn
|
||||
# For tests
|
||||
BuildRequires: golang(github.com/stretchr/testify)
|
||||
BuildRequires: perl-Digest-SHA
|
||||
# Tests require full git suite, but not generally needed.
|
||||
BuildRequires: git >= 1.8.5
|
||||
|
||||
Requires: git >= 1.8.5
|
||||
Requires: git-core >= 1.8.5
|
||||
|
||||
%description
|
||||
Git Large File Storage (LFS) replaces large files such as audio samples,
|
||||
@ -213,6 +214,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.3.4-3
|
||||
- Require git-core instead of git.
|
||||
|
||||
* Fri Nov 03 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.3.4-2
|
||||
- Patch tests to work on slow systems like arm and aarch builders.
|
||||
- Fix "git lfs help" command.
|
||||
|
Loading…
Reference in New Issue
Block a user