Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2018-07-27 10:53:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-update"

Fri Jul 27 10:53:58 2018 rev:122 rq:625272 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes        
2018-07-03 23:31:52.868621681 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2018-07-27 10:55:03.653510915 +0200
@@ -1,0 +2,7 @@
+Wed Jul 25 13:21:22 CEST 2018 - [email protected]
+
+- Wrong fstype "Windows Data Partition" will not be shown anymore
+  for partition which are suggested for upgrade. (bsc#1079034)
+- 4.1.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-update-4.0.17.tar.bz2

New:
----
  yast2-update-4.1.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.udNWhm/_old  2018-07-27 10:55:04.053511681 +0200
+++ /var/tmp/diff_new_pack.udNWhm/_new  2018-07-27 10:55:04.053511681 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        4.0.17
+Version:        4.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-update-4.0.17.tar.bz2 -> yast2-update-4.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.17/package/yast2-update.changes 
new/yast2-update-4.1.0/package/yast2-update.changes
--- old/yast2-update-4.0.17/package/yast2-update.changes        2018-07-02 
16:24:35.000000000 +0200
+++ new/yast2-update-4.1.0/package/yast2-update.changes 2018-07-25 
14:00:47.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Jul 25 13:21:22 CEST 2018 - [email protected]
+
+- Wrong fstype "Windows Data Partition" will not be shown anymore
+  for partition which are suggested for upgrade. (bsc#1079034)
+- 4.1.0
+
+-------------------------------------------------------------------
 Thu Jun 28 14:21:12 CEST 2018 - [email protected]
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.17/package/yast2-update.spec 
new/yast2-update-4.1.0/package/yast2-update.spec
--- old/yast2-update-4.0.17/package/yast2-update.spec   2018-07-02 
16:24:35.000000000 +0200
+++ new/yast2-update-4.1.0/package/yast2-update.spec    2018-07-25 
14:00:47.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        4.0.17
+Version:        4.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.17/src/include/update/rootpart.rb 
new/yast2-update-4.1.0/src/include/update/rootpart.rb
--- old/yast2-update-4.0.17/src/include/update/rootpart.rb      2018-07-02 
16:24:35.000000000 +0200
+++ new/yast2-update-4.1.0/src/include/update/rootpart.rb       2018-07-25 
14:00:47.000000000 +0200
@@ -146,14 +146,16 @@
           fs = ""
 
           # is a linux fs, can be a root fs, has a fs name
-          if part_fs != nil && Ops.get(i, :fstype) != nil &&
-              (CanBeLinuxRootFS(part_fs) || legacy_filesystem?(part_fs)) &&
-              part_fs_name != nil
-            fs = Builtins.sformat(
-              _("%1 (%2)"),
-              Ops.get_string(i, :fstype, ""),
-              part_fs_name
-            )
+          if part_fs != nil &&
+            (CanBeLinuxRootFS(part_fs) || legacy_filesystem?(part_fs)) &&
+            part_fs_name != nil
+            # We are sure that we have found a valid linux partition for 
update.
+            # In some cases fstype has not been set correctly while previous
+            # installation. E.g. Parted (versions older than 3.2) has set
+            # fstype to "Microsoft Basic Data" although it is a linux 
partition.
+            # So we are not showing this entry in order to not confusing the
+            # user.
+            fs = part_fs_name
           else
             fs = Ops.get_string(i, :fstype, Ops.get_string(i, :fs, ""))
           end


Reply via email to