rpms/VirtualBox/F-20 .cvsignore, 1.58, 1.59 VirtualBox-4.1.18-strings.patch, 1.2, 1.3 VirtualBox.spec, 1.66, 1.67 sources, 1.58, 1.59

Sérgio M. Basto sergiomb at rpmfusion.org
Tue Mar 31 12:58:41 CEST 2015


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10395

Modified Files:
	.cvsignore VirtualBox-4.1.18-strings.patch VirtualBox.spec 
	sources 
Log Message:
* Tue Mar 24 2015 Leigh Scott <leigh123linux at googlemail.com> - 4.3.26-1
- New upstream release .



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- .cvsignore	23 Nov 2014 03:33:44 -0000	1.58
+++ .cvsignore	31 Mar 2015 10:58:41 -0000	1.59
@@ -1 +1 @@
-VirtualBox-4.3.20.tar.bz2
+VirtualBox-4.3.26.tar.bz2

VirtualBox-4.1.18-strings.patch:
 Frontends/VirtualBox/src/main.cpp |   25 ++++++++++++++-----------
 Installer/linux/VBox.sh           |   13 ++++++++-----
 VMM/VMMR3/VM.cpp                  |    8 ++++----
 3 files changed, 26 insertions(+), 20 deletions(-)

Index: VirtualBox-4.1.18-strings.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/VirtualBox-4.1.18-strings.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-4.1.18-strings.patch	29 Jun 2013 04:58:46 -0000	1.2
+++ VirtualBox-4.1.18-strings.patch	31 Mar 2015 10:58:41 -0000	1.3
@@ -21,7 +21,7 @@
 diff -Nurp VirtualBox-4.1.18/src/VBox/Frontends/VirtualBox/src/main.cpp VirtualBox-4.1.18.new2/src/VBox/Frontends/VirtualBox/src/main.cpp
 --- VirtualBox-4.1.18/src/VBox/Frontends/VirtualBox/src/main.cpp	2012-06-20 14:16:20.000000000 +0100
 +++ VirtualBox-4.1.18.new2/src/VBox/Frontends/VirtualBox/src/main.cpp	2012-07-09 04:57:00.690645723 +0100
-@@ -72,13 +72,13 @@ QString g_QStrHintLinuxNoMemory = QAppli
+@@ -72,13 +72,16 @@ QString g_QStrHintLinuxNoMemory = QAppli
    );
  
  QString g_QStrHintLinuxNoDriver = QApplication::tr(
@@ -32,12 +32,15 @@
 -  "as root. If it is available in your distribution, you should install the "
 -  "DKMS package first. This package keeps track of Linux kernel changes and "
 -  "recompiles the vboxdrv kernel module if necessary."
-+  "The VirtualBox Linux kernel driver (vboxdrv) is probably not "
-+  "loaded.<br/><br/>"
-+  "If you installed or VirtualBox package recently you need to restart "
-+  "the computer for the driver to load.<br/><br/>"
-+  "Alternatively, you may attempt to load the driver by issuing the "
-+  "following command with system administrator (root) privileges:<br/><br/>"
++  "The VirtualBox Linux kernel driver (vboxdrv) is probably not loaded."
++  "You may not have kernel driver installed for kernel that is runnig, if so you may do as root:"
++  "  <font color=blue>'yum install kmod-VirtualBox-$(uname -r) kmod-VirtualBox'</font><br/><br/>"
++  "On *not* stable versions of Fedora you need use akmods (because we don't have pre-built kmods) "
++  "or for custom kernels, you may do instead as root:"
++  "  <font color=blue>'yum install akmod-VirtualBox kernel-devel-$(uname -r)'</font>"
++  "  <font color=blue>'akmods'</font><br/><br/>"
++  "If you installed VirtualBox packages and don't want reboot the system, you may need load the "
++  "kernel driver, doing as root:"
 +  "  <font color=blue>'systemctl restart systemd-modules-load.service'</font><br/><br/>"
    );
  
@@ -47,7 +50,7 @@
    "VirtualBox. The installation of VirtualBox was apparently not "
    "successful. Executing<br/><br/>"
 -  "  <font color=blue>'/etc/init.d/vboxdrv setup'</font><br/><br/>"
-+  "  <font color=blue>'systemctl restart systemd-modules-load.service '</font> as root<br/><br/>"
++  "  <font color=blue>'systemctl restart systemd-modules-load.service'</font> as root<br/><br/>"
    "may correct this. Make sure that you do not mix the "
 -  "OSE version and the PUEL version of VirtualBox."
 +  "RPM Fusion version and the Oracle version of VirtualBox."
@@ -105,7 +108,7 @@
                                    "was either not loaded or /dev/vboxdrv is not set up properly. "
 -                                  "Re-setup the kernel module by executing "
 -                                  "'/etc/init.d/vboxdrv setup' as root");
-+                                  "Reboot the computer or load the kernel module by executing "
++                                  "Load the kernel module by executing "
 +                                  "'systemctl restart systemd-modules-load.service' as root");
  #else
                      pszError = N_("VirtualBox kernel driver not loaded");
@@ -116,8 +119,8 @@
                                    "was either not loaded or /dev/vboxdrv was not created for some "
 -                                  "reason. Re-setup the kernel module by executing "
 -                                  "'/etc/init.d/vboxdrv setup' as root");
-+                                  "reason. Load the kernel module by executing "
-+                                  "'systemctl restart systemd-modules-load.service' as root");
++                                  "reason. Install the kernel module by executing "
++                                  "'yum install kmod-VirtualBox-$(uname -r) kmod-VirtualBox' as root");
  #else
                      pszError = N_("VirtualBox kernel driver not installed");
  #endif


Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/VirtualBox.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- VirtualBox.spec	26 Dec 2014 05:26:38 -0000	1.66
+++ VirtualBox.spec	31 Mar 2015 10:58:41 -0000	1.67
@@ -26,8 +26,8 @@
 #endif
 
 Name:       VirtualBox
-Version:    4.3.20
-Release:    3%{?prerel:.%{prerel}}%{?dist}
+Version:    4.3.26
+Release:    1%{?prerel:.%{prerel}}%{?dist}
 Summary:    A general-purpose full virtualizer for PC hardware
 
 Group:      Development/Tools
@@ -619,6 +619,9 @@
 
 
 %changelog
+* Tue Mar 24 2015 Leigh Scott <leigh123linux at googlemail.com> - 4.3.26-1
+- New upstream release .
+
 * Fri Dec 26 2014 Sérgio Basto <sergio at serjux.com> - 4.3.20-3
 - Improved strings.patch asking to install kmods VirtualBox and also intructions for devel versions.
 - Improved description of VirtualBox-guest, alerting to not install on Host, one conclusion on rfbz #3425 .


Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- sources	23 Nov 2014 03:33:44 -0000	1.58
+++ sources	31 Mar 2015 10:58:41 -0000	1.59
@@ -1 +1 @@
-cf3f25644aa0fae1029e8b362bd4375e  VirtualBox-4.3.20.tar.bz2
+df8fa3b1820773556b33ae0405553120  VirtualBox-4.3.26.tar.bz2


More information about the rpmfusion-commits mailing list