commit yast2-installation for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2019-09-30 15:53:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-installation" Mon Sep 30 15:53:18 2019 rev:433 rq:733105 version:4.2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2019-09-23 13:16:57.577109883 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.2352/yast2-installation.changes 2019-09-30 15:53:19.650186093 +0200 @@ -1,0 +2,6 @@ +Wed Sep 25 08:29:19 UTC 2019 - Steffen Winterfeldt <snwint@suse.com> + +- do not stop haveged process (bsc#1140171) +- 4.2.15 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.2.14.tar.bz2 New: ---- yast2-installation-4.2.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.Eup8mY/_old 2019-09-30 15:53:20.214184592 +0200 +++ /var/tmp/diff_new_pack.Eup8mY/_new 2019-09-30 15:53:20.214184592 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.2.14 +Version: 4.2.15 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only ++++++ yast2-installation-4.2.14.tar.bz2 -> yast2-installation-4.2.15.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.2.14/package/yast2-installation.changes new/yast2-installation-4.2.15/package/yast2-installation.changes --- old/yast2-installation-4.2.14/package/yast2-installation.changes 2019-09-20 17:04:45.000000000 +0200 +++ new/yast2-installation-4.2.15/package/yast2-installation.changes 2019-09-25 11:11:37.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Sep 25 08:29:19 UTC 2019 - Steffen Winterfeldt <snwint@suse.com> + +- do not stop haveged process (bsc#1140171) +- 4.2.15 + +------------------------------------------------------------------- Fri Sep 20 13:39:18 UTC 2019 - Ladislav Slezák <lslezak@suse.cz> - Support for the online installation medium (jsc#SLE-7214) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.2.14/package/yast2-installation.spec new/yast2-installation-4.2.15/package/yast2-installation.spec --- old/yast2-installation-4.2.14/package/yast2-installation.spec 2019-09-20 17:04:45.000000000 +0200 +++ new/yast2-installation-4.2.15/package/yast2-installation.spec 2019-09-25 11:11:37.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.2.14 +Version: 4.2.15 Release: 0 Group: System/YaST License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.2.14/src/lib/installation/clients/pre_umount_finish.rb new/yast2-installation-4.2.15/src/lib/installation/clients/pre_umount_finish.rb --- old/yast2-installation-4.2.14/src/lib/installation/clients/pre_umount_finish.rb 2019-09-20 17:04:45.000000000 +0200 +++ new/yast2-installation-4.2.15/src/lib/installation/clients/pre_umount_finish.rb 2019-09-25 11:11:37.000000000 +0200 @@ -97,7 +97,6 @@ poolsize end - SERVICE_BIN = "/usr/sbin/haveged".freeze RANDOM_PATH = "/dev/urandom".freeze # Preserves the current randomness state, BNC #692799 def preserve_randomness_state @@ -118,10 +117,6 @@ else log.info "Cannot store #{RANDOM_PATH} state to #{store_to}" end - - # stop the random number generator service - log.info "Stopping #{SERVICE_BIN} service" - local_command("/sbin/killproc -TERM '#{String.Quote(SERVICE_BIN)}'") end end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.2.14/test/lib/clients/pre_umount_finish_test.rb new/yast2-installation-4.2.15/test/lib/clients/pre_umount_finish_test.rb --- old/yast2-installation-4.2.14/test/lib/clients/pre_umount_finish_test.rb 2019-09-20 17:04:45.000000000 +0200 +++ new/yast2-installation-4.2.15/test/lib/clients/pre_umount_finish_test.rb 2019-09-25 11:11:37.000000000 +0200 @@ -41,7 +41,6 @@ it "does not preserve randomness state" do expect(Yast::WFM).not_to receive(:Execute).with(anything, /dd/) - expect(Yast::WFM).not_to receive(:Execute).with(anything, /killproc -TERM/) subject.write end @@ -54,7 +53,6 @@ it "does preserve randomness state" do expect(Yast::WFM).to receive(:Execute).with(anything, /dd/) - expect(Yast::WFM).to receive(:Execute).with(anything, /killproc -TERM/) subject.write end
participants (1)
-
root