Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-05-13 09:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-04-14 13:08:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2016-05-13 09:24:29.000000000 +0200
@@ -1,0 +2,9 @@
+Thu May 12 14:09:22 UTC 2016 - igonzalezs...@suse.com
+
+- Remove kbd service restart because it does not exist anymore
+  (bsc#974489)
+- Fixed firstboot.xml to call the correct client for registration
+  (bsc#970572) (lsle...@suse.cz)
+- 3.1.13
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-3.1.12.tar.bz2

New:
----
  yast2-firstboot-3.1.13.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.W2oPiR/_old  2016-05-13 09:24:30.000000000 +0200
+++ /var/tmp/diff_new_pack.W2oPiR/_new  2016-05-13 09:24:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.12
+Version:        3.1.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-firstboot-3.1.12.tar.bz2 -> yast2-firstboot-3.1.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.12/control/firstboot.xml 
new/yast2-firstboot-3.1.13/control/firstboot.xml
--- old/yast2-firstboot-3.1.12/control/firstboot.xml    2016-04-13 
14:52:59.000000000 +0200
+++ new/yast2-firstboot-3.1.13/control/firstboot.xml    2016-05-12 
17:08:26.000000000 +0200
@@ -183,7 +183,7 @@
                 </module>
                 <module>
                     <label>Customer Center</label>
-                    <name>inst_suse_register</name>
+                    <name>registration</name>
                     <enabled config:type="boolean">false</enabled>
                 </module>
                 <module>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.13/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.12/package/yast2-firstboot.changes  2016-04-13 
14:52:59.000000000 +0200
+++ new/yast2-firstboot-3.1.13/package/yast2-firstboot.changes  2016-05-12 
17:08:26.000000000 +0200
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Thu May 12 14:09:22 UTC 2016 - igonzalezs...@suse.com
+
+- Remove kbd service restart because it does not exist anymore
+  (bsc#974489)
+- Fixed firstboot.xml to call the correct client for registration
+  (bsc#970572) (lsle...@suse.cz)
+- 3.1.13
+
+-------------------------------------------------------------------
 Wed Apr 13 12:48:04 UTC 2016 - jreidin...@suse.com
 
 - Do not overwrite bootloader configuration in first boot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.12/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.13/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.12/package/yast2-firstboot.spec     2016-04-13 
14:52:59.000000000 +0200
+++ new/yast2-firstboot-3.1.13/package/yast2-firstboot.spec     2016-05-12 
17:08:26.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.12
+Version:        3.1.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/scripts/Firstboot-Stage/S09-cleanup 
new/yast2-firstboot-3.1.13/scripts/Firstboot-Stage/S09-cleanup
--- old/yast2-firstboot-3.1.12/scripts/Firstboot-Stage/S09-cleanup      
2016-04-13 14:52:59.000000000 +0200
+++ new/yast2-firstboot-3.1.13/scripts/Firstboot-Stage/S09-cleanup      
2016-05-12 17:08:26.000000000 +0200
@@ -44,11 +44,6 @@
 
 stop_unicode
 
-if [ -e "/var/lib/YaST2/firstboot_kbd_restart" ] ; then
-    /etc/init.d/kbd restart
-    rm /var/lib/YaST2/firstboot_kbd_restart
-fi
-
 if [ -e "/var/lib/YaST2/firstboot_reboot_after_finish" ] ; then
     log "\tRebooting system as requested by firstboot..."
     rm /var/lib/YaST2/firstboot_reboot_after_finish
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/src/clients/firstboot_keyboard.rb 
new/yast2-firstboot-3.1.13/src/clients/firstboot_keyboard.rb
--- old/yast2-firstboot-3.1.12/src/clients/firstboot_keyboard.rb        
2016-04-13 14:52:59.000000000 +0200
+++ new/yast2-firstboot-3.1.13/src/clients/firstboot_keyboard.rb        
2016-05-12 17:08:26.000000000 +0200
@@ -45,14 +45,7 @@
 
       @ret = KeyboardDialog(GetInstArgs.argmap)
 
-      if @ret == :next
-        Keyboard.Save
-        # kbd must be restarted after YaST finishes (#303808)
-        SCR.Execute(
-          path(".target.bash"),
-          Builtins.sformat("touch %1/firstboot_kbd_restart", Directory.vardir)
-        )
-      end
+      Keyboard.Save if @ret == :next
 
       deep_copy(@ret)
     end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.12/src/clients/firstboot_language_keyboard.rb 
new/yast2-firstboot-3.1.13/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-3.1.12/src/clients/firstboot_language_keyboard.rb       
2016-04-13 14:52:59.000000000 +0200
+++ new/yast2-firstboot-3.1.13/src/clients/firstboot_language_keyboard.rb       
2016-05-12 17:08:26.000000000 +0200
@@ -185,12 +185,6 @@
             break
           end
 
-          # kbd must be restarted after YaST finishes (#303808)
-          SCR.Execute(
-            path(".target.bash"),
-            Builtins.sformat("touch %1/firstboot_kbd_restart", 
Directory.vardir)
-          )
-
           break if @ret == :next
         end
       end


Reply via email to