Hello community,

here is the log from the commit of package yast2-s390 for openSUSE:Factory 
checked in at 2019-04-08 10:35:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-s390 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-s390.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-s390"

Mon Apr  8 10:35:21 2019 rev:9 rq:691754 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes    2019-02-28 
21:44:14.253503726 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-s390.new.3908/yast2-s390.changes  
2019-04-08 10:35:22.591231816 +0200
@@ -1,0 +2,7 @@
+Wed Apr  3 12:52:42 UTC 2019 - [email protected]
+
+- adjust zfcp "auto LUN scan" message (bsc#1068281)
+- do not show "auto LUN scan" hint during auto install (bsc#1104021)
+- 4.1.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-s390.spec ++++++
--- /var/tmp/diff_new_pack.ki8zIt/_old  2019-04-08 10:35:23.203231930 +0200
+++ /var/tmp/diff_new_pack.ki8zIt/_new  2019-04-08 10:35:23.207231930 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-s390
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-s390-4.1.0.tar.bz2 -> yast2-s390-4.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.1.0/Dockerfile 
new/yast2-s390-4.1.1/Dockerfile
--- old/yast2-s390-4.1.0/Dockerfile     2019-02-27 15:45:26.000000000 +0100
+++ new/yast2-s390-4.1.1/Dockerfile     2019-04-05 11:10:16.000000000 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 # a workaround to allow package building on a non-s390 machine
 RUN sed -i "/^ExclusiveArch:/d" package/*.spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.1.0/package/yast2-s390.changes 
new/yast2-s390-4.1.1/package/yast2-s390.changes
--- old/yast2-s390-4.1.0/package/yast2-s390.changes     2019-02-27 
15:45:26.000000000 +0100
+++ new/yast2-s390-4.1.1/package/yast2-s390.changes     2019-04-05 
11:10:16.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Apr  3 12:52:42 UTC 2019 - [email protected]
+
+- adjust zfcp "auto LUN scan" message (bsc#1068281)
+- do not show "auto LUN scan" hint during auto install (bsc#1104021)
+- 4.1.1
+
+-------------------------------------------------------------------
 Tue Feb 26 12:57:12 UTC 2019 - José Iván López González <[email protected]>
 
 - Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.1.0/package/yast2-s390.spec 
new/yast2-s390-4.1.1/package/yast2-s390.spec
--- old/yast2-s390-4.1.0/package/yast2-s390.spec        2019-02-27 
15:45:26.000000000 +0100
+++ new/yast2-s390-4.1.1/package/yast2-s390.spec        2019-04-05 
11:10:16.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-s390
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.1.0/src/include/s390/zfcp/dialogs.rb 
new/yast2-s390-4.1.1/src/include/s390/zfcp/dialogs.rb
--- old/yast2-s390-4.1.0/src/include/s390/zfcp/dialogs.rb       2019-02-27 
15:45:26.000000000 +0100
+++ new/yast2-s390-4.1.1/src/include/s390/zfcp/dialogs.rb       2019-04-05 
11:10:16.000000000 +0200
@@ -311,7 +311,7 @@
             ComboBox(Id(:lun), Opt(:hstretch, :editable), _("&LUN"), luns)
           ),
           VSpacing(2),
-          Label(_("If no WWPN and no LUN have been defined the system is 
trying to use allow_lun_scan.")),
+          Label(_("If no WWPN and no LUN have been defined the system is 
trying to use auto LUN scan.")),
           VStretch()
         ),
         HStretch()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.1.0/src/include/s390/zfcp/helps.rb 
new/yast2-s390-4.1.1/src/include/s390/zfcp/helps.rb
--- old/yast2-s390-4.1.0/src/include/s390/zfcp/helps.rb 2019-02-27 
15:45:26.000000000 +0100
+++ new/yast2-s390-4.1.1/src/include/s390/zfcp/helps.rb 2019-04-05 
11:10:16.000000000 +0200
@@ -84,7 +84,8 @@
               "<p>The LUN must be entered with lowercase letters as a 16-digit 
hex value with\n" \
               "all trailing zeros, such as <tt>0x52ca000000000000</tt>.</p>" \
               "<p>If no WWPN <b>and</b> no LUN have been defined the system is 
" \
-              "trying to use allow_lun_scan.</p>"
+              "trying to use auto LUN scan. Auto LUN scan can be turned off 
using " \
+              "the kernel parameter <tt>allow_lun_scan=0</tt>.</p>"
           ) +
           # Disk selection dialog Warning
           _("<h1>Warning</h1>") +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-s390-4.1.0/src/modules/ZFCPController.rb 
new/yast2-s390-4.1.1/src/modules/ZFCPController.rb
--- old/yast2-s390-4.1.0/src/modules/ZFCPController.rb  2019-02-27 
15:45:26.000000000 +0100
+++ new/yast2-s390-4.1.1/src/modules/ZFCPController.rb  2019-04-05 
11:10:16.000000000 +0200
@@ -557,13 +557,13 @@
           )
         )
       when 10
-        Report.Message(
-          Builtins.sformat(
-            # message, %1 is device identification
-            _("%1: This host adapter supports allow_lun_scan."),
-            channel
-          )
+        msg = Builtins.sformat(
+          # message, %1 is device identification
+          _("%1: This host adapter supports auto LUN scan."),
+          channel
         )
+        # do not show this during auto install (bsc#1104021)
+        Mode.autoinst ? log.info(msg) : Report.Message(msg)
       else
         Report.Error(
           Builtins.sformat(


Reply via email to