commit 2608760d7ff890cfd9df24f0d6d8d24bca42c8d8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 15 15:36:51 2019 +0100
Update VBox to 6.0.8
.gitignore | 1 +
VirtualBox.spec | 7 +++++--
sources | 2 +-
update_vbox.sh | 8 ++++----
4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f362ad..2f13fd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.0.2.tar.bz2
/VirtualBox-6.0.4.tar.bz2
/VirtualBox-6.0.6.tar.bz2
+/VirtualBox-6.0.8.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 983b155..80d1ec0 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -33,8 +33,8 @@
%endif
Name: VirtualBox
-Version: 6.0.6
-Release: 3%{?dist}
+Version: 6.0.8
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -806,6 +806,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.8-1
+- Update VBox to 6.0.8
+
* Mon Apr 29 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.6-3
- Sync patch 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use- with
Fedora
diff --git a/sources b/sources
index b2863a2..57b6cc6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1b3da9c363848c9d516e38eb61b7d1ff VirtualBox-6.0.6.tar.bz2
+8f703ae98002f9e11dcb29eb01f87718 VirtualBox-6.0.8.tar.bz2
cc249f95c62a734b011ce0043fe7180d UserManual.pdf
diff --git a/update_vbox.sh b/update_vbox.sh
index 8b9a1ea..9116baa 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,6 +1,6 @@
-VERSION=6.0.4
+VERSION=6.0.8
REL=1
-RAWHIDE=30
+RAWHIDE=31
if [ -z "$1" ]
then
stage=0
@@ -32,12 +32,12 @@ fi
if test $stage -le 2
then
echo STAGE 2
+git checkout f30 && git merge master && git push && rfpkg build
--nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f29 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f28 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master
fi
Show replies by date