Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2024-01-29 22:26:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox" Mon Jan 29 22:26:43 2024 rev:267 rq:1142099 version:7.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2023-10-29 19:39:19.945989496 +0100 +++ /work/SRC/openSUSE:Factory/.virtualbox.new.1815/virtualbox.changes 2024-01-29 22:26:46.056555443 +0100 @@ -1,0 +2,11 @@ +Sat Jan 27 08:18:41 UTC 2024 - Bingwu Zhang <xtexchoo...@duck.com> + +- Fix extpack updater to allow PUEL version 11 +- Package UnattendedTemplates into main package + +------------------------------------------------------------------- +Fri Jan 26 12:28:45 UTC 2024 - Bingwu Zhang <xtexchoo...@duck.com> + +- Install UnattendedTemplates for unattended installing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.TE59xG/_old 2024-01-29 22:26:49.296672884 +0100 +++ /var/tmp/diff_new_pack.TE59xG/_new 2024-01-29 22:26:49.300673029 +0100 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package virtualbox # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -555,6 +555,7 @@ install -d -m 755 %{buildroot}%{_bindir} install -d -m 755 %{buildroot}%{_sbindir} install -d -m 755 %{buildroot}%{_datadir}/virtualbox/nls +install -d -m 755 %{buildroot}%{_datadir}/virtualbox/UnattendedTemplates install -d -m 755 %{buildroot}%{_datadir}/pixmaps install -d -m 755 %{buildroot}%{_datadir}/applications install -d -m 755 %{buildroot}%{_vbox_instdir}/sdk/bindings/xpcom @@ -648,6 +649,7 @@ install -m 644 components/* %{buildroot}%{_vbox_instdir}/components/ # install languages install -m 644 nls/* %{buildroot}%{_datadir}/virtualbox/nls/ +install -m 644 UnattendedTemplates/* %{buildroot}%{_datadir}/virtualbox/UnattendedTemplates/ # install kmp src mkdir -p %{buildroot}%{_usrsrc}/kernel-modules/virtualbox mkdir -p %{buildroot}%{_usrsrc}/kernel-modules/additions @@ -971,6 +973,7 @@ %attr(1770,root,vboxusers) %{_sysconfdir}/vbox/autostart.d %config %attr(644,root,vboxusers) %{_sysconfdir}/vbox/vbox.cfg %config %attr(644,root,vboxusers) %{_sysconfdir}/vbox/autostart.cfg +%{_datadir}/virtualbox/UnattendedTemplates %files qt %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxPermissionMessage ++++++ update-extpack.sh ++++++ --- /var/tmp/diff_new_pack.TE59xG/_old 2024-01-29 22:26:49.504680423 +0100 +++ /var/tmp/diff_new_pack.TE59xG/_new 2024-01-29 22:26:49.508680568 +0100 @@ -38,10 +38,10 @@ # 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.