Update to 3.0.1
This commit is contained in:
parent
ce1bd2f711
commit
c16940872b
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,3 +21,5 @@
|
||||
/git-lfs-v2.13.3.tar.gz
|
||||
/sha256sums-2.13.3.asc
|
||||
/core-gpg-keys.tar.gz
|
||||
/git-lfs-v3.0.1.tar.gz
|
||||
/sha256sums-3.0.1.asc
|
||||
|
16
git-lfs.spec
16
git-lfs.spec
@ -1,8 +1,8 @@
|
||||
%bcond_without check
|
||||
|
||||
# https://github.com/git-lfs/git-lfs
|
||||
%global goipath github.com/git-lfs/git-lfs
|
||||
Version: 2.13.3
|
||||
%global goipath github.com/git-lfs/git-lfs/v3
|
||||
Version: 3.0.1
|
||||
|
||||
%gometa
|
||||
|
||||
@ -27,11 +27,11 @@ Source3: README.Fedora
|
||||
BuildRequires: gnupg2
|
||||
|
||||
BuildRequires: golang(github.com/dpotapov/go-spnego)
|
||||
BuildRequires: golang(github.com/git-lfs/gitobj/v2) >= 2
|
||||
BuildRequires: golang(github.com/git-lfs/gitobj/v2/errors) >= 2
|
||||
BuildRequires: golang(github.com/git-lfs/gitobj/v2) >= 2.0.2
|
||||
BuildRequires: golang(github.com/git-lfs/gitobj/v2/errors) >= 2.0.2
|
||||
BuildRequires: golang(github.com/git-lfs/go-netrc/netrc) >= 0-0.1.20180827gite0e9ca4
|
||||
BuildRequires: golang(github.com/git-lfs/go-ntlm/ntlm)
|
||||
BuildRequires: golang(github.com/git-lfs/wildmatch) >= 1.0.4
|
||||
BuildRequires: golang(github.com/git-lfs/pktline)
|
||||
BuildRequires: golang(github.com/git-lfs/wildmatch/v2) >= 2.0.1
|
||||
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.4
|
||||
BuildRequires: golang(github.com/olekukonko/ts)
|
||||
BuildRequires: golang(github.com/pkg/errors)
|
||||
@ -46,8 +46,8 @@ BuildRequires: /usr/bin/ronn
|
||||
|
||||
%if %{with check}
|
||||
# Tests
|
||||
BuildRequires: golang(github.com/stretchr/testify/assert) >= 1.5.1
|
||||
BuildRequires: golang(github.com/stretchr/testify/require) >= 1.5.1
|
||||
BuildRequires: golang(github.com/stretchr/testify/assert) >= 1.6.1
|
||||
BuildRequires: golang(github.com/stretchr/testify/require) >= 1.6.1
|
||||
BuildRequires: golang(github.com/xeipuuv/gojsonschema)
|
||||
BuildRequires: perl-Digest-SHA
|
||||
BuildRequires: perl-Test-Harness
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (git-lfs-v2.13.3.tar.gz) = 2c9e10e4f2fdb5d6bae8994db5879f50596109f3057e7369a9edca3c13c3f4d77e268e3903a0abca60cf8e342ff54bc4920c01a530f8eb400e3a0cc11a171f74
|
||||
SHA512 (sha256sums-2.13.3.asc) = 50a0c2e6e630276321662ffb8b18f04d55ace5ef3a1e00d5dcd7966b03b62eb4a286f2379fb639805be2b4273ab1939e51f789b007508f6e4701225b8b87fe16
|
||||
SHA512 (git-lfs-v3.0.1.tar.gz) = 427345a46d372a7d249065f7617b5f1abf068f1314660b2080d0cd27942b2d629396a0639bd268ba00802b7c93e34be9441613f5038a46e5261b420037fe8b1c
|
||||
SHA512 (sha256sums-3.0.1.asc) = d04bd51b6714d8c601f5aa0d4d9e02a375f0182b1d2cb5ad5d859dfcd7b105e94171197315a1773804945c8ed2008943514f107edfce3be6ef070cd916b5f4f1
|
||||
SHA512 (core-gpg-keys.tar.gz) = 59a4507f45a501e6b579ab70ebd650740b7e098b32e16a346d466c7e73da6ab721447fda44663725dd331fca3f53d2892a9421c8f85385a2bbfde18657f37d49
|
||||
|
Loading…
Reference in New Issue
Block a user