diff --git a/lucene.spec b/lucene.spec index 22e95ba7ef94fd02311bee481b0193bb4603e44d..9e241ef244573ca8748dab71366300c62a37acc8 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