Customize vendor info in version output.
This commit is contained in:
parent
2bed7ac4a0
commit
ff1a7b1374
@ -4,7 +4,7 @@ Version: 2.8.0
|
||||
%gometa
|
||||
|
||||
Name: git-lfs
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Git extension for versioning large files
|
||||
|
||||
License: MIT
|
||||
@ -74,6 +74,7 @@ ronn --roff man/*.ronn
|
||||
../_bin/mangen
|
||||
popd
|
||||
|
||||
LDFLAGS="-X 'github.com/git-lfs/git-lfs/config.Vendor=Fedora %{fedora}' " \
|
||||
%gobuild -o _bin/git-lfs %{goipath}
|
||||
|
||||
# Build test executables
|
||||
@ -120,6 +121,9 @@ PATH=%{buildroot}%{_bindir}:$PWD/_bin:$PATH \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 30 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.8.0-2
|
||||
- Customize vendor information in version
|
||||
|
||||
* Fri Aug 30 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.8.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user