Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2020-08-28 21:17:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Fri Aug 28 21:17:49 2020 rev:453 rq:828894 version:4.3.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2020-08-14 13:10:03.157226735 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.3399/yast2-installation.changes
  2020-08-28 21:20:26.576297458 +0200
@@ -1,0 +2,6 @@
+Mon Aug 24 09:35:13 UTC 2020 - Steffen Winterfeldt <snw...@suse.com>
+
+- save random pool to /var/lib/systemd/random-seed (bsc#1174964)
+- 4.3.15
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.3.14.tar.bz2

New:
----
  yast2-installation-4.3.15.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.ic7k0E/_old  2020-08-28 21:20:27.516297914 +0200
+++ /var/tmp/diff_new_pack.ic7k0E/_new  2020-08-28 21:20:27.520297916 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.3.14
+Version:        4.3.15
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only
@@ -49,6 +49,7 @@
 # new root password cwm widget
 BuildRequires:  yast2-users >= 3.2.8
 # storage-ng based version
+BuildRequires:  yast2-bootloader
 BuildRequires:  yast2-country >= 3.3.1
 
 PreReq:         %fillup_prereq

++++++ yast2-installation-4.3.14.tar.bz2 -> yast2-installation-4.3.15.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.14/package/yast2-installation.changes 
new/yast2-installation-4.3.15/package/yast2-installation.changes
--- old/yast2-installation-4.3.14/package/yast2-installation.changes    
2020-08-12 13:43:38.000000000 +0200
+++ new/yast2-installation-4.3.15/package/yast2-installation.changes    
2020-08-24 11:47:06.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Aug 24 09:35:13 UTC 2020 - Steffen Winterfeldt <snw...@suse.com>
+
+- save random pool to /var/lib/systemd/random-seed (bsc#1174964)
+- 4.3.15
+
+-------------------------------------------------------------------
 Tue Aug 11 10:33:04 CEST 2020 - sch...@suse.de
 
 - AutoYaST: Added supplements: autoyast(deploy_image,ssh_import)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.14/package/yast2-installation.spec 
new/yast2-installation-4.3.15/package/yast2-installation.spec
--- old/yast2-installation-4.3.14/package/yast2-installation.spec       
2020-08-12 13:43:38.000000000 +0200
+++ new/yast2-installation-4.3.15/package/yast2-installation.spec       
2020-08-24 11:47:06.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.3.14
+Version:        4.3.15
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
@@ -49,6 +49,7 @@
 BuildRequires:  yast2-users >= 3.2.8
 # storage-ng based version
 BuildRequires:  yast2-country >= 3.3.1
+BuildRequires:  yast2-bootloader
 
 PreReq:         %fillup_prereq
 Requires:       yast2-users >= 3.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.14/src/lib/installation/clients/pre_umount_finish.rb 
new/yast2-installation-4.3.15/src/lib/installation/clients/pre_umount_finish.rb
--- 
old/yast2-installation-4.3.14/src/lib/installation/clients/pre_umount_finish.rb 
    2020-08-12 13:43:38.000000000 +0200
+++ 
new/yast2-installation-4.3.15/src/lib/installation/clients/pre_umount_finish.rb 
    2020-08-24 11:47:06.000000000 +0200
@@ -107,7 +107,7 @@
 
       log.info "Saving the current randomness state..."
 
-      store_to = "#{Installation.destdir}/var/lib/misc/random-seed"
+      store_to = "#{Installation.destdir}/var/lib/systemd/random-seed"
 
       # Copy the current state of random number generator to the installed 
system
       if local_command(


Reply via email to