From fd868a8caf3823604e6e73efb2267c9b6360fac6 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 7 Apr 2023 02:48:56 +0000 Subject: [PATCH] fix building with redis --- unbound.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index d84d54d..27967bf 100644 --- a/unbound.spec +++ b/unbound.spec @@ -80,7 +80,7 @@ BuildRequires: systemd-devel BuildRequires: libnghttp2-devel %endif %if %{with redis} -BuildRequires: redis-devel +BuildRequires: hiredis-devel %endif %if 0%{?fedora} >= 30 || 0%{?rhel} >= 9 BuildRequires: systemd-rpm-macros