From 92f08c0800c22e7f829e3afd22237f0275e21273 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 10 May 2022 12:05:24 +0000 Subject: [PATCH] License compliance rectification --- git-lfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/git-lfs.spec b/git-lfs.spec index 3a3a965..8b49b7f 100644 --- a/git-lfs.spec +++ b/git-lfs.spec @@ -4,10 +4,10 @@ # https://github.com/git-lfs/git-lfs Name: git-lfs Version: 2.12.0 -Release: 2 +Release: 3 Summary: Git extension for versioning large files -License: MIT and BSD and Apache-2.0 and MPL-2.0 +License: MIT and BSD-2-Clause and BSD-3-Clause 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 @@ -53,6 +53,9 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi %changelog +* Tue May 10 2022 chenchen - 2.12.0-3 +- License compliance rectification + * Mon Dec 13 2021 zhaoshuang - 2.12.0-2 - remove "%{dist}" from spec file -- Gitee