Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-s390 for openSUSE:Factory 
checked in at 2022-02-28 19:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-s390 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-s390.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-s390"

Mon Feb 28 19:44:04 2022 rev:25 rq:958096 version:4.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes    2022-02-10 
23:13:11.908378864 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-s390.new.1958/yast2-s390.changes  
2022-02-28 19:44:35.921963774 +0100
@@ -1,0 +2,6 @@
+Mon Feb 28 16:30:58 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Fix format of unformatted disks after activation (bsc#1196559).
+- 4.4.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-s390-4.4.4.tar.bz2

New:
----
  yast2-s390-4.4.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-s390.spec ++++++
--- /var/tmp/diff_new_pack.FmhQ0Y/_old  2022-02-28 19:44:36.485963896 +0100
+++ /var/tmp/diff_new_pack.FmhQ0Y/_new  2022-02-28 19:44:36.489963896 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-s390
-Version:        4.4.4
+Version:        4.4.5
 Release:        0
 Summary:        YaST2 - S/390 Specific Features Configuration
 License:        GPL-2.0-only

++++++ yast2-s390-4.4.4.tar.bz2 -> yast2-s390-4.4.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.4.4/package/yast2-s390.changes 
new/yast2-s390-4.4.5/package/yast2-s390.changes
--- old/yast2-s390-4.4.4/package/yast2-s390.changes     2022-02-10 
15:54:10.000000000 +0100
+++ new/yast2-s390-4.4.5/package/yast2-s390.changes     2022-02-28 
18:39:32.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Feb 28 16:30:58 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Fix format of unformatted disks after activation (bsc#1196559).
+- 4.4.5
+
+-------------------------------------------------------------------
 Thu Feb 10 10:18:47 UTC 2022 - Knut Anderssen <kanders...@suse.com>
 
 - Fix DasdSummary requirement (bsc#1195753)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.4.4/package/yast2-s390.spec 
new/yast2-s390-4.4.5/package/yast2-s390.spec
--- old/yast2-s390-4.4.4/package/yast2-s390.spec        2022-02-10 
15:54:10.000000000 +0100
+++ new/yast2-s390-4.4.5/package/yast2-s390.spec        2022-02-28 
18:39:32.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-s390
-Version:        4.4.4
+Version:        4.4.5
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.4.4/src/lib/y2s390/dasd.rb 
new/yast2-s390-4.4.5/src/lib/y2s390/dasd.rb
--- old/yast2-s390-4.4.4/src/lib/y2s390/dasd.rb 2022-02-10 15:54:10.000000000 
+0100
+++ new/yast2-s390-4.4.5/src/lib/y2s390/dasd.rb 2022-02-28 18:39:32.000000000 
+0100
@@ -170,13 +170,13 @@
       hwinfo&.sysfs_id
     end
 
-    # Returns the system device name
+    # Returns the system device name from the sysfs. i.e. 'dasd'
     #
     # @return [String, nil]
     def sys_device_name
       cmd = ["ls", "/sys/bus/ccw/devices/#{id}/block/"]
       disk = Yast::Execute.stdout.on_target!(cmd).strip
-      disk.to_s.empty? ? nil : "/dev/#{disk}"
+      disk.to_s.empty? ? nil : disk
     end
 
     # Returns the device data collected by hwinfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.4.4/test/y2s390/dasd_test.rb 
new/yast2-s390-4.4.5/test/y2s390/dasd_test.rb
--- old/yast2-s390-4.4.4/test/y2s390/dasd_test.rb       2022-02-10 
15:54:10.000000000 +0100
+++ new/yast2-s390-4.4.5/test/y2s390/dasd_test.rb       2022-02-28 
18:39:32.000000000 +0100
@@ -148,7 +148,7 @@
     it "returns the associated device name read from the sysfs" do
       allow(execute).to receive(:on_target!).with(["ls", 
"/sys/bus/ccw/devices/0.0.0150/block/"])
         .and_return("#{dasda.device_name}\n")
-      expect(dasda.sys_device_name).to eq("/dev/dasda")
+      expect(dasda.sys_device_name).to eq("dasda")
     end
   end
 end

Reply via email to