From 72bb15951ffec99cb763de51264a440923b0e65a Mon Sep 17 00:00:00 2001 From: hht8 Date: Wed, 15 Sep 2021 19:57:36 +0800 Subject: [PATCH] Modify buildrequires: java-devel to java-1.8.0-openjdk-devel --- libtcnative-1-0.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtcnative-1-0.spec b/libtcnative-1-0.spec index a3100a7..45efa4a 100644 --- a/libtcnative-1-0.spec +++ b/libtcnative-1-0.spec @@ -1,6 +1,6 @@ Name: libtcnative-1-0 Version: 1.2.23 -Release: 2 +Release: 3 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 +BuildRequires: fdupes java-1.8.0-openjdk-devel javapackages-tools apr-devel BuildRequires: openssl-devel >= 1.0.2 pkgconfig Provides: tcnative = %{version} @@ -77,6 +77,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/libtcnative-1.a %changelog +* Wed Sep 15 2020 huanghaitao - 1.2.23-3 +- Modify buildrequires: java-devel to java-1.8.0-openjdk-devel + * Sun Sep 27 2020 huanghaitao - 1.2.23-2 - Delete tomcat-native provides to fix confilct -- Gitee