diff --git a/git-lfs.spec b/git-lfs.spec index 9eab3f7d38eb357b86438517870ae6127855385a..3a3a9654835914ec8229ba326292789c89ab7323 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -2,15 +2,15 @@ %bcond_without check # https://github.com/git-lfs/git-lfs -Version: 2.12.0 Name: git-lfs -Release: 1%{?dist} +Version: 2.12.0 +Release: 2 Summary: Git extension for versioning large files License: MIT and BSD and Apache-2.0 and MPL-2.0 URL: https://git-lfs.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz -Patch6000: 0001-use-vendor-dir-for-build.patch +Patch6000: 0001-use-vendor-dir-for-build.patch %if %{with check} # Tests @@ -53,5 +53,8 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi %changelog +* Mon Dec 13 2021 zhaoshuang - 2.12.0-2 +- remove "%{dist}" from spec file + * Sat Sep 19 2020 zhoukang - 2.12.0-1 - Initial package