diff --git a/git-lfs.spec b/git-lfs.spec index 11c1975..537e8e5 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -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 - 2.8.0-2 +- Customize vendor information in version + * Fri Aug 30 2019 Elliott Sales de Andrade - 2.8.0-1 - Update to latest version