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.0.12
@ 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 : 47263288e9671b5692483108b72dcea62da5c10d
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2019-09-06T21:48:19+01:00
Stats : +12/-8 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/47263288e9671b5692483108b72dcea62da5c10d?branch=alext-upd-to-7.2.12
Log:
Update Virtualbox Guest Additions to 6.0.12
---
diff --git a/.gitignore b/.gitignore
index f96d898..8cc87ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/VirtualBox-6.0.6.tar.bz2
/VirtualBox-6.0.8.tar.bz2
/VirtualBox-6.0.10.tar.bz2
+/VirtualBox-6.0.12.tar.bz2
diff --git a/0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch b/0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
index 6bbabc3..6a15a33 100644
--- a/0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
+++ b/0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
@@ -143,7 +143,7 @@ diff --git a/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp b/sr
- MntInfo.signature[1] = VBSF_MOUNT_SIGNATURE_BYTE_1;
- MntInfo.signature[2] = VBSF_MOUNT_SIGNATURE_BYTE_2;
- MntInfo.length = sizeof(MntInfo);
-- MntInfo.ttl = MntOpts.uid = -1 /*default*/;
+- MntInfo.ttl = MntOpts.ttl = -1 /*default*/;
- MntInfo.msDirCacheTTL= MntOpts.msDirCacheTTL = -1 /*default*/;
- MntInfo.msInodeTTL = MntOpts.msInodeTTL = -1 /*default*/;
- MntInfo.cMaxIoPages = MntOpts.cMaxIoPages = 0 /*default*/;
diff --git a/sources b/sources
index e57c137..eb3b281 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-6.0.10.tar.bz2) = 96fa3c672790239163829b3c40ac0d75d717b29a7b947ec48709eb7811c5800e314a0fc90d87810e4a03da40b3a65914605f648b287314386b371489e5d974c9
+SHA512 (VirtualBox-6.0.12.tar.bz2) = a2182750c6b7e2f7fe8548a923829c05167b739ad84ed025e6cfd85ce787aaa43d41c72c5a93f17e6b976561bae0aa538d81830c52c1d326b75f5a32ba3d441c
diff --git a/update_vbox.sh b/update_vbox.sh
index 28e2d10..68a4f1b 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,6 +1,6 @@
-VERSION=6.0.10
+VERSION=6.0.12
REL=1
-RAWHIDE=31
+RAWHIDE=32
git pull
rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to $VERSION" virtualbox-guest-additions.spec
@@ -12,8 +12,8 @@ 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
-#echo Press enter to continue; read dummy;
-#git checkout f28 && git merge master && git push && fedpkg build --nowait; git checkout master
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 03bf59d..d8745d8 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.0.10
-Release: 2%{?dist}
+Version: 6.0.12
+Release: 1%{?dist}
Summary: VirtualBox Guest Additions
License: GPLv2 or (GPLv2 and CDDL)
URL: https://www.virtualbox.org/wiki/VirtualBox
@@ -192,6 +192,9 @@ getent passwd vboxadd >/dev/null || \
%changelog
+* Fri Sep 06 2019 Sérgio Basto <sergio@serjux.com> - 6.0.12-1
+- Update Virtualbox Guest Additions to 6.0.12
+
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
^ 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.0.12
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox