!15 Change source

From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-17 01:14:45 +00:00 committed by Gitee
commit 436d0be576
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: jakarta-servlet
Version: 5.0.0
Release: 2
Release: 3
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
@ -26,7 +26,7 @@ and responses.
%{?javadoc_package}
%prep
%setup -q -n servlet-api-%{version}-RELEASE
%setup -q -n servlet-%{version}-RELEASE
%pom_remove_parent . api
@ -60,6 +60,9 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
%doc README.md
%changelog
* 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.