Hello community,

here is the log from the commit of package openSUSE-Tumbleweed-Vagrant for 
openSUSE:Factory checked in at 2019-05-13 14:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Vagrant.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-Tumbleweed-Vagrant"

Mon May 13 14:50:25 2019 rev:3 rq:701992 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Vagrant/Tumbleweed.changes   
2019-04-12 17:57:35.671224839 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Vagrant.new.5148/Tumbleweed.changes
 2019-05-13 14:50:26.614774172 +0200
@@ -1,0 +2,5 @@
+Mon May  6 14:17:56 UTC 2019 - Dan Čermák <[email protected]>
+
+- Add haveged to the Vagrant box (see bsc#1131369)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Tumbleweed.kiwi ++++++
--- /var/tmp/diff_new_pack.E39oUR/_old  2019-05-13 14:50:27.382776107 +0200
+++ /var/tmp/diff_new_pack.E39oUR/_new  2019-05-13 14:50:27.382776107 +0200
@@ -83,6 +83,9 @@
 
         <!-- for add-yast-repos -->
         <package name="live-add-yast-repos"/>
+
+        <!-- to get enough entropy, otherwise network interfaces won't get up 
-->
+        <package name="haveged"/>
     </packages>
 
     <packages type="image" profiles="libvirt">

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.E39oUR/_old  2019-05-13 14:50:27.410776178 +0200
+++ /var/tmp/diff_new_pack.E39oUR/_new  2019-05-13 14:50:27.410776178 +0200
@@ -114,7 +114,7 @@
     chown -R vagrant:vagrant /vagrant
 
     # SSH service
-    suseInsertService sshd
+    baseInsertService sshd
 
     # start vboxsf service only if the guest tools are present
     if rpm -q virtualbox-guest-tools 2> /dev/null; then
@@ -125,6 +125,12 @@
 vagrantSetup
 
 #=================================================
+# enable haveged to get enough entropy in a VM
+# see: bsc#1131369
+#-------------------------------------------------
+baseInsertService haveged
+
+#=================================================
 # configure openSUSE repositories from YaST
 #
 # don't do this for Leap 42.3,


Reply via email to