From 389e6ca1e3b8821df4772e2a1c7afacf374dca05 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 28 Oct 2022 07:15:47 -0700 Subject: [PATCH] Fix conditional --- wireshark.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireshark.spec b/wireshark.spec index adf2367..008fda6 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -72,7 +72,7 @@ BuildRequires: asciidoctor %if %{with_maxminddb} && 0%{?fedora} BuildRequires: libmaxminddb-devel %endif -%if %{with_lua} && 0%{fedora} +%if %{with_lua} && 0%{?fedora} BuildRequires: compat-lua-devel %endif Buildrequires: git-core