From def0a75cf9020ce29a678d01a917c6a895f4e9dd Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Jan 19 2020 20:06:19 +0000 Subject: Update Virtualbox Guest Additions to 6.1.2 --- diff --git a/.gitignore b/.gitignore index e1fe754..c5d0495 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /VirtualBox-6.0.12.tar.bz2 /VirtualBox-6.0.14.tar.bz2 /VirtualBox-6.1.0.tar.bz2 +/VirtualBox-6.1.2.tar.bz2 diff --git a/sources b/sources index 9aee41b..27b73f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (VirtualBox-6.1.0.tar.bz2) = 3709d54861e75efc5b4998bda82ebb868790228f4e19f5e64221322efd8f17916872afa89cc2494faa445fed9ae01ef97af16e4ad111a0a04552f0fac5db3618 +SHA512 (VirtualBox-6.1.2.tar.bz2) = 476dedd9dd7a213bd70920f4cdf594b5336555f31e5becb15b5c01d88fa7bed917258831af31600514362384401fd7040cb748a7c76896e4a027bef05026b585 diff --git a/update_vbox.sh b/update_vbox.sh index 9a1fb5a..c076e40 100755 --- a/update_vbox.sh +++ b/update_vbox.sh @@ -1,7 +1,9 @@ -VERSION=6.1.0 +VERSION=6.1.2 REL=1 RAWHIDE=32 +BRANCHES="f31 f30" +git checkout master git pull rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to $VERSION" virtualbox-guest-additions.spec spectool -g virtualbox-guest-additions.spec @@ -11,9 +13,7 @@ echo Press enter to continue; read dummy; fedpkg ci -c && git show echo Press enter to continue; read dummy; fedpkg push && fedpkg build --nowait -echo Press enter to continue; read dummy; -git checkout f31 && git merge master && git push && fedpkg build --nowait; git checkout master -echo Press enter to continue; read dummy; -git checkout f30 && git merge master && git push && fedpkg build --nowait; git checkout master -echo Press enter to continue; read dummy; -git checkout f29 && git merge master && git push && fedpkg build --nowait; git checkout master +for BRANCH in $BRANCHES ; do +echo Press enter to build $BRANCH to continue; read dummy; +git checkout $BRANCH && git merge master && git push && fedpkg build --nowait; git checkout master +done diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec index 3031ea3..d2a2568 100644 --- a/virtualbox-guest-additions.spec +++ b/virtualbox-guest-additions.spec @@ -1,7 +1,7 @@ %global __provides_exclude_from %{_libdir}/VBoxGuestAdditions Name: virtualbox-guest-additions -Version: 6.1.0 +Version: 6.1.2 Release: 1%{?dist} Summary: VirtualBox Guest Additions License: GPLv2 or (GPLv2 and CDDL) @@ -170,6 +170,9 @@ getent passwd vboxadd >/dev/null || \ %changelog +* Sun Jan 19 2020 Sérgio Basto - 6.1.2-1 +- Update Virtualbox Guest Additions to 6.1.2 + * Fri Dec 20 2019 Sérgio Basto - 6.1.0-1 - Upgrade to 6.1.0 - Seems that VBoxOGL was removed in 6.1.0