commit 3cc8954bbaa9dd8b6e02d500ed96b46757f5975c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 18 19:57:24 2022 +0000
Update VirtualBox to 6.1.32
VirtualBox.spec | 5 ++++-
sources | 4 ++--
update_vbox.sh | 8 +++++---
3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 2b448a4..4bc46b5 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -42,7 +42,7 @@
%endif
Name: VirtualBox
-Version: 6.1.30
+Version: 6.1.32
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -899,6 +899,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Jan 18 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.32-1
+- Update VirtualBox to 6.1.32
+
* Mon Nov 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.30-1
- Update VirtualBox to 6.1.30
diff --git a/sources b/sources
index a7fe97d..ad6ee84 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.30.tar.bz2) =
fab5b8327d9ad4186e584e90d1aca461d95731d0935509301e8adfe28d0737fb3ded5ac1d97e4cd1edc12c79bebb75cc675289762f9e918106f34bf6e8d363d4
-SHA512 (UserManual.pdf) =
ebb635b2ae3e2fa427d7fa8bf1ca1309fc61db43d2ea60b779ca44ff6ac1bfbc7dbf4e333f67a0357aabf53ad3841e98421eea1a9106f859ae1d245feb6fdade
+SHA512 (VirtualBox-6.1.32.tar.bz2) =
8bf7af6b8b4d3ba90f0e91589cf26400648436eb9da6d31c1a760460bfe5eb7311ac3220b4c9a98ac50e559641d3d5f559134be65288821038255de1c2c7ce1e
+SHA512 (UserManual.pdf) =
b8b41be4647b3f629135c479407b024d77062cf9ad2bb11c7306c70b60fb5aa3563818a06752a8fa623c6de8d5f770d50582a9a73fa18df0c2045027fe956686
diff --git a/update_vbox.sh b/update_vbox.sh
index 31695d9..edd367f 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.30
+VERSION=6.1.32
REL=1
RAWHIDE=36
-REPOS="f35 f34 f33 el8 el7"
+REPOS="f35 f34 el8 el7"
if [ -z "$1" ]
then
stage=0
@@ -45,8 +45,10 @@ if test $stage -le 2
then
echo STAGE 2
for repo in $REPOS ; do
-echo Press enter to build on branch $repo; read dummy;
+echo Press enter to build on branch $repo or n to skip; read dummy;
+if [[ "$dummy" != "n" ]]; then
git checkout $repo && git merge master && git push && rfpkg build
--nowait; git checkout master
+fi
done
fi
Show replies by date