!3 [sync] PR-2: 给编译依赖mvn(javax.servlet:javax.servlet-api)添加版本限制解决自编译失败
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
05747f58a0
@ -2,7 +2,7 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
Name: apache-commons-chain
|
Name: apache-commons-chain
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An implementation of the GoF Chain of Responsibility pattern
|
Summary: An implementation of the GoF Chain of Responsibility pattern
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/chain/
|
URL: http://commons.apache.org/chain/
|
||||||
@ -11,7 +11,7 @@ Patch0: %{name}-%{version}-tests-servlet31.patch
|
|||||||
Patch1: %{name}-%{version}-portlet20.patch
|
Patch1: %{name}-%{version}-portlet20.patch
|
||||||
BuildRequires: maven-local mvn(commons-beanutils:commons-beanutils)
|
BuildRequires: maven-local mvn(commons-beanutils:commons-beanutils)
|
||||||
BuildRequires: mvn(commons-digester:commons-digester) mvn(commons-logging:commons-logging)
|
BuildRequires: mvn(commons-digester:commons-digester) mvn(commons-logging:commons-logging)
|
||||||
BuildRequires: mvn(javax.portlet:portlet-api) mvn(javax.servlet:javax.servlet-api)
|
BuildRequires: mvn(javax.portlet:portlet-api) mvn(javax.servlet:javax.servlet-api) = 3.1.0
|
||||||
BuildRequires: mvn(junit:junit) mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(junit:junit) mvn(org.apache.commons:commons-parent:pom:)
|
||||||
BuildRequires: mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec)
|
BuildRequires: mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -67,5 +67,8 @@ rm -r src/test/org/apache/commons/chain/config/ConfigParserTestCase.java
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 15 2023 wangkai <wangkai385@h-partners.com> - 1.2-2
|
||||||
|
- Add version limit to mvn(javax.servlet:javax.servlet-api)
|
||||||
|
|
||||||
* Tue Aug 4 2020 yanan li <liyanan032@huawei.com> - 1.2-1
|
* Tue Aug 4 2020 yanan li <liyanan032@huawei.com> - 1.2-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user