Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory checked in at 2016-01-28 17:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ca-management (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ca-management.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ca-management"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ca-management/yast2-ca-management.changes  
2015-07-05 17:51:33.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ca-management.new/yast2-ca-management.changes 
    2016-01-28 17:19:25.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 13:06:17 CET 2016 - [email protected]
+
+- AutoYaST: Reporting timeout errors only. (bnc#962328)
+- version 3.1.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-ca-management-3.1.7.tar.bz2

New:
----
  yast2-ca-management-3.1.8.tar.bz2

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

Other differences:
------------------
++++++ yast2-ca-management.spec ++++++
--- /var/tmp/diff_new_pack.ihYO07/_old  2016-01-28 17:19:25.000000000 +0100
+++ /var/tmp/diff_new_pack.ihYO07/_new  2016-01-28 17:19:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ca-management
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ca-management
-Version:        3.1.7
+Version:        3.1.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-ca-management-3.1.7.tar.bz2 -> yast2-ca-management-3.1.8.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/package/yast2-ca-management.changes 
new/yast2-ca-management-3.1.8/package/yast2-ca-management.changes
--- old/yast2-ca-management-3.1.7/package/yast2-ca-management.changes   
2015-06-24 12:33:29.000000000 +0200
+++ new/yast2-ca-management-3.1.8/package/yast2-ca-management.changes   
2016-01-21 15:18:14.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jan 21 13:06:17 CET 2016 - [email protected]
+
+- AutoYaST: Reporting timeout errors only. (bnc#962328)
+- version 3.1.8
+
+-------------------------------------------------------------------
 Tue Jun 23 09:05:12 UTC 2015 - [email protected]
 
 - bnc#922765
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/package/yast2-ca-management.spec 
new/yast2-ca-management-3.1.8/package/yast2-ca-management.spec
--- old/yast2-ca-management-3.1.7/package/yast2-ca-management.spec      
2015-06-24 12:33:29.000000000 +0200
+++ new/yast2-ca-management-3.1.8/package/yast2-ca-management.spec      
2016-01-21 15:18:14.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ca-management
-Version:        3.1.7
+Version:        3.1.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/src/include/ca-management/new_cert_read_write.rb 
new/yast2-ca-management-3.1.8/src/include/ca-management/new_cert_read_write.rb
--- 
old/yast2-ca-management-3.1.7/src/include/ca-management/new_cert_read_write.rb  
    2015-06-24 12:33:30.000000000 +0200
+++ 
new/yast2-ca-management-3.1.8/src/include/ca-management/new_cert_read_write.rb  
    2016-01-21 15:18:15.000000000 +0100
@@ -48,6 +48,7 @@
 
       Yast.import "CaMgm"
       Yast.import "Popup"
+      Yast.import "Mode"
       Yast.import "Timezone"
       Yast.import "YaPI::CaManagement"
 
@@ -1932,7 +1933,7 @@
             _(
               "The default certificate can also be created in\nthe CA 
Management module.\n"
             )
-          )
+          ) unless Mode.auto
           return false
         else
           certList = Convert.convert(
@@ -2013,7 +2014,7 @@
           _(
             "The default certificate can also be created in\nthe CA Management 
module.\n"
           )
-        )
+        ) unless Mode.auto
         return false
       end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ca-management-3.1.7/src/include/ca-management/popup.rb 
new/yast2-ca-management-3.1.8/src/include/ca-management/popup.rb
--- old/yast2-ca-management-3.1.7/src/include/ca-management/popup.rb    
2015-06-24 12:33:30.000000000 +0200
+++ new/yast2-ca-management-3.1.8/src/include/ca-management/popup.rb    
2016-01-21 15:18:15.000000000 +0100
@@ -37,6 +37,8 @@
       Yast.import "Wizard"
       Yast.import "Label"
       Yast.import "Popup"
+      Yast.import "Mode"
+      Yast.import "Report"
       Yast.import "YaPI"
       Yast.import "YaPI::CaManagement"
       Yast.import "CommandLine"
@@ -80,7 +82,8 @@
       if Ops.greater_than(Builtins.size(message), 0)
         Builtins.y2error("Showing error: %1", messageMap)
         if CommandLine.StartGUI
-          if Ops.greater_than(Builtins.size(description), 0)
+          if Ops.greater_than(Builtins.size(description), 0) &&
+            !Mode.auto # Show description while normal installation 
only.(bnc#962328)
             if !Popup.AnyQuestion(
                 Label.ErrorMsg,
                 message,
@@ -110,7 +113,7 @@
               UI.CloseDialog
             end
           else
-            Popup.Error(message)
+            Report.Error(message)
           end
         else
           # output to tty


Reply via email to