[unifi/f28] (6 commits) ...Fix conditional for java add modules option.
by Richard Shaw
Summary of changes:
8933fa1... Update systemd service file to deal with Java 10 in F29+, f (*)
11ee5e8... Update java requires to address RFBZ#5126. (*)
7bff340... Update to 5.10.12. (*)
cdd2570... Update to 5.10.19 (*)
39193fc... Upload new sources. (*)
c839b1f... Fix conditional for java add modules option. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 8 months
[unifi] Fix conditional for java add modules option.
by Richard Shaw
commit c839b1f01e79f4074bddb4b74f49774c398935a4
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Feb 27 08:23:52 2019 -0600
Fix conditional for java add modules option.
unifi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/unifi.spec b/unifi.spec
index 0ea4a11..ec71814 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -218,7 +218,7 @@ install -p %{SOURCE100} %{SOURCE101} .
# https://community.ubnt.com/t5/UniFi-Wireless/Running-Unifi-Controller-on-...
#
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
-%if 0%{?fedora} >= 29
+%if 0%{?fedora} > 29
cat << EOF > %{buildroot}%{_sysconfdir}/sysconfig/%{name}
JAVA_OPTS="--add-modules java.activation"
EOF
5 years, 8 months
[unifi] Upload new sources.
by Richard Shaw
commit 39193fc561f9768eac3d6bf13c2fa3d49e242fa3
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Feb 27 08:19:55 2019 -0600
Upload new sources.
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 49d2b79..87b6805 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/UniFi-5.8.30.unix.zip
/UniFi-5.9.29.unix.zip
/UniFi-5.10.12.unix.zip
+/UniFi-5.10.19.unix.zip
diff --git a/sources b/sources
index 98c0005..043828b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-258b63dac227e166266001edcb578ea6 UniFi-5.10.12.unix.zip
+dcf1e28e6e38c4db94c7286ec0bfdc77 UniFi-5.10.19.unix.zip
5 years, 8 months
[unifi] Update to 5.10.19
by Richard Shaw
commit cdd2570c3c902484c3fe3f15c899337bb8541ff2
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Feb 26 15:31:15 2019 -0600
Update to 5.10.19
SETUP | 14 ++++++++++++++
unifi.spec | 19 +++++++------------
unifi.xml | 1 -
3 files changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/SETUP b/SETUP
index 094a2c9..6478a33 100644
--- a/SETUP
+++ b/SETUP
@@ -25,10 +25,24 @@ For RHEL/CentOS/SL etc, you will also need Fedora EPEL repository installed for
(as root or sudo)
# yum install epel-release
+####################
+#### All systems ###
+####################
+
Enable the unifi service and the firewall config:
# firewall-cmd --permanent --add-service=unifi
+
+To permit Cloud Access:
+
+# firewall-cmd --permanent --add-service=unifi-cloud
+
+Then reload the configuration:
+
# firewall-cmd --reload
+
+Enabling and starting the unifi service:
+
# systemctl enable unifi.service
# systemctl start unifi.service
diff --git a/unifi.spec b/unifi.spec
index 3531f2a..0ea4a11 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,7 +4,7 @@
%global __strip /bin/true
Name: unifi
-Version: 5.10.12
+Version: 5.10.19
Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
@@ -228,17 +228,6 @@ touch %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%pre
-# Migrate UniFi log to the proper directory
-if [ -d %{_sharedstatedir}/%{name}/logs ]; then
- mv -f %{_sharedstatedir}/%{name}/logs/* \
- %{_localstatedir}/log/%{name}/ 2>/dev/null
- rmdir %{_sharedstatedir}/%{name}/logs
-fi
-# Migrate run directory to the proper directory
-if [ ! -h %{_datadir}/%{name}/run ]; then
- mv -f %{_datadir}/%{name}/run \
- %{_sharedstatedir}/%{name}/ 2>/dev/null
-fi
getent group unifi >/dev/null || groupadd -r unifi
getent passwd unifi >/dev/null || \
useradd -r -g unifi -d %{_sharedstatedir}/%{name} -s /sbin/nologin \
@@ -306,6 +295,12 @@ fi
%changelog
+* Tue Feb 26 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.10.19-1
+- Update to 5.10.19
+
+* Thu Feb 14 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.10.17-1
+- Update to 5.10.17.
+
* Thu Feb 07 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.10.12-1
- Update to 5.10.12.
diff --git a/unifi.xml b/unifi.xml
index bfd19be..cc844fb 100644
--- a/unifi.xml
+++ b/unifi.xml
@@ -9,5 +9,4 @@
<port port="8843" protocol="tcp"/>
<port port="8880" protocol="tcp"/>
<port port="10001" protocol="udp"/>
-<!-- <port port="27117" protocol="tcp"/> -->
</service>
5 years, 8 months
[deadbeef-mpris2-plugin] Upload new sources.
by Vasiliy Glazov
commit f7190e0bb160cbe5644afc9c44b7c546ae06f438
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Feb 27 15:09:26 2019 +0300
Upload new sources.
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 6c35bbb..8b11c80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/deadbeef-mpris2-plugin-1.10.tar.xz
/deadbeef-mpris2-plugin-1.11.tar.xz
+/deadbeef-mpris2-plugin-1.12.tar.xz
diff --git a/sources b/sources
index b37ee50..6eac480 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03923767ea3d5e7fc8ddd8c4af93b311 deadbeef-mpris2-plugin-1.11.tar.xz
+5ee5d8f975b1432bc2056dfb8a105265 deadbeef-mpris2-plugin-1.12.tar.xz
5 years, 8 months
[deadbeef-mpris2-plugin] Update to 1.12.
by Vasiliy Glazov
commit 44953fd4af84675adde45e09a46ca7f1f1595690
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Feb 27 15:04:44 2019 +0300
Update to 1.12.
deadbeef-mpris2-plugin.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/deadbeef-mpris2-plugin.spec b/deadbeef-mpris2-plugin.spec
index 2b3cf41..907d86d 100644
--- a/deadbeef-mpris2-plugin.spec
+++ b/deadbeef-mpris2-plugin.spec
@@ -1,5 +1,5 @@
Name: deadbeef-mpris2-plugin
-Version: 1.11
+Version: 1.12
Release: 1%{?dist}
Summary: MPRISv2 plugin for the DeaDBeeF music player
@@ -44,6 +44,9 @@ rm %{buildroot}%{_libdir}/deadbeef/mpris.*a
%changelog
+* Wed Feb 27 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> 1.12-1
+- Update to 1.12
+
* Thu Dec 27 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> 1.11-1
- Update to 1.11
5 years, 8 months