commit 683a6004a86d64d3f1a88b531533eefe7e10c4b3
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun Jul 9 06:56:15 2023 -0500
Add conditonal for new fontawesome package in Fedora 39.
unifi.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/unifi.spec b/unifi.spec
index 044e810..36bd1ab 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -35,7 +35,9 @@ Requires(post): policycoreutils-python-utils
Requires(postun): policycoreutils-python-utils
# Unbundled fonts
+%if %{?fedora} < 39
Requires: fontawesome-fonts
+%endif
Requires: fontawesome-fonts-web
# Prevent both packges from being installed.