commit b82d3e6f3373c2f49613358f69b6babfdb658c8c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 14 21:06:06 2017 +0100
Update VBox to 5.1.28
.gitignore | 1 +
VirtualBox.spec | 11 +++++++++--
sources | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea85715..a68f196 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.1.22.tar.bz2
/VirtualBox-5.1.24.tar.bz2
/VirtualBox-5.1.26.tar.bz2
+/VirtualBox-5.1.28.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 76212ed..d0e100b 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -24,9 +24,9 @@
%bcond_with vnc
Name: VirtualBox
-Version: 5.1.26
+Version: 5.1.28
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -63,6 +63,7 @@ Patch35: VirtualBox-5.0.22-guest_soname.patch
Patch50: VirtualBox-5.1.0-add-Mageia-support.patch
Patch51: VirtualBox-5.1.0-revert-VBox.sh.patch
+
BuildRequires: kBuild >= 0.1.9998
BuildRequires: SDL-devel xalan-c-devel
BuildRequires: openssl-devel
@@ -146,6 +147,7 @@ Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7, Windows 8,
Windows
10), DOS/Windows 3.x, Linux (2.4, 2.6, 3.x and 4.x), Solaris and OpenSolaris,
OS/2, and OpenBSD.
+
%package server
Summary: core part (host server) for %{name}
Group: Development/Tools
@@ -158,6 +160,7 @@ Conflicts: %{name}-guest-additions <= %{version}-%{release}
%description server
%{name} without Qt GUI part.
+
%if %{with webservice}
%package webservice
Summary: WebService GUI part for %{name}
@@ -168,6 +171,7 @@ Requires: %{name}-server%{?isa} = %{version}
webservice GUI part for %{name}.
%endif
+
%package devel
Summary: %{name} SDK
Group: Development/Libraries
@@ -749,6 +753,9 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Sep 14 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.28-1
+- Update VBox to 5.1.28
+
* Sun Aug 06 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.26-2
- Some improvements based on new virtualbox-guest-additions for Fedora
rhbz #1481630 and rfbz #4617
diff --git a/sources b/sources
index 2ecc3ed..d2d7ce5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3aec8190c649d7e0d92ba374779dfe3 VirtualBox-5.1.26.tar.bz2
+2e7350d5ac28ba3df4a778d168098ca5 VirtualBox-5.1.28.tar.bz2
Show replies by date