Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-images-vagrant.16323 for 
openSUSE:Leap:15.3:Update checked in at 2021-07-05 16:49:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3:Update/kiwi-images-vagrant.16323 (Old)
 and      
/work/SRC/openSUSE:Leap:15.3:Update/.kiwi-images-vagrant.16323.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-images-vagrant.16323"

Mon Jul  5 16:49:17 2021 rev:7 rq: version:15.3
Mon Jul  5 16:49:17 2021 rev:8 rq: version:15.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.3:Update/kiwi-images-vagrant.16323/15.3.changes  
2021-07-05 16:47:19.125604758 +0200
+++ 
/work/SRC/openSUSE:Leap:15.3:Update/.kiwi-images-vagrant.16323.new.2625/15.3.changes
        2021-07-05 16:49:18.260675185 +0200
@@ -1,0 +2,20 @@
+Mon Jul  5 06:33:19 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Revert 'Remove deprecated Rpm function from config.sh'
+
+-------------------------------------------------------------------
+Fri Jul  2 14:23:16 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Remove deprecated Rpm function from config.sh
+
+-------------------------------------------------------------------
+Fri Jul  2 13:41:05 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Remove deprecated suseImportBuildKey from config.sh
+
+-------------------------------------------------------------------
+Fri Jul  2 13:25:16 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Enable I/O APIC for Virtualbox vagrant box
+
+-------------------------------------------------------------------

New:
----
  virtualbox_vagrantfile

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

Other differences:
------------------
++++++ 15.3.kiwi ++++++
--- /var/tmp/diff_new_pack.lKXH2n/_old  2021-07-05 16:49:18.592672594 +0200
+++ /var/tmp/diff_new_pack.lKXH2n/_new  2021-07-05 16:49:18.592672594 +0200
@@ -42,7 +42,7 @@
     </preferences>
     <preferences profiles="virtualbox">
         <type image="vmx" filesystem="ext4" format="vagrant" boottimeout="0" 
bootloader="grub2">
-            <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.lKXH2n/_old  2021-07-05 16:49:18.652672126 +0200
+++ /var/tmp/diff_new_pack.lKXH2n/_new  2021-07-05 16:49:18.652672126 +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