Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2021-06-15 16:37:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-update (Old) and /work/SRC/openSUSE:Factory/.yast2-update.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-update" Tue Jun 15 16:37:05 2021 rev:141 rq:899054 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes 2021-05-02 18:36:36.760820832 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-update.new.32437/yast2-update.changes 2021-06-15 16:37:20.505693980 +0200 @@ -1,0 +2,7 @@ +Thu Jun 10 13:32:43 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Do not crash when an /etc/fstab file does not contain any + entry (bsc#1186895). +- 4.4.1 + +------------------------------------------------------------------- Old: ---- yast2-update-4.4.0.tar.bz2 New: ---- yast2-update-4.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.BrABOX/_old 2021-06-15 16:37:21.117695040 +0200 +++ /var/tmp/diff_new_pack.BrABOX/_new 2021-06-15 16:37:21.121695047 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: YaST2 - Update License: GPL-2.0-only ++++++ yast2-update-4.4.0.tar.bz2 -> yast2-update-4.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.4.0/package/yast2-update.changes new/yast2-update-4.4.1/package/yast2-update.changes --- old/yast2-update-4.4.0/package/yast2-update.changes 2021-04-30 18:21:57.000000000 +0200 +++ new/yast2-update-4.4.1/package/yast2-update.changes 2021-06-10 15:37:09.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Jun 10 13:32:43 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Do not crash when an /etc/fstab file does not contain any + entry (bsc#1186895). +- 4.4.1 + +------------------------------------------------------------------- Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> - 4.4.0 (bsc#1185510) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.4.0/package/yast2-update.spec new/yast2-update-4.4.1/package/yast2-update.spec --- old/yast2-update-4.4.0/package/yast2-update.spec 2021-04-30 18:21:57.000000000 +0200 +++ new/yast2-update-4.4.1/package/yast2-update.spec 2021-06-10 15:37:09.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: YaST2 - Update Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.4.0/src/modules/RootPart.rb new/yast2-update-4.4.1/src/modules/RootPart.rb --- old/yast2-update-4.4.0/src/modules/RootPart.rb 2021-04-30 18:21:57.000000000 +0200 +++ new/yast2-update-4.4.1/src/modules/RootPart.rb 2021-06-10 15:37:09.000000000 +0200 @@ -1579,7 +1579,7 @@ Builtins.y2warning("Cannot find / entry in fstab %1", fstab) end - freshman[:valid] = fstab_entry_matches?(fstab[0], filesystem) + freshman[:valid] = fstab_entry_matches?(fstab[0], filesystem) if fstab[0] if Mode.autoinst # we dont care about the other checks in autoinstallation