From d7dc1c4a6a25a967404e07d5f58cd6d0b24ed8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=81=AC?= Date: Fri, 13 Dec 2024 08:27:47 +0000 Subject: [PATCH] fix build warnings: patchN is deprecated, use patch N (or %patch -P N) (cherry picked from commit 46ddf983b7dabcd87d2c9feb23fb0d14959955f4) --- glassfish-fastinfoset.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glassfish-fastinfoset.spec b/glassfish-fastinfoset.spec index fbab3f8..f70247b 100644 --- a/glassfish-fastinfoset.spec +++ b/glassfish-fastinfoset.spec @@ -1,6 +1,6 @@ Name: glassfish-fastinfoset Version: 1.2.15 -Release: 1 +Release: 2 Summary: Fast Infoset License: ASL 2.0 URL: https://fi.java.net @@ -35,7 +35,7 @@ rm -rf xml-data.zip.REMOVED.git-id mv code/* ./ rm -rf code -%patch0 -p1 +%patch 0 -p1 %pom_xpath_remove "pom:build/pom:extensions" %pom_remove_plugin :findbugs-maven-plugin %pom_remove_plugin :maven-antrun-extended-plugin @@ -65,6 +65,9 @@ rm -rf fastinfoset/src/main/java/module-info.java %doc copyright.txt LICENSE README.md %changelog +* Fri Dec 13 2024 litian - 1.2.15-2 +- fix %patchN is deprecated warning + * Tue Jul 11 2023 Ge Wang - 1.2.15-1 - Update to version 1.2.15