diff --git a/jgit.spec b/jgit.spec index e2c7a286025be8226c232ba8e4f59d9feb5a46a9..23ccd52676101e19c089d32b95f32b9e3b8cb948 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