Sync code

(cherry picked from commit 6e6d300924baf5a6999912b51632492ad7393c56)
This commit is contained in:
starlet-dx 2024-04-01 16:02:01 +08:00 committed by openeuler-sync-bot
parent 8c5aa0fd74
commit ae2705b281
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: jakarta-servlet
Version: 5.0.0
Release: 3
Release: 4
Summary: Server-side API for handling HTTP requests and responses
License: (EPL-2.0 or GPLv2 with exceptions) and ASL 2.0
URL: https://github.com/eclipse-ee4j/servlet-api
@ -27,7 +27,7 @@ and responses.
%{?javadoc_package}
%prep
%setup -q -n servlet-api-%{version}-RELEASE
%setup -q -n servlet-%{version}-RELEASE
%pom_remove_parent . api
@ -63,9 +63,12 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
%doc README.md
%changelog
* Tue Feb 28 2023 xu_ping <xuping33@h-partners.com> - 5.0.0-3
* Tue Feb 28 2023 xu_ping <xuping33@h-partners.com> - 5.0.0-4
- Add Confilict glassfish-servlet-api due to provides same file glassfish-servlet-api.jar
* Wed Nov 16 2022 wangkai <wangkai385@h-partners.com> - 5.0.0-3
- Change source
* Sat Feb 12 2022 Ge Wang <wangge20@huawei.com> - 5.0.0-2
- Fix install confilict with glassfish-servlet-api due to provides same file glassfish-servlet-api.jar

Binary file not shown.