public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update Virtualbox Guest Additions to 6.1.34 (#2076755)
Date: Sun, 12 Jul 2026 20:58:09 GMT [thread overview]
Message-ID: <178388988908.1.16587874446158481787.rpms-virtualbox-guest-additions-9c4f42c9c8af@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : 9c4f42c9c8afc92b56c5a821b1fe3ee4431e417d
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2022-04-22T14:35:20+01:00
Stats : +18/-11 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/9c4f42c9c8afc92b56c5a821b1fe3ee4431e417d?branch=alext-upd-to-7.2.12
Log:
Update Virtualbox Guest Additions to 6.1.34 (#2076755)
---
diff --git a/.gitignore b/.gitignore
index bf9b628..5117d82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
/VirtualBox-6.1.28.tar.bz2
/VirtualBox-6.1.30.tar.bz2
/VirtualBox-6.1.32.tar.bz2
+/VirtualBox-6.1.34.tar.bz2
diff --git a/sources b/sources
index 285a29d..690a43e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-6.1.32.tar.bz2) = 8bf7af6b8b4d3ba90f0e91589cf26400648436eb9da6d31c1a760460bfe5eb7311ac3220b4c9a98ac50e559641d3d5f559134be65288821038255de1c2c7ce1e
+SHA512 (VirtualBox-6.1.34.tar.bz2) = 46d63a9fd9df76af654af59fab5cf555858bc2c4b5dc34e2378d85ae784e6380b6def4aab06909a9b5e114a7297269f90cfb2c3d8d6529b423d703afbad18c64
diff --git a/update_vbox.sh b/update_vbox.sh
index 1c1b9de..2bbc71e 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,8 +1,8 @@
-VERSION=6.1.32
-BUG=2042010
+VERSION=6.1.34
+BUG=2076755
REL=1
-RAWHIDE=36
-BRANCHES="f35 f34"
+RAWHIDE=37
+BRANCHES="f36 f35 f34"
if [ -z "$1" ]
then
stage=0
@@ -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
- fedpkg scratch-build --srpm --nowait
+ fedpkg scratch-build --srpm --nowait --fail-fast
fi
echo Press enter to build on corp -build or n to skip ; read dummy;
if [[ "$dummy" != "n" ]]; then
@@ -32,11 +32,13 @@ fi
if test $stage -le 1
then
echo STAGE 1
-echo Press enter to upload sources; read dummy;
+echo Press enter to upload sources or n to skip; read dummy;
+if [[ "$dummy" != "n" ]]; then
fedpkg new-sources ./VirtualBox-${VERSION}.tar.bz2
fedpkg ci -c && git show
+fi
echo Press enter to push and build on rawhide; read dummy;
-fedpkg push && fedpkg build --nowait
+fedpkg push && fedpkg build --nowait --fail-fast
fi
if test $stage -le 2
@@ -44,6 +46,7 @@ then
echo STAGE 2
for BRANCH in $BRANCHES ; do
echo Press enter to build $BRANCH to continue; read dummy;
-git checkout $BRANCH && git merge rawhide && git push && fedpkg build --nowait; git checkout rawhide
+git checkout $BRANCH && git merge rawhide && git push && fedpkg build --nowait --fail-fast; git checkout rawhide
done
fi
+
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 5799aad..dec4217 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,8 +1,8 @@
%global __provides_exclude_from %{_libdir}/VBoxGuestAdditions
Name: virtualbox-guest-additions
-Version: 6.1.32
-Release: 2%{?dist}
+Version: 6.1.34
+Release: 1%{?dist}
Summary: VirtualBox Guest Additions
License: GPLv2 or (GPLv2 and CDDL)
URL: https://www.virtualbox.org/wiki/VirtualBox
@@ -183,6 +183,9 @@ getent passwd vboxadd >/dev/null || \
%changelog
+* Fri Apr 22 2022 Sérgio Basto <sergio@serjux.com> - 6.1.34-1
+- Update Virtualbox Guest Additions to 6.1.34 (#2076755)
+
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
reply other threads:[~2026-07-12 20:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178388988908.1.16587874446158481787.rpms-virtualbox-guest-additions-9c4f42c9c8af@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox