!13 [sync] PR-12: 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
cd72cb1187
@ -1,6 +1,6 @@
|
|||||||
Name: glassfish-ejb-api
|
Name: glassfish-ejb-api
|
||||||
Version: 3.2.2
|
Version: 3.2.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Java EJB 3.2 API Design Specification
|
Summary: Java EJB 3.2 API Design Specification
|
||||||
License: CDDL-1.1 or GPLv2 with exceptions
|
License: CDDL-1.1 or GPLv2 with exceptions
|
||||||
URL: https://java.net/projects/ejb-spec/
|
URL: https://java.net/projects/ejb-spec/
|
||||||
@ -25,7 +25,7 @@ This package contains javadoc for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n javax.ejb-%{version}
|
%setup -q -n javax.ejb-%{version}
|
||||||
cp %{SOURCE1} ./
|
cp %{SOURCE1} ./
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
%pom_remove_plugin :findbugs-maven-plugin
|
%pom_remove_plugin :findbugs-maven-plugin
|
||||||
%pom_remove_plugin :glassfishbuild-maven-plugin
|
%pom_remove_plugin :glassfishbuild-maven-plugin
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
@ -52,6 +52,9 @@ cp %{SOURCE1} ./
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 13 2024 litian <dev11105@linx-info.com> - 3.2.2-3
|
||||||
|
- fix %patchN is deprecated warning
|
||||||
|
|
||||||
* Tue Jan 16 2024 yaoxin <yao_xin001@hoperun.com> - 3.2.2-2
|
* Tue Jan 16 2024 yaoxin <yao_xin001@hoperun.com> - 3.2.2-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user