!2 删除spec文件中的%{dist}

Merge pull request !2 from kkz/master
This commit is contained in:
openeuler-ci-bot 2021-12-14 01:43:50 +00:00 committed by Gitee
commit 70a1a1426f

View File

@ -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 <zhaoshuang@uniontech.com> - 2.12.0-2
- remove "%{dist}" from spec file
* Sat Sep 19 2020 zhoukang <gameoverboss@163.com> - 2.12.0-1
- Initial package