Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2020-10-24 15:15:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Sat Oct 24 15:15:10 2020 rev:292 rq:843156 version:4.3.62

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2020-10-18 
16:23:18.192541080 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.3463/autoyast2.changes    
2020-10-24 15:15:17.616089632 +0200
@@ -1,0 +2,7 @@
+Wed Oct 21 06:09:04 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- AutoYaST warnings timeout applies to the XML validation error
+  dialog (bsc#1176973).
+- 4.3.62
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.3.61.tar.bz2

New:
----
  autoyast2-4.3.62.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.BMqjj0/_old  2020-10-24 15:15:18.940091284 +0200
+++ /var/tmp/diff_new_pack.BMqjj0/_new  2020-10-24 15:15:18.944091289 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.3.61
+Version:        4.3.62
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only

++++++ autoyast2-4.3.61.tar.bz2 -> autoyast2-4.3.62.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.61/package/autoyast2.changes 
new/autoyast2-4.3.62/package/autoyast2.changes
--- old/autoyast2-4.3.61/package/autoyast2.changes      2020-10-13 
13:08:13.000000000 +0200
+++ new/autoyast2-4.3.62/package/autoyast2.changes      2020-10-21 
10:49:36.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Oct 21 06:09:04 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- AutoYaST warnings timeout applies to the XML validation error
+  dialog (bsc#1176973).
+- 4.3.62
+
+-------------------------------------------------------------------
 Tue Oct 13 10:06:05 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Allow setting the 't' (or 'config:type') attribute in the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.61/package/autoyast2.spec 
new/autoyast2-4.3.62/package/autoyast2.spec
--- old/autoyast2-4.3.61/package/autoyast2.spec 2020-10-13 13:08:13.000000000 
+0200
+++ new/autoyast2-4.3.62/package/autoyast2.spec 2020-10-21 10:49:36.000000000 
+0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.3.61
+Version:        4.3.62
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.61/src/lib/autoinstall/xml_checks.rb 
new/autoyast2-4.3.62/src/lib/autoinstall/xml_checks.rb
--- old/autoyast2-4.3.61/src/lib/autoinstall/xml_checks.rb      2020-10-13 
13:08:13.000000000 +0200
+++ new/autoyast2-4.3.62/src/lib/autoinstall/xml_checks.rb      2020-10-21 
10:49:36.000000000 +0200
@@ -100,8 +100,9 @@
 
       ret = Yast2::Popup.show(message(msg, validator.errors, file, schema),
         richtext: true,
-        headline: :error,
+        headline: :warning,
         buttons:  :continue_cancel,
+        timeout:  Yast::Report.Export["warnings"]["timeout"],
         focus:    :cancel) == :continue
 
       if ret


Reply via email to