Add glassfish-servlet-api version limit

(cherry picked from commit f725b7d17905fa685a106c726be6106c3fb217a7)
This commit is contained in:
caodongxia 2022-09-23 18:29:09 +08:00 committed by openeuler-sync-bot
parent afe1162d87
commit 761e866568

View File

@ -1,6 +1,6 @@
Name: geronimo-jaxrpc
Version: 2.1
Release: 23
Release: 24
Summary: Java XML RPC API
License: ASL 2.0 and W3C
@ -9,7 +9,7 @@ Source0: https://repo1.maven.org/maven2/org/apache/geronimo/specs/geronim
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0 jpackage-utils maven-local geronimo-parent-poms maven-resources-plugin
BuildRequires: saaj_api geronimo-osgi-locator glassfish-servlet-api maven-surefire-provider-junit
BuildRequires: saaj_api geronimo-osgi-locator glassfish-servlet-api <= 3.1.0 maven-surefire-provider-junit
Provides: jaxrpc_api = 1.1
@ -45,5 +45,8 @@ sed -i 's/\r//' LICENSE NOTICE
%doc NOTICE
%changelog
* Fri Sep 23 2022 caodongxia <caodongxia@h-partners.com> - 2.1-24
- Add glassfish-servlet-api version limit
* Wed Feb 26 2020 lihao <lihao129@huawei.com> - 2.1-23
- Package Init