From e37178e7143b04c1440c155d79eec6c7665df228 Mon Sep 17 00:00:00 2001 From: shenbowen Date: Tue, 9 May 2023 10:38:26 +0800 Subject: [PATCH] modify %patchxxx -p1 to %autosetup -p1 Signed-off-by: shenbowen --- jgit.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jgit.spec b/jgit.spec index fe7733f..9edd1fe 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 -- Gitee