From 49a9fe590033e8dcd18f8a371cdecdd89b226369 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 14 Oct 2021 14:21:32 +0200 Subject: [PATCH] rpms: Add dependency for libzstd --- bacula/platforms/rpms/redhat/bacula.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bacula/platforms/rpms/redhat/bacula.spec.in b/bacula/platforms/rpms/redhat/bacula.spec.in index 64daf31c5..b8e743608 100644 --- a/bacula/platforms/rpms/redhat/bacula.spec.in +++ b/bacula/platforms/rpms/redhat/bacula.spec.in @@ -326,6 +326,10 @@ BuildRequires: openldap-devel # should we enable tcp wrappers support %{?build_tcpwrappers:%define tcpwrappers 1} +%if 0%{rhel8} +BuildRequires: libzstd-devel +%endif + # should we enable tcp wrappers support %if %{rhel8} || %{rhel9} || %{fc31} %define tcpwrappers 0 -- 2.47.3