[VirtualBox-kmod] Update VBox to 5.1.28
by Sérgio M. Basto
commit 8616fa4a4d519e2252917c2c9a865629cd44af73
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 15 03:27:36 2017 +0100
Update VBox to 5.1.28
VirtualBox-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 9a72e23..5102a1c 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -28,7 +28,7 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 5.1.26
+Version: 5.1.28
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Release: 1%{?dist}
@@ -108,6 +108,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Fri Sep 15 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.28-1
+- Update VBox to 5.1.28
+
* Sun Jul 30 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.26-1
- Update VBox to 5.1.26
7 years, 2 months
[VirtualBox-kmod] Delete unsed and old patches.
by Sérgio M. Basto
commit 9250889198fa22b5877296a66793c2981f3d5830
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 26 17:51:59 2017 +0100
Delete unsed and old patches.
vbox_fix_for_kernel_4.12_rf.patch | 262 ----------------------------------
vbox_fix_for_kernel_4.13_rc0_rf.patch | 26 ----
2 files changed, 288 deletions(-)
7 years, 2 months
[VirtualBox/el7] (2 commits) ...Update VBox to 5.1.28
by Sérgio M. Basto
Summary of changes:
d6a941e... Some improvements based on new virtualbox-guest-additions f (*)
b82d3e6... Update VBox to 5.1.28 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[VirtualBox/f25] (2 commits) ...Update VBox to 5.1.28
by Sérgio M. Basto
Summary of changes:
d6a941e... Some improvements based on new virtualbox-guest-additions f (*)
b82d3e6... Update VBox to 5.1.28 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[VirtualBox/f26] (2 commits) ...Update VBox to 5.1.28
by Sérgio M. Basto
Summary of changes:
d6a941e... Some improvements based on new virtualbox-guest-additions f (*)
b82d3e6... Update VBox to 5.1.28 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[VirtualBox] Update VBox to 5.1.28
by Sérgio M. Basto
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
7 years, 2 months