From 4e46d8caa3cea12edbccf19e15a146c28e692980 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Wed, 8 Mar 2023 14:33:55 +0800 Subject: [PATCH] change Buildrequires from java-devel to java-1.8.0-openjdk-devel Signed-off-by: cherry530 (cherry picked from commit eeaf5001ed823943b1626f422f22a7a4fd7a2917) --- libtcnative.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtcnative.spec b/libtcnative.spec index d7638ef..93e712e 100644 --- a/libtcnative.spec +++ b/libtcnative.spec @@ -1,6 +1,6 @@ Name: libtcnative-1-0 Version: 1.2.23 -Release: 5 +Release: 6 Summary: JNI wrappers for Apache Portable Runtime for Tomcat License: Apache-2.0 Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html @@ -9,7 +9,7 @@ Source1: https://archive.apache.org/dist/tomcat/tomcat-connectors/na # https://www.apache.org/dist/tomcat/tomcat-connectors/KEYS Source2: %{name}.keyring -BuildRequires: fdupes java-devel javapackages-tools apr-devel gcc +BuildRequires: fdupes java-1.8.0-openjdk-devel javapackages-tools apr-devel gcc BuildRequires: openssl-devel >= 1.0.2 pkgconfig Provides: tcnative = %{version} Provides: tomcat-native = %{version} @@ -79,6 +79,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/libtcnative-1.a %changelog +* Wed Mar 08 2023 xu_ping - 1.2.23-6 +- change Buildrequires from java-devel to java-1.8.0-openjdk-devel. + * Wed Nov 10 2021 caodongxia - 1.2.23-5 - Obsoletes tomcat-native -- Gitee