commit 5a7616a20cd4561d967b6a7281b79f0400df4e95
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Jul 10 07:20:27 2023 -0500
Add conditional for Fedora 39 which has FontAwesome6.
unifi-lts.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/unifi-lts.spec b/unifi-lts.spec
index 56c8835..67f40e0 100644
--- a/unifi-lts.spec
+++ b/unifi-lts.spec
@@ -41,7 +41,9 @@ Requires(postun): policycoreutils-python-utils
%endif
# Unbundled fonts
+%if %{?fedora} < 39
Requires: fontawesome-fonts
+%endif
Requires: fontawesome-fonts-web
# Prevent other versions of unifi from being installed.
Show replies by date