Update to 3.7.1
Resolves: RHEL-118154, RHEL-122429
This commit is contained in:
parent
8add5ce873
commit
bdb20a0b71
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/git-lfs-v3.4.1.tar.gz
|
||||
/git-lfs-v3.6.0.tar.gz
|
||||
/git-lfs-v3.6.1.tar.gz
|
||||
/git-lfs-v3.7.1.tar.gz
|
||||
|
||||
26
git-lfs.spec
26
git-lfs.spec
@ -2,14 +2,14 @@
|
||||
|
||||
# https://github.com/git-lfs/git-lfs
|
||||
%global goipath github.com/git-lfs/git-lfs/v3
|
||||
Version: 3.6.1
|
||||
Version: 3.7.1
|
||||
|
||||
%gometa
|
||||
|
||||
%global gobuilddir %{_builddir}/%{name}-%{version}/_build
|
||||
|
||||
Name: git-lfs
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Git extension for versioning large files
|
||||
|
||||
License: MIT
|
||||
@ -17,11 +17,6 @@ URL: https://git-lfs.github.io/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
|
||||
Source1: README.Fedora
|
||||
|
||||
# Without this patch, Git-LFS fails to build with Go 1.24<
|
||||
# Based on https://github.com/git-lfs/git-lfs/pull/5998
|
||||
# Added logic that preserves original behavior of error messages and avoids the format string test failures
|
||||
Patch0: 0001-Use-constant-format-string.patch
|
||||
|
||||
# Generated provides by vendor2provides.py
|
||||
# https://src.fedoraproject.org/rpms/syncthing/blob/603e4e03a92a7d704d199629dd85304018e8279d/f/vendor2provides.py
|
||||
Provides: bundled(golang(github.com/alexbrainman/sspi)) = 909beea
|
||||
@ -29,9 +24,10 @@ Provides: bundled(golang(github.com/avast/retry-go)) = 2.4.2+incompatible
|
||||
Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/dpotapov/go-spnego)) = 298b63a
|
||||
Provides: bundled(golang(github.com/git-lfs/gitobj/v2)) = 2.1.1
|
||||
Provides: bundled(golang(github.com/git-lfs/go-netrc)) = f0c862d
|
||||
Provides: bundled(golang(github.com/git-lfs/go-netrc)) = ba0029b
|
||||
Provides: bundled(golang(github.com/git-lfs/pktline)) = 06e9096
|
||||
Provides: bundled(golang(github.com/git-lfs/wildmatch/v2)) = 2.0.1
|
||||
Provides: bundled(golang(github.com/golang/groupcache)) = 2c02b82
|
||||
Provides: bundled(golang(github.com/hashicorp/go-uuid)) = 1.0.2
|
||||
Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = 1.1.0
|
||||
Provides: bundled(golang(github.com/jcmturner/aescts/v2)) = 2.0.0
|
||||
@ -54,11 +50,11 @@ Provides: bundled(golang(github.com/stretchr/testify)) = 1.6.1
|
||||
Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = 4e3ac27
|
||||
Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = bd5ef7b
|
||||
Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = 6b67b3f
|
||||
Provides: bundled(golang(golang.org/x/crypto)) = 0.21.0
|
||||
Provides: bundled(golang(golang.org/x/net)) = 0.23.0
|
||||
Provides: bundled(golang(golang.org/x/sync)) = 0.1.0
|
||||
Provides: bundled(golang(golang.org/x/sys)) = 0.18.0
|
||||
Provides: bundled(golang(golang.org/x/text)) = 0.14.0
|
||||
Provides: bundled(golang(golang.org/x/crypto)) = 0.36.0
|
||||
Provides: bundled(golang(golang.org/x/net)) = 0.38.0
|
||||
Provides: bundled(golang(golang.org/x/sync)) = 0.12.0
|
||||
Provides: bundled(golang(golang.org/x/sys)) = 0.31.0
|
||||
Provides: bundled(golang(golang.org/x/text)) = 0.23.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
|
||||
|
||||
@ -160,6 +156,10 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 05 2026 Ondřej Pohořelský <opohorel@redhat.com> - 3.7.1-1
|
||||
- Update to 3.7.1
|
||||
- Resolves: RHEL-118154, RHEL-122429
|
||||
|
||||
* Mon Aug 11 2025 Ondřej Pohořelský <opohorel@redhat.com> - 3.6.1-3
|
||||
- Add patch to fix build failures with Go 1.24<
|
||||
- Resolves: RHEL-106475
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (git-lfs-v3.6.1.tar.gz) = 128dbcb503e71ccfc3aa97f92e191e1bed7432d7677723b518c86d211ad9660736dce1ac6ae94a1f7709567b7211c61885730f95ecea09f4aa4172e1c710d167
|
||||
SHA512 (git-lfs-v3.7.1.tar.gz) = d8ffb262949c661b13cbfb733786701f2acc95b05f11d3d327eff585911b203ef6fc104d1060c57a62a7fb5117909e5e805d5fabbefb0da8c966227c528e2ea6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user