!4 [sync] PR-3: Add glassfish-servlet-api version limit

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-09-19 07:49:23 +00:00 committed by Gitee
commit 6e9f19f731
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: httpunit Name: httpunit
Version: 1.7 Version: 1.7
Release: 1 Release: 2
Epoch: 0 Epoch: 0
URL: http://httpunit.sourceforge.net/ URL: http://httpunit.sourceforge.net/
Summary: Automated web site testing toolkit Summary: Automated web site testing toolkit
@ -16,9 +16,9 @@ Patch2: httpunit-servlettest.patch
Patch3: httpunit-servlet31.patch Patch3: httpunit-servlet31.patch
Patch4: junit4.patch Patch4: junit4.patch
BuildRequires: jpackage-utils >= 0:1.6 ant >= 0:1.6 nekohtml jtidy junit >= 0:3.8 BuildRequires: jpackage-utils >= 0:1.6 ant >= 0:1.6 nekohtml jtidy junit >= 0:3.8
BuildRequires: glassfish-servlet-api javamail >= 0:1.3 rhino java-devel >= 1:1.6.0 BuildRequires: glassfish-servlet-api <= 3.1.0 javamail >= 0:1.3 rhino java-devel >= 1:1.6.0
BuildRequires: javapackages-local BuildRequires: javapackages-local
Requires: junit >= 0:3.8 glassfish-servlet-api nekohtml rhino Requires: junit >= 0:3.8 glassfish-servlet-api <= 3.1.0 nekohtml rhino
BuildArch: noarch BuildArch: noarch
Obsoletes: httpunit-demo < %{epoch}:%{version} Obsoletes: httpunit-demo < %{epoch}:%{version}
%description %description
@ -88,5 +88,8 @@ popd
%doc doc/* %doc doc/*
%changelog %changelog
* Sat Aug 22 2020 huanghaitao <huanghaitao8@huawei.com> - 1.7-1 * Fri Sep 16 2022 caodongxia <caodongxia@h-partners.com> - 0:1.7-2
- Add glassfish-servlet-api version limit
* Sat Aug 22 2020 huanghaitao <huanghaitao8@huawei.com> - 0:1.7-1
- package init - package init