From 5e2097ba174b851b52ee5c83e294b78f0062de30 Mon Sep 17 00:00:00 2001 From: kkz Date: Mon, 13 Dec 2021 18:06:50 +0800 Subject: [PATCH] remove '%{dist}' from sepc file --- git-lfs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/git-lfs.spec b/git-lfs.spec index 9eab3f7..3a3a965 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 -- Gitee