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-12-22 16:23:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-s390 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-s390.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-s390"

Thu Dec 22 16:23:15 2022 rev:28 rq:1044271 version:4.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes    2022-04-25 
23:35:35.762422231 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-s390.new.1835/yast2-s390.changes  
2022-12-22 16:23:25.838152443 +0100
@@ -1,0 +2,6 @@
+Thu Dec 22 12:11:10 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
+- 4.5.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-s390.spec ++++++
--- /var/tmp/diff_new_pack.l35oKL/_old  2022-12-22 16:23:26.302155112 +0100
+++ /var/tmp/diff_new_pack.l35oKL/_new  2022-12-22 16:23:26.310155158 +0100
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-s390
-Version:        4.5.1
+Version:        4.5.2
 Release:        0
-Summary:        YaST2 - S/390 Specific Features Configuration
-License:        GPL-2.0-only
 Group:          System/YaST
+License:        GPL-2.0-only
+Summary:        YaST2 - S/390 Specific Features Configuration
 URL:            https://github.com/yast/yast-s390/
 
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-s390-4.5.1.tar.bz2 -> yast2-s390-4.5.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.5.1/README.md 
new/yast2-s390-4.5.2/README.md
--- old/yast2-s390-4.5.1/README.md      2022-04-25 14:23:29.000000000 +0200
+++ new/yast2-s390-4.5.2/README.md      2022-12-22 14:07:09.000000000 +0100
@@ -17,12 +17,24 @@
 
 On your development laptop you will normally see no s390 specific devices.
 In the `test/` directory there are mock data that can be used for UI
-development. Set an environment variable to override the
+development.
+
+For zfcp devices, setting the **YAST2_S390_PROBE_DISK** environment variable
+pointing to the filename with the mock data is enough for overriding the
 `SCR.Read(.probe.disk)` call:
 
-    YAST2_S390_PROBE_DISK=test/data/probe_disk_dasd.yml rake run"[dasd]"
+    YAST2_S390_PROBE_DISK=test/data/probe_disk.yml      rake run"[zfcp]"
+
+For DASD devices, apart of the disk probe it is needed to mock the `lsdasd` 
command
+output. Setting the `S390_MOCKING=1` environment variable should be enough for
+using the mock data filenames already provided by the repository but in case 
that it is needed to
+use custom data then the variables to be set are **YAST2_S390_LSDASD** and
+**YAST2_S390_PROBE_DISK**.
+
+    S390_MOCKING=1 rake run"[dasd]"
 
 or
 
-    YAST2_S390_PROBE_DISK=test/data/probe_disk.yml      rake run"[zfcp]"
+    YAST2_S390_LSDASD=test/data/lsdasd.txt 
YAST2_S390_PROBE_DISK=test/data/probe_disk_dasd.yml rake run"[dasd]"
+
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.5.1/package/yast2-s390.changes 
new/yast2-s390-4.5.2/package/yast2-s390.changes
--- old/yast2-s390-4.5.1/package/yast2-s390.changes     2022-04-25 
14:23:29.000000000 +0200
+++ new/yast2-s390-4.5.2/package/yast2-s390.changes     2022-12-22 
14:07:09.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Dec 22 12:11:10 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
+- 4.5.2
+
+-------------------------------------------------------------------
 Thu Apr 21 14:45:24 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
 
 - Don't call 'mkinitrd' in the inst-sys (bsc#1197632)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.5.1/package/yast2-s390.spec 
new/yast2-s390-4.5.2/package/yast2-s390.spec
--- old/yast2-s390-4.5.1/package/yast2-s390.spec        2022-04-25 
14:23:29.000000000 +0200
+++ new/yast2-s390-4.5.2/package/yast2-s390.spec        2022-12-22 
14:07:09.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-s390
-Version:        4.5.1
+Version:        4.5.2
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.5.1/test/dasd_controller_test.rb 
new/yast2-s390-4.5.2/test/dasd_controller_test.rb
--- old/yast2-s390-4.5.1/test/dasd_controller_test.rb   2022-04-25 
14:23:29.000000000 +0200
+++ new/yast2-s390-4.5.2/test/dasd_controller_test.rb   2022-12-22 
14:07:09.000000000 +0100
@@ -64,9 +64,10 @@
 
     context "when exit code is other than 7 or 8" do
       let(:exit_code) { 1 }
+      let(:exit) { { "exit" => exit_code } }
 
       it "reports activation error" do
-        expect(subject).to receive(:ReportActivationError).with(channel, 
"exit" => exit_code)
+        expect(subject).to receive(:ReportActivationError).with(channel, exit)
         subject.ActivateDisk(channel, false)
       end
     end

Reply via email to