remove '%{dist}' from sepc file

This commit is contained in:
kkz 2021-12-13 18:06:50 +08:00
parent 05857f4f1f
commit 5e2097ba17

View File

@ -2,9 +2,9 @@
%bcond_without check %bcond_without check
# https://github.com/git-lfs/git-lfs # https://github.com/git-lfs/git-lfs
Version: 2.12.0
Name: git-lfs Name: git-lfs
Release: 1%{?dist} Version: 2.12.0
Release: 2
Summary: Git extension for versioning large files Summary: Git extension for versioning large files
License: MIT and BSD and Apache-2.0 and MPL-2.0 License: MIT and BSD and Apache-2.0 and MPL-2.0
@ -53,5 +53,8 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi
%changelog %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 * Sat Sep 19 2020 zhoukang <gameoverboss@163.com> - 2.12.0-1
- Initial package - Initial package