Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2021-01-25 18:23:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-bootloader"

Mon Jan 25 18:23:04 2021 rev:301 rq:865457 version:4.3.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2021-01-18 11:26:45.420471699 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-bootloader.new.28504/yast2-bootloader.changes 
    2021-01-25 18:23:11.860392578 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 14:53:55 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com>
+
+- Fix unit tests (bsc#1181175).
+- 4.3.18
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-4.3.17.tar.bz2

New:
----
  yast2-bootloader-4.3.18.tar.bz2

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.th5NZc/_old  2021-01-25 18:23:12.564393582 +0100
+++ /var/tmp/diff_new_pack.th5NZc/_new  2021-01-25 18:23:12.568393588 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        4.3.17
+Version:        4.3.18
 Release:        0
 Summary:        YaST2 - Bootloader Configuration
 License:        GPL-2.0-or-later

++++++ yast2-bootloader-4.3.17.tar.bz2 -> yast2-bootloader-4.3.18.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.3.17/package/yast2-bootloader.changes 
new/yast2-bootloader-4.3.18/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.3.17/package/yast2-bootloader.changes        
2021-01-13 17:24:25.000000000 +0100
+++ new/yast2-bootloader-4.3.18/package/yast2-bootloader.changes        
2021-01-21 16:07:10.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jan 21 14:53:55 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com>
+
+- Fix unit tests (bsc#1181175).
+- 4.3.18
+
+-------------------------------------------------------------------
 Tue Jan 12 13:23:46 UTC 2021 - Ancor Gonzalez Sosa <an...@suse.com>
 
 - The logic for calculating a device udev link is now delegated to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.3.17/package/yast2-bootloader.spec 
new/yast2-bootloader-4.3.18/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.3.17/package/yast2-bootloader.spec   2021-01-13 
17:24:25.000000000 +0100
+++ new/yast2-bootloader-4.3.18/package/yast2-bootloader.spec   2021-01-21 
16:07:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        4.3.17
+Version:        4.3.18
 Release:        0
 Summary:        YaST2 - Bootloader Configuration
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-4.3.17/test/udev_mapping_test.rb 
new/yast2-bootloader-4.3.18/test/udev_mapping_test.rb
--- old/yast2-bootloader-4.3.17/test/udev_mapping_test.rb       2021-01-13 
17:24:25.000000000 +0100
+++ new/yast2-bootloader-4.3.18/test/udev_mapping_test.rb       2021-01-21 
16:07:10.000000000 +0100
@@ -54,6 +54,11 @@
       # find by name creates always new instance, so to make mocking easier, 
mock it to
       # return always same instance
       allow(Y2Storage::BlkDevice).to receive(:find_by_name).and_return(device)
+
+      # The preferred device name depends on the default mount_by, and such 
default value
+      # depends on the architecture. Setting the default mount_by here to make 
the tests
+      # architecture independent (bsc#1181175).
+      storage_conf.default_mount_by = Y2Storage::Filesystems::MountByType::UUID
     end
 
     let(:device) { find_device("/dev/sda3") }

Reply via email to