public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update Virtualbox Guest Additions to 6.1.2
@ 2026-07-12 20:57
0 siblings, 0 replies; only message in thread
From: @ 2026-07-12 20:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : def0a75cf9020ce29a678d01a917c6a895f4e9dd
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2020-01-19T20:06:19+00:00
Stats : +13/-9 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/def0a75cf9020ce29a678d01a917c6a895f4e9dd?branch=alext-upd-to-7.2.12
Log:
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 <sergio@serjux.com> - 6.1.2-1
+- Update Virtualbox Guest Additions to 6.1.2
+
* Fri Dec 20 2019 Sérgio Basto <sergio@serjux.com> - 6.1.0-1
- Upgrade to 6.1.0
- Seems that VBoxOGL was removed in 6.1.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:57 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update Virtualbox Guest Additions to 6.1.2
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox