Customize vendor info in version output.

This commit is contained in:
Elliott Sales de Andrade 2019-08-30 17:51:11 -04:00
parent 2bed7ac4a0
commit ff1a7b1374

View File

@ -4,7 +4,7 @@ Version: 2.8.0
%gometa %gometa
Name: git-lfs Name: git-lfs
Release: 1%{?dist} Release: 2%{?dist}
Summary: Git extension for versioning large files Summary: Git extension for versioning large files
License: MIT License: MIT
@ -74,6 +74,7 @@ ronn --roff man/*.ronn
../_bin/mangen ../_bin/mangen
popd popd
LDFLAGS="-X 'github.com/git-lfs/git-lfs/config.Vendor=Fedora %{fedora}' " \
%gobuild -o _bin/git-lfs %{goipath} %gobuild -o _bin/git-lfs %{goipath}
# Build test executables # Build test executables
@ -120,6 +121,9 @@ PATH=%{buildroot}%{_bindir}:$PWD/_bin:$PATH \
%changelog %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 * Fri Aug 30 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.8.0-1
- Update to latest version - Update to latest version