From ebcf9844dc10c623d7779a18ec46197190bca995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Tue, 18 Jul 2023 10:40:44 +0000 Subject: [PATCH] Fix openssl devel name. Actually greatsql support openssl 3 now, there is no need force openssl1.1 --- greatsql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greatsql.spec b/greatsql.spec index 0700834..6f87a3f 100644 --- a/greatsql.spec +++ b/greatsql.spec @@ -138,7 +138,7 @@ BuildRequires: ncurses-devel BuildRequires: pam-devel BuildRequires: readline-devel BuildRequires: numactl-devel -BuildRequires: compat-openssl11-devel +BuildRequires: openssl-devel BuildRequires: zlib-devel BuildRequires: bison BuildRequires: openldap-devel -- Gitee