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-10-11 16:48:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-images-vagrant" Mon Oct 11 16:48:43 2021 rev:10 rq:924213 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes 2021-08-26 23:14:32.776261168 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2443/Tumbleweed.changes 2021-10-11 16:48:52.666192721 +0200 @@ -1,0 +2,5 @@ +Fri Oct 8 11:56:33 UTC 2021 - Dan ??erm??k <dcer...@suse.com> + +- Don't use rsync for synchronized folders for virtualbox + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox_vagrantfile ++++++ --- /var/tmp/diff_new_pack.hXgCZA/_old 2021-10-11 16:48:53.178193534 +0200 +++ /var/tmp/diff_new_pack.hXgCZA/_new 2021-10-11 16:48:53.178193534 +0200 @@ -1,5 +1,4 @@ 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