From 1df0cad2f35dbee6bf9f2e28002bfc476a077872 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Sep 2025 15:41:33 +0200 Subject: minor --- valkey-search.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'valkey-search.spec') diff --git a/valkey-search.spec b/valkey-search.spec index b2b3dd8..fb3a4a6 100644 --- a/valkey-search.spec +++ b/valkey-search.spec @@ -36,12 +36,13 @@ Patch0: %{name}-offline.patch BuildRequires: valkey-devel >= 8.0 BuildRequires: ninja-build BuildRequires: cmake -BuildRequires: gcc +BuildRequires: gcc >= 12 BuildRequires: gcc-c++ BuildRequires: openssl-devel %if 0%{?fedora} >= 41 BuildRequires: openssl-devel-engine %endif +BuildRequires: systemd-devel Requires: valkey(modules_abi)%{?_isa} = %{valkey_modules_abi} Requires: valkey >= 8.0 -- cgit