diff --git a/jgit.spec b/jgit.spec index fe7733fd71d843b9820dca8daa05f365e7246aa9..9edd1fe8454c18ba9b10367b5c1fc0f56520349e 100644 --- a/jgit.spec +++ b/jgit.spec @@ -2,7 +2,7 @@ %bcond_with tests Name: jgit Version: 5.11.0 -Release: 2 +Release: 3 Summary: A pure java implementation of git License: BSD-3-Clause URL: https://www.eclipse.org/jgit/ @@ -40,9 +40,7 @@ Summary: API documentation for %{name} %{summary}. %prep -%setup -n jgit-%{gittag} -q -%patch0 -p1 -%patch1 -p1 +%autosetup -n jgit-%{gittag} -p1 rm .mvn/maven.config %pom_xpath_remove "pom:configuration/pom:annotationProcessorPaths" @@ -101,6 +99,9 @@ EOF %license LICENSE %changelog +* Tue May 09 2023 shenbowen - 5.11.0-3 +- modify %patchxxx -p1 to %autosetup -p1 + * Wed Mar 29 2023 Ge Wang - 5.11.0-2 - Add classpath to resolve NoClassDefFoundError