From 5d4752d17ae3975bf1cf86f7a318d1d1ebaef795 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Fri, 23 Sep 2022 18:27:05 +0800 Subject: [PATCH] Add glassfish-servlet-api version limit --- h2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/h2.spec b/h2.spec index 5fab9cb..0f369f6 100644 --- a/h2.spec +++ b/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 - 1.4.196-4 +- Add glassfish-servlet-api version limit + * Mon Jun 27 2022 Xinyi Gou - 1.4.196-3 - Specify license version -- Gitee