From ff7dfc2628cf724758961d5173c0d1f56dabe1a6 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Feb 16 2021 00:09:58 +0000 Subject: Enable hyperscan on EPEL 8+ --- diff --git a/suricata.spec b/suricata.spec index abddcae..0f46c94 100644 --- a/suricata.spec +++ b/suricata.spec @@ -1,7 +1,7 @@ Summary: Intrusion Detection System Name: suricata Version: 6.0.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 URL: https://suricata-ids.org/ Source0: https://www.openinfosecfoundation.org/download/%{name}-%{version}.tar.gz @@ -44,7 +44,7 @@ BuildRequires: libevent-devel #BuildRequires: libprelude-devel BuildRequires: pkgconfig(gnutls) -%if 0%{?fedora} >= 25 +%if 0%{?fedora} >= 25 || 0%{?epel} >= 8 %ifarch x86_64 BuildRequires: hyperscan-devel %endif @@ -181,6 +181,9 @@ chown suricata %{_var}/log/%{name}/* %{_datadir}/%{name}/rules %changelog +Sat Feb 13 2021 Miro HronĨok - 6.0.1-4 +- Enable hyperscan on EPEL 8+ + * Wed Jan 27 2021 Fedora Release Engineering - 6.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild