diff --git a/jgit.spec b/jgit.spec index e41aae79d70c1fe05fb7b3f86de07a84a9ad1c6b..c7074d626eb4053d9fc6e1bbbbcfb4615fd05296 100644 --- a/jgit.spec +++ b/jgit.spec @@ -2,7 +2,7 @@ %bcond_with tests Name: jgit Version: 5.13.0 -Release: 2 +Release: 3 Summary: A pure java implementation of git License: BSD-3-Clause URL: https://www.eclipse.org/jgit/ @@ -42,9 +42,9 @@ Summary: API documentation for %{name} %prep %setup -n jgit-%{gittag} -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 rm .mvn/maven.config %pom_xpath_remove "pom:configuration/pom:annotationProcessorPaths" @@ -103,6 +103,9 @@ EOF %license LICENSE %changelog +* Tue Dec 17 2024 litian - 5.13.0-3 +- fix %patchN is deprecated warning + * Tue Dec 26 2023 wangkai <13474090681@163.com> - 5.13.0-2 - Fix CVE-2023-4759