From c1a036a755fd26e7e7a9cf87da5ada7195eedd16 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 11 May 2022 14:20:10 +0800 Subject: [PATCH] License compliance rectification --- jgit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jgit.spec b/jgit.spec index e2c7a28..23ccd52 100644 --- a/jgit.spec +++ b/jgit.spec @@ -2,9 +2,9 @@ %bcond_with tests Name: jgit Version: 5.4.0 -Release: 1 +Release: 2 Summary: A pure java implementation of git -License: BSD +License: BSD-3-Clause URL: https://www.eclipse.org/jgit/ Source0: https://git.eclipse.org/c/jgit/jgit.git/snapshot/jgit-%{gittag}.tar.xz Patch0: 0001-Ensure-the-correct-classpath-is-set-for-the-jgit-com.patch @@ -94,5 +94,8 @@ EOF %license LICENSE %changelog +* Wed may 11 2022 Ge Wang - 5.4.0-2 +- License compliance rectification + * Fri Aug 7 2020 Jeffery.Gao - 5.4.0-1 - Package init -- Gitee