commit bd56e2ceaba40f00aa72276e3748fbe9bad739d8
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Jul 10 07:41:16 2023 -0500
Fix conditional by prepending a 0 for EL releases.
unifi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/unifi.spec b/unifi.spec
index 36bd1ab..e166d74 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -35,7 +35,7 @@ Requires(post): policycoreutils-python-utils
Requires(postun): policycoreutils-python-utils
# Unbundled fonts
-%if %{?fedora} < 39
+%if 0%{?fedora} < 39
Requires: fontawesome-fonts
%endif
Requires: fontawesome-fonts-web