Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2021-07-07 18:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-images-vagrant"

Wed Jul  7 18:29:44 2021 rev:8 rq:904155 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes   
2020-12-28 10:29:43.878797423 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2625/Tumbleweed.changes 
2021-07-07 18:30:22.427040808 +0200
@@ -1,0 +2,20 @@
+Mon Jul  5 06:33:26 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Revert 'Remove deprecated Rpm function from config.sh'
+
+-------------------------------------------------------------------
+Fri Jul  2 14:23:22 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Remove deprecated Rpm function from config.sh
+
+-------------------------------------------------------------------
+Fri Jul  2 13:41:11 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Remove deprecated suseImportBuildKey from config.sh
+
+-------------------------------------------------------------------
+Fri Jul  2 12:55:29 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Enable I/O APIC for Virtualbox vagrant box
+
+-------------------------------------------------------------------

New:
----
  virtualbox_vagrantfile

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Tumbleweed.kiwi ++++++
--- /var/tmp/diff_new_pack.Q815DJ/_old  2021-07-07 18:30:22.939036790 +0200
+++ /var/tmp/diff_new_pack.Q815DJ/_new  2021-07-07 18:30:22.943036759 +0200
@@ -42,7 +42,7 @@
     </preferences>
     <preferences profiles="virtualbox">
         <type image="vmx" filesystem="ext4" format="vagrant" boottimeout="0" 
bootloader="grub2" kernelcmdline="net.ifnames=0">
-            <vagrantconfig provider="virtualbox" 
virtualbox_guest_additions_present="true" virtualsize="42"/>
+            <vagrantconfig provider="virtualbox" 
virtualbox_guest_additions_present="true" virtualsize="42" 
embedded_vagrantfile="virtualbox_vagrantfile"/>
             <size unit="G">42</size>
         </type>
     </preferences>

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.Q815DJ/_old  2021-07-07 18:30:23.019036163 +0200
+++ /var/tmp/diff_new_pack.Q815DJ/_new  2021-07-07 18:30:23.019036163 +0200
@@ -3,7 +3,7 @@
 # FILE          : config.sh
 #----------------
 # PROJECT       : openSUSE KIWI Image System
-# COPYRIGHT     : (c) 2020 SUSE LLC
+# COPYRIGHT     : (c) 2021 SUSE LLC
 #               :
 # AUTHOR        : Marcus Schaefer <m...@suse.de>
 #               : Dan ??erm??k <dcer...@suse.com>
@@ -122,7 +122,7 @@
     baseInsertService sshd
 
     # start vboxsf service only if the guest tools are present
-    if Rpm -q virtualbox-guest-tools 2> /dev/null; then
+    if rpm -q virtualbox-guest-tools 2> /dev/null; then
         echo vboxsf > /etc/modules-load.d/vboxsf.conf
     fi
 

++++++ virtualbox_vagrantfile ++++++
Vagrant.configure("2") do |config|
  config.vm.synced_folder ".", "/vagrant", type: "rsync"
  config.vm.provider :virtualbox do |virtualbox|
    virtualbox.customize ["modifyvm", :id, "--ioapic", "on"]
  end
end

Reply via email to