Add glassfish-servlet-api version limit
(cherry picked from commit faadc1ad315908a346afd6e6e36f3c11708547c7)
This commit is contained in:
parent
e8115505d3
commit
5518e72bff
@ -2,7 +2,7 @@
|
||||
%bcond_with tests
|
||||
Name: jgit
|
||||
Version: 5.4.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A pure java implementation of git
|
||||
License: BSD
|
||||
URL: https://www.eclipse.org/jgit/
|
||||
@ -13,7 +13,7 @@ Patch2: 0003-Remove-dependency-on-javax.xml.bind-package.patch
|
||||
BuildArch: noarch
|
||||
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.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(org.apache.commons:commons-compress)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
||||
@ -94,5 +94,8 @@ EOF
|
||||
%license LICENSE
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user