From 976b984efdcddf81e48a8c1ea7ac6e1b4baa6ba8 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Jan 19 2022 12:03:09 +0000 Subject: Update Virtualbox Guest Additions to 6.1.32 (#2042010) --- diff --git a/.gitignore b/.gitignore index 29d2e94..bf9b628 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /VirtualBox-6.1.26.tar.bz2 /VirtualBox-6.1.28.tar.bz2 /VirtualBox-6.1.30.tar.bz2 +/VirtualBox-6.1.32.tar.bz2 diff --git a/sources b/sources index 28bd9d7..285a29d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (VirtualBox-6.1.30.tar.bz2) = fab5b8327d9ad4186e584e90d1aca461d95731d0935509301e8adfe28d0737fb3ded5ac1d97e4cd1edc12c79bebb75cc675289762f9e918106f34bf6e8d363d4 +SHA512 (VirtualBox-6.1.32.tar.bz2) = 8bf7af6b8b4d3ba90f0e91589cf26400648436eb9da6d31c1a760460bfe5eb7311ac3220b4c9a98ac50e559641d3d5f559134be65288821038255de1c2c7ce1e diff --git a/update_vbox.sh b/update_vbox.sh index 2069c83..1c1b9de 100755 --- a/update_vbox.sh +++ b/update_vbox.sh @@ -1,5 +1,5 @@ -VERSION=6.1.30 -BUG=2025728 +VERSION=6.1.32 +BUG=2042010 REL=1 RAWHIDE=36 BRANCHES="f35 f34" @@ -21,7 +21,7 @@ spectool -g virtualbox-guest-additions.spec echo Press enter scratch-build or n to skip ; read dummy; if [[ "$dummy" != "n" ]]; then # to test i686 builds - rfpkg scratch-build --srpm --nowait + fedpkg scratch-build --srpm --nowait fi echo Press enter to build on corp -build or n to skip ; read dummy; if [[ "$dummy" != "n" ]]; then diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec index b4fd95d..c8abf28 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.30 +Version: 6.1.32 Release: 1%{?dist} Summary: VirtualBox Guest Additions License: GPLv2 or (GPLv2 and CDDL) @@ -183,6 +183,9 @@ getent passwd vboxadd >/dev/null || \ %changelog +* Wed Jan 19 2022 Sérgio Basto - 6.1.32-1 +- Update Virtualbox Guest Additions to 6.1.32 (#2042010) + * Wed Nov 24 2021 Sérgio Basto - 6.1.30-1 - Update Virtualbox Guest Additions to 6.1.30 (#2025728)