[vdr-skindesigner] Update to 1.2.8.1
by Martin Gansser
commit f767da4d43fe7d4854711ad53c267ebeaa438e2a
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Oct 14 15:52:52 2019 +0200
Update to 1.2.8.1
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index f56504c..8df0e97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.2.7.tar.bz2
/skindesigner.diff.gz
/vdr-plugin-skindesigner-1.2.8.tar.bz2
+/vdr-plugin-skindesigner-1.2.8.1.tar.bz2
diff --git a/sources b/sources
index f183c30..0bf9182 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3fb9922ccb9a94872ed1891a53cdc10 vdr-plugin-skindesigner-1.2.8.tar.bz2
+SHA512 (vdr-plugin-skindesigner-1.2.8.1.tar.bz2) = 69482a8875df8c665559d09ba01aee898de650c176dd5af2495e1a05fa4fcaa25fc87df270191feb003f4cd1c41a45e68c74ccb909eb203e919e814d24e89f27
5 years, 1 month
[vdr-skindesigner] Update to 1.2.8.1
by Martin Gansser
commit 90dba2ab67d8e9a3e004a8468fe75c4c1b0ddb4d
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Oct 14 15:46:38 2019 +0200
Update to 1.2.8.1
vdr-skindesigner.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index e3e8393..5d5f608 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,8 +1,8 @@
%global sname skindesigner
Name: vdr-skindesigner
-Version: 1.2.8
-Release: 4%{?dist}
+Version: 1.2.8.1
+Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
@@ -122,6 +122,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Mon Oct 14 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.8.1-1
+- Update to 1.2.8.1
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 1 month
[unifi-lts] Remove hard dependency on mongodb and document in SETUP. Fix Requires for java to comply with guidel
by Richard Shaw
commit 4097d4804e7f5a0f29e6f5f65fbb184e9afb10a4
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Oct 14 08:34:00 2019 -0500
Remove hard dependency on mongodb and document in SETUP.
Fix Requires for java to comply with guidelines.
Try JAVA_HOME instead of forcing java 1.8.0 via alternatives.
SETUP | 21 ++++++++++++++++++---
unifi-lts.spec | 24 ++++++++++++------------
unifi.service | 10 ++++------
3 files changed, 34 insertions(+), 21 deletions(-)
---
diff --git a/SETUP b/SETUP
index 7dd8cc0..c6102d7 100644
--- a/SETUP
+++ b/SETUP
@@ -1,12 +1,27 @@
-For RHEL/CentOS/SL etc, you will also need Fedora EPEL repository installed for mongodb, on CentOS it's already available:
+####################
+#### All systems ###
+####################
-(as root or sudo)
-# yum install epel-release
+Since MongoDB was removed from Fedora[1] it must be installed separately. The
+EL7 community package[1] from MongoDB works on Fedora as well.
+
+[1] https://fedoraproject.org/wiki/Changes/MongoDB_Removal
+[2] https://www.mongodb.com/download-center/community
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-lts.spec b/unifi-lts.spec
index a397d56..7b14f36 100644
--- a/unifi-lts.spec
+++ b/unifi-lts.spec
@@ -5,7 +5,7 @@
Name: unifi-lts
Version: 5.6.42
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Ubiquiti UniFi controller LTS
License: Proprietary
@@ -28,14 +28,11 @@ Requires: firewalld-filesystem
BuildRequires: firewalld-filesystem
BuildRequires: %{_bindir}/execstack
-%if 0%{?fedora} > 29 || 0%{?rhel} > 7
-Requires: mongodb-org-server
-%else
-Requires: mongodb-server
-%endif
-Requires: java-1.8.0-openjdk-headless
-Requires(post): policycoreutils-python
-Requires(postun): policycoreutils-python
+# https://fedoraproject.org/wiki/Changes/MongoDB_Removal
+#Requires: /usr/bin/mongod
+Requires: java-headless = 1:1.8.0
+Requires(post): policycoreutils-python-utils
+Requires(postun): policycoreutils-python-utils
# Unbundled fonts
Requires: fontawesome-fonts
@@ -212,9 +209,7 @@ install -p %{SOURCE100} %{SOURCE101} .
# Workaround script for MongoDB 3.6 no longer accepting --nohttpinterface.
# See: https://community.ubnt.com/t5/UniFi-Routing-Switching/MongoDB-3-6/m-p/232...
#
-%if 0%{?fedora} >= 28
- install -pm 0755 %{SOURCE6} %{buildroot}%{_datadir}/unifi/bin/mongod
-%endif
+install -pm 0755 %{SOURCE6} %{buildroot}%{_datadir}/unifi/bin/mongod
%pre
@@ -286,6 +281,11 @@ fi
%changelog
+* Mon Oct 14 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.6.42-3
+- Remove hard dependency on mongodb and document in SETUP.
+- Fix Requires for java to comply with guidelines.
+- Try JAVA_HOME instead of forcing java 1.8.0 via alternatives.
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.6.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/unifi.service b/unifi.service
index ee71880..f4bf151 100644
--- a/unifi.service
+++ b/unifi.service
@@ -7,12 +7,10 @@ Wants=network-online.target
Type=simple
User=unifi
WorkingDirectory=/usr/share/unifi
-# Has to be run though bash script due to java issue, see:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1358476#c20
-#ExecStart=/usr/sbin/unifi start
-#ExecStop=/usr/sbin/unifi stop
-ExecStart=/usr/bin/java -jar /usr/share/unifi/lib/ace.jar start
-ExecStop=/usr/bin/java -jar /usr/share/unifi/lib/ace.jar stop
+EnvironmentFile=-/etc/sysconfig/unifi
+Environment=JAVA_HOME=/usr/lib/jvm/jre-1.8.0
+ExecStart=/usr/lib/jvm/jre-1.8.0/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar start
+ExecStop=/usr/lib/jvm/jre-1.8.0/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar stop
Restart=on-success
[Install]
5 years, 1 month
[unifi/f30] (4 commits) ...Update %%files to pickup new unifi cloud firewalld configuration file.
by Richard Shaw
Summary of changes:
6ae8e05... Change requirement from policycoreutils-python to policycor (*)
37dad2a... Remove mongod requires and move config info to SETUP. Fix R (*)
4acfb54... Final fix for using java 1.8.0 without alternatives. (*)
fb76f03... Update %%files to pickup new unifi cloud firewalld configur (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[chromium-vaapi/f29: 21/21] Merge branch 'master' into f29
by hellbanger
commit 7c3ef9b0d3bacdbfd2147a9c0f0c5c6a416fac0b
Merge: 5144c74 e01e3e3
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Mon Oct 14 08:34:04 2019 +0530
Merge branch 'master' into f29
chromium-vaapi.spec | 6 ++++--
sources | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
---
5 years, 1 month
[chromium-vaapi/f29] (21 commits) ...Merge branch 'master' into f29
by hellbanger
Summary of changes:
5e4b736... Update to 73.0.3683.103. (*)
846be0c... Merge branch 'master' into f30 (*)
5a043eb... Merge branch 'master' into f30 (*)
b5ae81c... Merge branch 'master' into f30 (*)
0dc6aab... Merge branch 'master' into f30 (*)
a16c57f... Merge branch 'master' into f30 (*)
7d52ac7... Merge branch 'master' into f30 (*)
7bf836e... Merge branch 'master' into f30 (*)
4b7d14f... Merge branch 'master' into f30 (*)
e9e9fcd... Merge branch 'master' into f30 (*)
24e2c81... Remove the orig file (*)
c3570e3... Merge branch 'master' into f30 (*)
7225b60... Merge branch 'master' into f30 (*)
ba193ad... Merge branch 'master' into f30 (*)
b65c857... Merge branch 'master' into f30 (*)
578480c... Merge branch 'master' into f30 (*)
55586db... Update to 77.0.3865.120 (*)
c1aa6a5... Upload: New Sources (*)
8d976e2... Remove: blink symbol level gn flag, use the default option (*)
e01e3e3... Merge branch 'f30' (*)
7c3ef9b... Merge branch 'master' into f29
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month