[unifi-lts] Rebuild with conditional for FontAwesome6.
by Richard Shaw
commit 05402aa95e182f113f7cdb9baa901a98f5caeef3
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Jul 10 07:20:58 2023 -0500
Rebuild with conditional for FontAwesome6.
unifi-lts.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/unifi-lts.spec b/unifi-lts.spec
index 67f40e0..2ca8170 100644
--- a/unifi-lts.spec
+++ b/unifi-lts.spec
@@ -5,7 +5,7 @@
Name: unifi-lts
Version: 5.6.42
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Ubiquiti UniFi controller LTS
License: Proprietary
@@ -289,6 +289,9 @@ fi
%changelog
+* Mon Jul 10 2023 Richard Shaw <hobbes1069(a)gmail.com> - 5.6.42-12
+- Rebuild with conditional for FontAwesome6.
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 5.6.42-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[unifi-lts] Add conditional for Fedora 39 which has FontAwesome6.
by Richard Shaw
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.
1 year, 4 months
[nvidia-settings-470xx/el8: 2/2] Merge branch 'master' into el8
by Vitaly Zaitsev
commit cf770a7b4beba0a9473659847f93a8cfd40e0e10
Merge: 3fce311 435e66a
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jul 10 13:03:07 2023 +0200
Merge branch 'master' into el8
.gitignore | 1 +
nvidia-settings-470xx.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
1 year, 4 months