Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-12-03 22:49:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2014-11-28 
08:47:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-12-03 
22:50:16.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov 28 15:12:56 CET 2014 - [email protected]
+
+- AutoYaST configuration module: Reset menu bar after calling
+  single YAST configuration module.
+  (bnc#872711)
+- 3.1.69
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.1.68.tar.bz2

New:
----
  autoyast2-3.1.69.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.B0u7wt/_old  2014-12-03 22:50:17.000000000 +0100
+++ /var/tmp/diff_new_pack.B0u7wt/_new  2014-12-03 22:50:17.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.68
+Version:        3.1.69
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-3.1.68.tar.bz2 -> autoyast2-3.1.69.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.68/package/autoyast2.changes 
new/autoyast2-3.1.69/package/autoyast2.changes
--- old/autoyast2-3.1.68/package/autoyast2.changes      2014-11-27 
14:39:10.000000000 +0100
+++ new/autoyast2-3.1.69/package/autoyast2.changes      2014-11-28 
15:35:52.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Nov 28 15:12:56 CET 2014 - [email protected]
+
+- AutoYaST configuration module: Reset menu bar after calling
+  single YAST configuration module.
+  (bnc#872711)
+- 3.1.69
+
+-------------------------------------------------------------------
 Wed Nov 26 17:02:27 CET 2014 - [email protected]
 
 - Fixed too small dialog for autoyast profile location.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.68/package/autoyast2.spec 
new/autoyast2-3.1.69/package/autoyast2.spec
--- old/autoyast2-3.1.68/package/autoyast2.spec 2014-11-27 14:39:10.000000000 
+0100
+++ new/autoyast2-3.1.69/package/autoyast2.spec 2014-11-28 15:35:52.000000000 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.68
+Version:        3.1.69
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.68/src/include/autoinstall/conftree.rb 
new/autoyast2-3.1.69/src/include/autoinstall/conftree.rb
--- old/autoyast2-3.1.68/src/include/autoinstall/conftree.rb    2014-11-27 
14:39:10.000000000 +0100
+++ new/autoyast2-3.1.69/src/include/autoinstall/conftree.rb    2014-11-28 
15:35:53.000000000 +0100
@@ -533,6 +533,10 @@
           if currentModule != ""
             configret = configureModule(currentModule)
             Builtins.y2debug("configureModule ret : %1", configret)
+            # Some configuration modules removes/exchange the menu bar.
+            # So we have to reset. (bnc#872711)
+            Wizard.DeleteMenus
+            menus
             CreateDialog(currentGroup, currentModule)
           end
         elsif ret == :reset

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to