From 3f4caf74fc6488b7572116edf27f8d2723864eab Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Thu, 5 Dec 2024 17:17:00 +0000 Subject: [PATCH] Remove redundant BuildRequires (cherry picked from commit e2578cc9627615ba035ecbb543ce6e63d8ceab8c) --- lucene.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lucene.spec b/lucene.spec index 22e95ba..9e241ef 100644 --- a/lucene.spec +++ b/lucene.spec @@ -2,7 +2,7 @@ Summary: High-performance, full-featured text search engine Name: lucene Version: 7.7.0 -Release: 2 +Release: 3 Epoch: 0 License: ASL 2.0 URL: http://lucene.apache.org/ @@ -15,7 +15,6 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) %if %{without jp_minimal} BuildRequires: mvn(com.carrotsearch.randomizedtesting:randomizedtesting-runner) BuildRequires: mvn(com.ibm.icu:icu4j) mvn(commons-codec:commons-codec) -BuildRequires: mvn(commons-logging:commons-logging) mvn(junit:junit) BuildRequires: mvn(commons-logging:commons-logging) mvn(javax.servlet:javax.servlet-api) BuildRequires: mvn(javax.servlet:servlet-api) mvn(junit:junit) BuildRequires: mvn(net.sourceforge.nekohtml:nekohtml) mvn(org.antlr:antlr4-runtime) @@ -371,6 +370,9 @@ export JAVA_TOOL_OPTIONS="-Xmx4096m" %license lucene/LICENSE.txt lucene/NOTICE.txt %changelog +* Fri Dec 6 2024 Dingli Zhang - 0:7.7.0-3 +- Remove redundant BuildRequires + * Fri May 10 2024 Dingli Zhang - 0:7.7.0-2 - Update spec for RISCV64 due to OOM compilation error - Add Requires of several packages to resolve conflicts during installation