Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2019-03-10 09:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Sun Mar 10 09:29:35 2019 rev:419 rq:682367 version:4.1.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2019-03-06 19:03:09.669078502 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.28833/yast2-installation.changes
 2019-03-10 09:29:39.596261053 +0100
@@ -1,0 +2,14 @@
+Thu Mar  7 08:10:33 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
+
+- Retranslate also the side bar steps when changing the language
+  (bsc#1128153)
+- 4.1.41
+
+-------------------------------------------------------------------
+Wed Mar  6 13:01:03 UTC 2019 - jreidin...@suse.com
+
+- Do not change polkit default priviledges during upgrade
+  (bsc#1120720)
+- 4.1.40
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.1.39.tar.bz2

New:
----
  yast2-installation-4.1.41.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.OYIBPe/_old  2019-03-10 09:29:43.124260168 +0100
+++ /var/tmp/diff_new_pack.OYIBPe/_new  2019-03-10 09:29:43.164260158 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.1.39
+Version:        4.1.41
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-4.1.39.tar.bz2 -> yast2-installation-4.1.41.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.39/package/yast2-installation.changes 
new/yast2-installation-4.1.41/package/yast2-installation.changes
--- old/yast2-installation-4.1.39/package/yast2-installation.changes    
2019-03-06 10:05:51.000000000 +0100
+++ new/yast2-installation-4.1.41/package/yast2-installation.changes    
2019-03-07 10:11:42.000000000 +0100
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Thu Mar  7 08:10:33 UTC 2019 - Ladislav Slezák <lsle...@suse.cz>
+
+- Retranslate also the side bar steps when changing the language
+  (bsc#1128153)
+- 4.1.41
+
+-------------------------------------------------------------------
+Wed Mar  6 13:01:03 UTC 2019 - jreidin...@suse.com
+
+- Do not change polkit default priviledges during upgrade
+  (bsc#1120720)
+- 4.1.40
+
+-------------------------------------------------------------------
 Tue Mar  5 11:12:13 UTC 2019 - José Iván López González <jlo...@suse.com>
 
 - Do not write the displaymanager value (part of bsc#1125040).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.39/package/yast2-installation.spec 
new/yast2-installation-4.1.41/package/yast2-installation.spec
--- old/yast2-installation-4.1.39/package/yast2-installation.spec       
2019-03-06 10:05:51.000000000 +0100
+++ new/yast2-installation-4.1.41/package/yast2-installation.spec       
2019-03-07 10:11:42.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.1.39
+Version:        4.1.41
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.39/src/lib/installation/clients/save_config_finish.rb
 
new/yast2-installation-4.1.41/src/lib/installation/clients/save_config_finish.rb
--- 
old/yast2-installation-4.1.39/src/lib/installation/clients/save_config_finish.rb
    2019-03-06 10:05:51.000000000 +0100
+++ 
new/yast2-installation-4.1.41/src/lib/installation/clients/save_config_finish.rb
    2019-03-07 10:11:42.000000000 +0100
@@ -194,7 +194,8 @@
             "globals",
             "polkit_default_privs"
           )
-          if !polkit_default_privs.nil? && polkit_default_privs != ""
+          # Do not write polkit privs during update (bsc#1120720)
+          if !polkit_default_privs.nil? && polkit_default_privs != "" && 
!Mode.update
             Builtins.y2milestone(
               "Writing %1 to POLKIT_DEFAULT_PRIVS",
               polkit_default_privs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.39/src/lib/installation/dialogs/complex_welcome.rb 
new/yast2-installation-4.1.41/src/lib/installation/dialogs/complex_welcome.rb
--- 
old/yast2-installation-4.1.39/src/lib/installation/dialogs/complex_welcome.rb   
    2019-03-06 10:05:51.000000000 +0100
+++ 
new/yast2-installation-4.1.41/src/lib/installation/dialogs/complex_welcome.rb   
    2019-03-07 10:11:42.000000000 +0100
@@ -21,6 +21,7 @@
 
 Yast.import "UI"
 Yast.import "Wizard"
+Yast.import "ProductControl"
 
 module Installation
   module Dialogs
@@ -83,6 +84,7 @@
         loop do
           res = super
           Yast::Wizard.RetranslateButtons
+          Yast::ProductControl.RetranslateWizardSteps
           break if res != :redraw
         end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.39/test/dialogs/complex_welcome_test.rb 
new/yast2-installation-4.1.41/test/dialogs/complex_welcome_test.rb
--- old/yast2-installation-4.1.39/test/dialogs/complex_welcome_test.rb  
2019-03-06 10:05:51.000000000 +0100
+++ new/yast2-installation-4.1.41/test/dialogs/complex_welcome_test.rb  
2019-03-07 10:11:42.000000000 +0100
@@ -14,6 +14,18 @@
     end
   end
 
+  describe "#run" do
+    it "retranslates the buttons and side bar" do
+      # mock displaying the dialog
+      allow(subject).to receive(:should_open_dialog?).and_return(false)
+      allow(subject).to receive(:cwm_show).and_return(:next)
+
+      expect(Yast::Wizard).to receive(:RetranslateButtons)
+      expect(Yast::ProductControl).to receive(:RetranslateWizardSteps)
+      subject.run
+    end
+  end
+
   describe "#content" do
     let(:sles_product) { instance_double("Y2Packager::Product", label: "SLES") 
}
     let(:language_widget) { Yast::Term.new(:language_widget) }


Reply via email to