Larry Finger 8ecd8a37a0 Accepting request 933168 from home:lwfinger:branches:Virtualization
- Version bump to 6.1.30 (released November 22 2021 by Oracle)
  This is a maintenance release. The following items were fixed and/or added:
  VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on Windows 10
  GUI: Fixed inability to complete First Run wizard after browsing for an external image
  GUI: Fixed crash on macOS Big Sur while browsing for an external image from First Run wizard
  GUI: Fixed bug on Windows with inability to save taken screenshot under a folder with native name (bug #15561)
  GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM storage settings
  GUI: Fixed settings check on machines not supporting hardware virtualization
  GUI: Non critical media related errors should not cause modal pop-up error messages
  Host-only networking: Fixed crash parsing /etc/vbox/networks.conf
  DVD: Fixed drive lock handling across VM reset
  VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636)
  VBoxManage: Fixed incorrect help text for "hostonlyif"
  vboximg-mount: Error message if no image is specified
  Linux host: For all distribution specific packages (deb/rpm format) fix the packaging so that the feature for unattended installation of guest OSes works
  Linux host and guest: Introduced initial support for kernel 5.16
  Shared Clipboard: Improved communication between guest and host when guest has no clipboard data to report
  Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug #19373)
  File "fixes_for_5.14.patch" deleted - fixed upstream.
  File "fixes-for-5.15.patch" deleted - fixed upstream.
  File "fixes-for-5.16.patch" deleted - fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/933168
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=624
2021-11-22 22:02:03 +00:00

Instructions for creating a separate VirtualBox project and building the packages

Although it is possible to modify a project at the openSUSE Build System (OBS),
I have found it to be more convenient to use the various osc commands to create a
local copy, edit it on my own computer to fix any problems, and then push the result
to OBS.

A. Create a new sub-project:
   1. Branch the package:
	osc branch Virtualization virtualbox
   2. Checkout the package using the "osc co" command listed

B. Build the project:
   1. Use "osc build" to build. This step is rather compute intensive and
      takes about an hour on my Toshiba laptop with a dual-core Intel Core i7 CPU
      with hyper-threading, 12 GB RAM, and an SSD.
   2. The build results are stored in the /var/tmp/build-root tree. These files
      can occupy a lot of disc space, particularly when one builds several flavors.
      To keep from running out of space on the / partition, I mount /var/tmp on
      a separate partition. At present, I have used about 43 GiB in that partition.
   3. Special flavors:
      When a new kernel is released, there may be several API changes that affect
      builds of the kernel modules used by VirtualBox. In Factory, the project that
      contains the latest kernels is "Kernel-HEAD-standard". To run a test build with
      this kernel, use the command "osc build Kernel-HEAD-standard". When switching
      between kernel projects, use of the "--clean" switch is advised, otherwise
      strange "missing library" messages will result.
   4. On occasion, there may be breakage in the build when there is an update with
      python or Qt. Use the "--alternative-project=<xxx>" switch to force usage of
      the revised component.

C. Steps to take with a new release:
   1. When Orable releases a new version, you will need to download then new tarball
      from https://download.virtualbox.org/virtualbox/. While downloading the file, I
      also get the new UserManual.pdf.
   2. openSUSE makes some changes to the tarball by running the command
      bash ./virtualbox-patch-source.sh <name of tarball just downloaded>
      This command unpacks the tar file, makes some modifications to the source, and
      recreates the tar file with "patched" in its name. Any further modifications
      are made by patches that are applied during the build process. Do NOT make any
      further changes to the tar file.
   3. Edit the "Version" line near the start of virtualbox.spec to select the new version.
   4. Use "osc rm <old version>" and "osc add <new version>" to get the new file into
      osc. The local build will work without these changes, but the remote operations
      will fail.`
Description
No description provided
Readme 293 MiB
Languages
Shell 100%