!7 [sync] PR-4: fix build warnings: patchN is deprecated, use patch N (or %patch -P N)
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
b7c148b1d5
@ -1,6 +1,6 @@
|
|||||||
Name: glassfish-fastinfoset
|
Name: glassfish-fastinfoset
|
||||||
Version: 1.2.15
|
Version: 1.2.15
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Fast Infoset
|
Summary: Fast Infoset
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://fi.java.net
|
URL: https://fi.java.net
|
||||||
@ -35,7 +35,7 @@ rm -rf xml-data.zip.REMOVED.git-id
|
|||||||
mv code/* ./
|
mv code/* ./
|
||||||
rm -rf code
|
rm -rf code
|
||||||
|
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
%pom_xpath_remove "pom:build/pom:extensions"
|
%pom_xpath_remove "pom:build/pom:extensions"
|
||||||
%pom_remove_plugin :findbugs-maven-plugin
|
%pom_remove_plugin :findbugs-maven-plugin
|
||||||
%pom_remove_plugin :maven-antrun-extended-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
|
%doc copyright.txt LICENSE README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 13 2024 litian <dev11105@linx-info.com> - 1.2.15-2
|
||||||
|
- fix %patchN is deprecated warning
|
||||||
|
|
||||||
* Tue Jul 11 2023 Ge Wang <wang__ge@126.com> - 1.2.15-1
|
* Tue Jul 11 2023 Ge Wang <wang__ge@126.com> - 1.2.15-1
|
||||||
- Update to version 1.2.15
|
- Update to version 1.2.15
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user