1
0
forked from pool/virtualbox

Accepting request 1141929 from home:xtexChooser:branches:Virtualization

- Fix extpack updater to allow PUEL version 11
- Package UnattendedTemplates into main package
- Install UnattendedTemplates for unattended installing.

OBS-URL: https://build.opensuse.org/request/show/1141929
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=718
This commit is contained in:
Larry Finger
2024-01-28 15:05:45 +00:00
committed by Git OBS Bridge
parent 17ab9417a2
commit b419f177dc
3 changed files with 18 additions and 4 deletions

View File

@@ -38,10 +38,10 @@ fi
# An extpack has been installed on this system. Now we need to check if
# it was issued under the current version of the license.
#Note to maintainers: The "version 10" in the next command must be changed
#Note to maintainers: The "version 11" in the next command must be changed
# manually when Oracle revises the license.
LICENSE_CHECK=`$GREP "version 10" $LICENSE_PATH | $AWK -F\ {'print $2'}`
LICENSE_CHECK=`$GREP "version 11" $LICENSE_PATH | $AWK -F\ {'print $2'}`
if [ -z $LICENSE_CHECK ]; then
# New license version does not match the current installation.
# The user will need to agree to the new version, thus we do nothing here.