commit 5b20287ec0f0431f6053f7cb027d6c1a594f87f4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 15 20:09:24 2019 +0100
Update to 6.0.8
VirtualBox-kmod.spec | 9 ++++++---
update_vbox.sh | 6 ++++--
2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index bafa436..ea70b16 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,13 +39,13 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print
toupper("%{prerel}")}')}
-%global vboxrel 3
+%global vboxrel 1
%global vboxreltag %{?vboxrel:-%{vboxrel}}
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.0.6
-Release: 3%{?dist}
+Version: 6.0.8
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -143,6 +143,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.8-1
+- Update to 6.0.8
+
* Mon Apr 29 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.6-3
- Force build with VirtualBox-kmodsrc-6.0.6-3
diff --git a/update_vbox.sh b/update_vbox.sh
index d16d1bc..c8c6975 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,6 @@
-VERSION=6.0.6
-REL=3
+VERSION=6.0.8
+REL=1
+RAWHIDE=31
if [ -z "$1" ]
then
@@ -15,6 +16,7 @@ then
echo STAGE 0
rpmdev-bumpspec -n $VERSION -c "Update to $VERSION" VirtualBox-kmod.spec
rfpkg ci -c && git show
+rfpkg srpm && copr-cli build sergiomb/vboxfor23
VirtualBox-kmod-$VERSION-$REL.fc$RAWHIDE.src.rpm
#rfpkg srpm && mock -r fedora-27-x86_64-rpmfusion_free --no-clean --rebuild
smplayer-17.5.0-1.fc27.src.rpm
#cp VirtualBox-kmod.spec VirtualBox-kmod.spec.new
#git reset HEAD~1
Show replies by date