Add glassfish-servlet-api version limit
(cherry picked from commit 5d4752d17ae3975bf1cf86f7a318d1d1ebaef795)
This commit is contained in:
parent
9e73676787
commit
49eee6d5cc
7
h2.spec
7
h2.spec
@ -1,6 +1,6 @@
|
||||
Name: h2
|
||||
Version: 1.4.196
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Java SQL database
|
||||
License: (EPL-1.0 or MPLv2.0 or LGPLv3+) and ASL 2.0
|
||||
URL: http://www.h2database.com
|
||||
@ -9,7 +9,7 @@ Source1: https://repo1.maven.org/maven2/com/h2database/h2/%{version}
|
||||
Patch0: port-to-lucene-6.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: javapackages-local lucene >= 6.1.0 lucene-analysis >= 6.1.0
|
||||
BuildRequires: lucene-queryparser >= 6.1.0 slf4j felix-osgi-core glassfish-servlet-api jts
|
||||
BuildRequires: lucene-queryparser >= 6.1.0 slf4j felix-osgi-core glassfish-servlet-api <= 3.1.0 jts
|
||||
%description
|
||||
H2 is a the Java SQL database. The main features of H2 are: Very fast, open
|
||||
source, JDBC API; Embedded and server modes; In-memory databases; Browser
|
||||
@ -64,6 +64,9 @@ sh build.sh jar docs
|
||||
%license src/docsrc/html/license.html
|
||||
|
||||
%changelog
|
||||
* Fri Sep 23 2022 caodongxia <caodongxia@h-partners.com> - 1.4.196-4
|
||||
- Add glassfish-servlet-api version limit
|
||||
|
||||
* Mon Jun 27 2022 Xinyi Gou <plerks@163.com> - 1.4.196-3
|
||||
- Specify license version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user