commit kiwi-images-vagrant for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2020-08-20 22:23:37

Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.3399 (New)


Package is "kiwi-images-vagrant"

Thu Aug 20 22:23:37 2020 rev:6 rq:827253 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes   
2020-06-11 09:58:40.021995493 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.3399/Tumbleweed.changes 
2020-08-20 22:24:40.839864914 +0200
@@ -1,0 +2,6 @@
+Thu Aug 13 07:33:45 UTC 2020 - Marco Varlese 
+
+- Added package "command-not-found" to offer an easy way to users
+  to find missing packages and find those by known exec command
+
+---



Other differences:
--
++ Tumbleweed.kiwi ++
--- /var/tmp/diff_new_pack.NaXas0/_old  2020-08-20 22:24:42.363865626 +0200
+++ /var/tmp/diff_new_pack.NaXas0/_new  2020-08-20 22:24:42.363865626 +0200
@@ -60,6 +60,7 @@
 
 
 
+
 
 
 




commit kiwi-images-vagrant for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2020-06-11 09:58:29

Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.3606 (New)


Package is "kiwi-images-vagrant"

Thu Jun 11 09:58:29 2020 rev:5 rq:813159 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes   
2020-03-21 00:00:09.497050856 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.3606/Tumbleweed.changes 
2020-06-11 09:58:40.021995493 +0200
@@ -1,0 +2,5 @@
+Wed Jun 10 10:10:35 UTC 2020 - Dan Čermák 
+
+- Only modify /etc/vimrc in config.sh if it exists
+
+---



Other differences:
--
++ config.sh ++
--- /var/tmp/diff_new_pack.sI3xQy/_old  2020-06-11 09:58:41.39302 +0200
+++ /var/tmp/diff_new_pack.sI3xQy/_new  2020-06-11 09:58:41.39302 +0200
@@ -75,8 +75,12 @@
 #==
 # only basic version of vim is
 # installed; no syntax highlighting
+# only perform the modification if
+# /etc/vimrc is actually there
 #--
-sed -i -e's/^syntax on/" syntax on/' /etc/vimrc
+if [ -f /etc/vimrc ]; then
+sed -i -e's/^syntax on/" syntax on/' /etc/vimrc
+fi
 
 function vagrantSetup {
 # This function configures the image to work as a vagrant box.




commit kiwi-images-vagrant for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2020-03-20 23:55:38

Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.3160 (New)


Package is "kiwi-images-vagrant"

Fri Mar 20 23:55:38 2020 rev:4 rq:786922 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes   
2020-01-12 23:19:23.970705516 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.3160/Tumbleweed.changes 
2020-03-21 00:00:09.497050856 +0100
@@ -1,0 +2,5 @@
+Fri Mar 20 13:57:46 UTC 2020 - Dan Čermák 
+
+- Fix boo#1167232: use the virtio driver on aarch64 for the mouse
+
+---



Other differences:
--
++ aarch64_vagrantfile ++
--- /var/tmp/diff_new_pack.nIleZZ/_old  2020-03-21 00:00:12.649052855 +0100
+++ /var/tmp/diff_new_pack.nIleZZ/_new  2020-03-21 00:00:12.649052855 +0100
@@ -11,5 +11,6 @@
 libvirt.cpu_mode = "host-passthrough"
 libvirt.machine_type = "virt-3.1"
 libvirt.emulator_path = "/usr/bin/qemu-system-aarch64"
+libvirt.input :type => "mouse", :bus => "virtio"
   end
 end




commit kiwi-images-vagrant for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2020-01-12 23:18:38

Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.6675 (New)


Package is "kiwi-images-vagrant"

Sun Jan 12 23:18:38 2020 rev:3 rq:762894 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes   
2019-11-03 11:16:17.972257368 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.6675/Tumbleweed.changes 
2020-01-12 23:19:23.970705516 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 16:24:17 UTC 2020 - Dan Čermák 
+
+- Drop required package ifplugd
+
+---



Other differences:
--
++ Tumbleweed.kiwi ++
--- /var/tmp/diff_new_pack.2wnXb9/_old  2020-01-12 23:19:24.722705794 +0100
+++ /var/tmp/diff_new_pack.2wnXb9/_new  2020-01-12 23:19:24.722705794 +0100
@@ -61,7 +61,6 @@
 
 
 
-
 
 
 




commit kiwi-images-vagrant for openSUSE:Factory

2019-11-03 Thread root
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2019-11-03 11:16:16

Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2990 (New)


Package is "kiwi-images-vagrant"

Sun Nov  3 11:16:16 2019 rev:2 rq:743851 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes   
2019-09-30 15:58:11.693408885 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2990/Tumbleweed.changes 
2019-11-03 11:16:17.972257368 +0100
@@ -1,0 +2,10 @@
+Tue Oct 29 14:35:59 UTC 2019 - Dan Čermák 
+
+- Add bootstrap package openSUSE-release-appliance-vagrant
+
+---
+Tue Oct 22 08:23:00 UTC 2019 - Dan Čermák 
+
+- Drop removed package openSUSE-release-dvd
+
+---



Other differences:
--
++ Tumbleweed.kiwi ++
--- /var/tmp/diff_new_pack.8x3gNO/_old  2019-11-03 11:16:18.612258185 +0100
+++ /var/tmp/diff_new_pack.8x3gNO/_new  2019-11-03 11:16:18.616258191 +0100
@@ -113,6 +113,6 @@
 
 
 
-
+
 
 




commit kiwi-images-vagrant for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package kiwi-images-vagrant for 
openSUSE:Factory checked in at 2019-09-30 15:58:09

Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2352 (New)


Package is "kiwi-images-vagrant"

Mon Sep 30 15:58:09 2019 rev:1 rq:733652 version:1.0

Changes:

New Changes file:

--- /dev/null   2019-09-25 09:10:10.894331610 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.2352/Tumbleweed.changes 
2019-09-30 15:58:11.693408885 +0200
@@ -0,0 +1,59 @@
+---
+Thu Sep 26 10:18:38 UTC 2019 - Dan Čermák 
+
+- Change names of the openSUSE images to be less verbose
+
+---
+Wed Sep 11 09:38:39 UTC 2019 - Dan Čermák 
+
+- Drop root.obscpio, add ifcfg-eth0 in config.sh
+
+---
+Thu Aug  8 06:35:10 UTC 2019 - Dominique Leuenberger 
+
+- Require virtualbox-kmp-default instead of
+  virtualbox-guest-kmp-default: virtualbox merged the KMPs.
+
+---
+Tue Jul 23 13:06:12 UTC 2019 - Dan Čermák 
+
+- Add an additional profile for the aarch64 build with an embedded Vagrantfile
+  fix wicked networking configuration
+  remove obsolete baseCleanMount from config.sh
+
+---
+Thu Jul  4 09:20:48 UTC 2019 - Guillaume GARDET 
+
+- Add _constraints to avoid 'no space left' error
+
+---
+Wed Jun 26 12:53:08 UTC 2019 - Guillaume GARDET 
+
+- Enable build of libvirt flavor for aarch64
+
+---
+Fri Jun 21 08:52:35 UTC 2019 - Dan Čermák 
+
+- Add python-xml so that Ansible's zypper module works
+
+---
+Mon May  6 14:17:56 UTC 2019 - Dan Čermák 
+
+- Add haveged to the Vagrant box (see bsc#1131369)
+
+---
+Fri Apr 12 12:07:24 UTC 2019 - Dan Čermák 
+
+- Remove dracut-plymouth
+
+---
+Fri Mar 29 12:19:06 UTC 2019 - Dan Čermák 
+
+- Rebuild repositories via add-yast-repos
+  Remove custom /etc/motd
+
+
+---
+Thu Mar 28 14:08:49 UTC 2019 - Dan Čermák 
+
+- Initial vagrant box version

New:

  Tumbleweed.changes
  Tumbleweed.kiwi
  _constraints
  _multibuild
  aarch64_vagrantfile
  config.sh



Other differences:
--
++ Tumbleweed.kiwi ++








Dan Cermak
dcer...@suse.com

openSUSE Tumbleweed








1.0
zypper
en_US
us
Europe/Berlin
true
false
openSUSE
openSUSE




42





42





42








































































++ _constraints ++

  

  5

  

++ _multibuild ++

libvirt
libvirt_aarch64
virtualbox

++ aarch64_vagrantfile ++
Vagrant.configure("2") do |config|
  config.vm.synced_folder ".", "/vagrant", type: "rsync"
  config.vm.provider :libvirt do |libvirt|
libvirt.driver = "kvm"
libvirt.host = 'localhost'
libvirt.uri = 'qemu:///system'
libvirt.host = "master"
libvirt.features = ["apic"]
libvirt.loader = "/usr/share/qemu/aavmf-aarch64-code.bin"
libvirt.video_type = "vga"
libvirt.cpu_mode = "host-passthrough"
libvirt.machine_type = "virt-3.1"
libvirt.emulator_path = "/usr/bin/qemu-system-aarch64"
  end
end
++ config.sh ++
#!/bin/bash
#
# FILE  : config.sh
#
# PROJECT   : openSUSE KIWI Image System
# COPYRIGHT : (c) 2019 SUSE LINUX Products GmbH. All rights reserved
#   :
# AUTHOR: Marcus Schaefer 
#   : Dan Čermák 
#   :
# BELONGS TO: