commit 7bff340a3d5125db62531870385ecc3dd0412966
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Feb 7 13:29:54 2019 -0600
Update to 5.10.12.
.gitignore | 1 +
sources | 2 +-
unifi.spec | 11 +++++++----
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25190a3..49d2b79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/UniFi-5.8.28.unix.zip
/UniFi-5.8.30.unix.zip
/UniFi-5.9.29.unix.zip
+/UniFi-5.10.12.unix.zip
diff --git a/sources b/sources
index e26fc90..98c0005 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c7df447b2e90cf9b48d8a7a3265066a UniFi-5.9.29.unix.zip
+258b63dac227e166266001edcb578ea6 UniFi-5.10.12.unix.zip
diff --git a/unifi.spec b/unifi.spec
index 9f63bb9..3531f2a 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,8 +4,8 @@
%global __strip /bin/true
Name: unifi
-Version: 5.9.29
-Release: 2%{?dist}
+Version: 5.10.12
+Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
License: Proprietary
@@ -217,13 +217,13 @@ install -p %{SOURCE100} %{SOURCE101} .
# Fixes RFBZ#5080, also see:
#
https://community.ubnt.com/t5/UniFi-Wireless/Running-Unifi-Controller-on-...
#
-%if 0%{?fedora} >= 29
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
+%if 0%{?fedora} >= 29
cat << EOF > %{buildroot}%{_sysconfdir}/sysconfig/%{name}
JAVA_OPTS="--add-modules java.activation"
EOF
%else
-touch %{buildroot}%{_sysconfdir}/%{name}
+touch %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%endif
@@ -306,6 +306,9 @@ fi
%changelog
+* Thu Feb 07 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.10.12-1
+- Update to 5.10.12.
+
* Tue Nov 13 2018 Richard Shaw <hobbes1069(a)gmail.com> - 5.9.29-2
- Update systemd service file to deal with Java 10 in F29+, fixes BZ#5080.