Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2021-02-26 21:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-kdump.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-kdump"

Fri Feb 26 21:58:32 2021 rev:104 rq:873501 version:4.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2020-12-03 
18:42:59.534178575 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new.2378/yast2-kdump.changes        
2021-02-26 21:58:33.791774014 +0100
@@ -1,0 +2,7 @@
+Thu Feb 18 15:37:11 UTC 2021 - Josef Reidinger <jreidin...@suse.com>
+
+- Adapted unit test to recent changes in Yast::Report (related to
+  bsc#1179893).
+- 4.3.4
+
+-------------------------------------------------------------------

Old:
----
  yast2-kdump-4.3.3.tar.bz2

New:
----
  yast2-kdump-4.3.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.eyNsM6/_old  2021-02-26 21:58:34.355774510 +0100
+++ /var/tmp/diff_new_pack.eyNsM6/_new  2021-02-26 21:58:34.359774513 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-kdump
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        4.3.3
+Version:        4.3.4
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only

++++++ yast2-kdump-4.3.3.tar.bz2 -> yast2-kdump-4.3.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.3.3/package/yast2-kdump.changes 
new/yast2-kdump-4.3.4/package/yast2-kdump.changes
--- old/yast2-kdump-4.3.3/package/yast2-kdump.changes   2020-12-01 
15:17:38.000000000 +0100
+++ new/yast2-kdump-4.3.4/package/yast2-kdump.changes   2021-02-18 
17:12:30.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Feb 18 15:37:11 UTC 2021 - Josef Reidinger <jreidin...@suse.com>
+
+- Adapted unit test to recent changes in Yast::Report (related to
+  bsc#1179893).
+- 4.3.4
+
+-------------------------------------------------------------------
 Mon Nov 30 15:50:47 UTC 2020 - David Diaz <dgonza...@suse.com>
 
 - Do not show a warning when running in a HVM Xen guest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.3.3/package/yast2-kdump.spec 
new/yast2-kdump-4.3.4/package/yast2-kdump.spec
--- old/yast2-kdump-4.3.3/package/yast2-kdump.spec      2020-12-01 
15:17:38.000000000 +0100
+++ new/yast2-kdump-4.3.4/package/yast2-kdump.spec      2021-02-18 
17:12:30.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        4.3.3
+Version:        4.3.4
 Release:        0
 Summary:        Configuration of kdump
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-4.3.3/test/fadump_test.rb 
new/yast2-kdump-4.3.4/test/fadump_test.rb
--- old/yast2-kdump-4.3.3/test/fadump_test.rb   2020-12-01 15:17:38.000000000 
+0100
+++ new/yast2-kdump-4.3.4/test/fadump_test.rb   2021-02-18 17:12:30.000000000 
+0100
@@ -24,7 +24,8 @@
   context "if fadump is not supported on this architecture" do
     let(:supported) { false }
 
-    it "returns false when enabling fadump" do
+    it "returns false and show error popup when enabling fadump" do
+      expect(Yast::Report).to receive(:Error)
       expect(Yast::Kdump.use_fadump(true)).to eq(false)
     end
 

Reply via email to