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.10
@ 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 : 12e911fb8810323f116a999878bb54e69ea3c2ad
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2020-06-06T06:55:13+01:00
Stats  : +14/-10 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/12e911fb8810323f116a999878bb54e69ea3c2ad?branch=alext-upd-to-7.2.12

Log:
Update Virtualbox Guest Additions to 6.1.10

---
diff --git a/.gitignore b/.gitignore
index f56685d..9e3e765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /VirtualBox-6.1.4.tar.bz2
 /VirtualBox-6.1.6.tar.bz2
 /VirtualBox-6.1.8.tar.bz2
+/VirtualBox-6.1.10.tar.bz2

diff --git a/VirtualBox-5.2.10-xclient.patch b/VirtualBox-5.2.10-xclient.patch
index 6d81d61..529a1b5 100644
--- a/VirtualBox-5.2.10-xclient.patch
+++ b/VirtualBox-5.2.10-xclient.patch
@@ -1,6 +1,6 @@
---- ./src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig	2020-05-14 19:33:50.000000000 +0100
-+++ ./src/VBox/Additions/x11/Installer/98vboxadd-xclient	2020-05-16 00:03:45.221363282 +0100
-@@ -21,18 +21,11 @@ for i in $HOME/.vboxclient-*.pid; do
+--- ./src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig	2020-06-06 06:20:12.079227656 +0100
++++ ./src/VBox/Additions/x11/Installer/98vboxadd-xclient	2020-06-06 06:26:55.886940895 +0100
+@@ -21,15 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
      test -w $i || rm -f $i
  done
  
@@ -19,6 +19,3 @@
    /usr/bin/VBoxClient --clipboard
    /usr/bin/VBoxClient --checkhostversion
    /usr/bin/VBoxClient --seamless
-   /usr/bin/VBoxClient --draganddrop
--  /usr/bin/VBoxClient --vmsvga-x11  # In case VMSVGA emulation is enabled
- fi

diff --git a/sources b/sources
index 81c3799..ac8fbff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-6.1.8.tar.bz2) = 8dcac28cba659c72566e74ec05d8e06bcff8b23627d5368392c4add091f81a5f93550d9abefd96157718481bb60dfa610e0ae9266ecf882a7d36d62b1e84f671
+SHA512 (VirtualBox-6.1.10.tar.bz2) = 729840d669281ed3ba2936923a50410e52bcec3fcfd5b6b740d5991aa1c25c2a8f5a5a05b4e3e39ef1a271ab3431d4c4f4b3a1262703d1e281d7111f0d4e8a3b

diff --git a/update_vbox.sh b/update_vbox.sh
index 743f8b4..e5aa87d 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.8
+VERSION=6.1.10
 REL=1
 RAWHIDE=33
 BRANCHES="f32 f31 f30"

diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index d0c8a9c..dc684ee 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.8
-Release:    2%{?dist}
+Version:    6.1.10
+Release:    1%{?dist}
 Summary:    VirtualBox Guest Additions
 License:    GPLv2 or (GPLv2 and CDDL)
 URL:        https://www.virtualbox.org/wiki/VirtualBox
@@ -53,6 +53,9 @@ Provides:       VirtualBox-guest-additions = %{version}-%{release}
 # VirtualBox guests are always x86, no need to build for other archs
 ExclusiveArch:  i686 x86_64
 
+# kernel 5.6.14 have the fixes for vboxguest on VBox 6.1.x
+Requires: kernel >= 5.6.14
+
 # VBoxOGL was removed in 6.1.0
 # we need obsolete it to fix upgrade path
 Obsoletes:  %{name}-ogl < 6.0.14-2
@@ -176,6 +179,9 @@ getent passwd vboxadd >/dev/null || \
 
 
 %changelog
+* Sat Jun 06 2020 Sérgio Basto <sergio@serjux.com> - 6.1.10-1
+- Update Virtualbox Guest Additions to 6.1.10
+
 * Wed May 20 2020 Hans de Goede <hdegoede@redhat.com> - 6.1.8-2
 - Add a vboxclient.service which runs VBoxClient --vwsvga when using the
   VMSVGA virtual GPU, this fixes resizing in wayland sessions (rhbz 1789545)

^ 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.10 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox