From 8b6f2305d1e9e0e02b81430030f26b5221317e87 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 14 Dec 2021 09:43:48 -0500 Subject: [PATCH] Fix for Fedora builds --- fedora/jellyfin-web.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index 22ea36480..d8195fb3f 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -10,7 +10,7 @@ URL: https://jellyfin.org Source0: jellyfin-web-%{version}.tar.gz BuildArch: noarch -%if 0%{?rhel} < 8 +%if 0%{?rhel} > 0 && 0%{?rhel} < 8 BuildRequires: nodejs %else BuildRequires: git