commit 278feb192baa698fc038cdb4519b6eeed4662c4a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 27 00:57:31 2020 +0000
Enable webservice (#5809)
VirtualBox.spec | 12 +++++++++++-
update_vbox.sh | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index cb0f0b2..33ec2af 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -16,6 +16,11 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print
toupper("%{prerel}")}')}
+%if 0%{?fedora} > 32
+ %bcond_with webservice
+%else
+ %bcond_without webservice
+%endif
# Now we use upstream pdf
%bcond_with docs
%bcond_without vnc
@@ -41,7 +46,7 @@
Name: VirtualBox
Version: 6.1.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -881,6 +886,11 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Mon Oct 26 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-2
+- Enable webservice (#5809)
+- wsimport was removed from Java 11, so we can't build webservice in F33+ until
+ Fedora have the package jaxws .
+
* Wed Oct 21 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-1
- Update VirtualBox to 6.1.16
diff --git a/update_vbox.sh b/update_vbox.sh
index 72614a0..5fc3455 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
VERSION=6.1.16
-REL=1
+REL=2
RAWHIDE=34
REPOS="f33 f32 f31 el8 el7"
if [ -z "$1" ]
Show replies by date