!7 [sync] PR-4: Add glassfish-servlet-api version limit
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
71d9433db3
@ -2,7 +2,7 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: jgit
|
Name: jgit
|
||||||
Version: 5.4.0
|
Version: 5.4.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A pure java implementation of git
|
Summary: A pure java implementation of git
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://www.eclipse.org/jgit/
|
URL: https://www.eclipse.org/jgit/
|
||||||
@ -13,7 +13,7 @@ Patch2: 0003-Remove-dependency-on-javax.xml.bind-package.patch
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: maven-local mvn(args4j:args4j) mvn(com.google.code.gson:gson)
|
BuildRequires: maven-local mvn(args4j:args4j) mvn(com.google.code.gson:gson)
|
||||||
BuildRequires: mvn(com.googlecode.javaewah:JavaEWAH) mvn(com.jcraft:jsch)
|
BuildRequires: mvn(com.googlecode.javaewah:JavaEWAH) mvn(com.jcraft:jsch)
|
||||||
BuildRequires: mvn(com.jcraft:jzlib) mvn(javax.servlet:javax.servlet-api) mvn(junit:junit)
|
BuildRequires: mvn(com.jcraft:jzlib) mvn(javax.servlet:javax.servlet-api) <= 3.1.0 mvn(junit:junit)
|
||||||
BuildRequires: mvn(net.i2p.crypto:eddsa) mvn(org.apache.ant:ant)
|
BuildRequires: mvn(net.i2p.crypto:eddsa) mvn(org.apache.ant:ant)
|
||||||
BuildRequires: mvn(org.apache.commons:commons-compress)
|
BuildRequires: mvn(org.apache.commons:commons-compress)
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
||||||
@ -94,5 +94,8 @@ EOF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 23 2022 caodongxia <caodongxia@h-partners.com> - 5.4.0-2
|
||||||
|
- Add glassfish-servlet-api version limit
|
||||||
|
|
||||||
* Fri Aug 7 2020 Jeffery.Gao <gaojianxing@huawei.com> - 5.4.0-1
|
* Fri Aug 7 2020 Jeffery.Gao <gaojianxing@huawei.com> - 5.4.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user