commit 379d9c1873baa887cd659561b36971b89117b425
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed May 29 06:34:37 2019 -0500
Require /usr/bin/mongod on F30+.
unifi.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/unifi.spec b/unifi.spec
index aae0d7c..4ad27a6 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -5,7 +5,7 @@
Name: unifi
Version: 5.10.23
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Ubiquiti UniFi controller
License: Proprietary
@@ -31,8 +31,7 @@ BuildRequires: %{_bindir}/execstack
%if 0%{?fedora} > 29
#
https://fedoraproject.org/wiki/Changes/MongoDB_Removal
-# Must use MongoDB provided version/package.
-Requires: mongodb-org-server
+Requires: /usr/bin/mongod
%else
Requires: mongodb-server
%endif
@@ -304,6 +303,9 @@ fi
%changelog
+* Wed May 29 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.10.23-2
+- Require /usr/bin/mongod on F30+.
+
* Sat May 04 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.10.23-1
- Update to 5.10.23.