Mailinglist Archive: opensuse-commit (1792 mails)
| < Previous | Next > |
commit yast2-firstboot for openSUSE:11.4
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 18 Feb 2011 14:22:06 +0100
- Message-id: <20110218132206.67AF2202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package yast2-firstboot for openSUSE:11.4
checked in at Fri Feb 18 14:22:06 CET 2011.
--------
--- old-versions/11.4/all/yast2-firstboot/yast2-firstboot.changes
2010-11-03 17:13:11.000000000 +0100
+++ /mounts/work_src_done/11.4/yast2-firstboot/yast2-firstboot.changes
2011-02-18 11:34:18.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Feb 18 11:28:57 CET 2011 - jsuchome@xxxxxxx
+
+- call stop_unicode before kbd restart (bnc#665504)
+- docu update
+- 2.20.2
+
+-------------------------------------------------------------------
calling whatdependson for 11.4-i586
Old:
----
yast2-firstboot-2.20.1.tar.bz2
New:
----
yast2-firstboot-2.20.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.fI89qw/_old 2011-02-18 14:22:05.000000000 +0100
+++ /var/tmp/diff_new_pack.fI89qw/_new 2011-02-18 14:22:05.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package yast2-firstboot (Version 2.20.1)
+# spec file for package yast2-firstboot
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
Name: yast2-firstboot
-Version: 2.20.1
-Release: 1
+Version: 2.20.2
+Release: 1.<RELEASE2>
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-firstboot-2.20.1.tar.bz2
+Source0: yast2-firstboot-2.20.2.tar.bz2
Prefix: /usr
@@ -60,7 +60,7 @@
created to personalize the system.
%prep
-%setup -n yast2-firstboot-2.20.1
+%setup -n yast2-firstboot-2.20.2
%build
%{prefix}/bin/y2tool y2autoconf
@@ -108,4 +108,5 @@
%doc %{prefix}/share/doc/packages/yast2-firstboot
/etc/YaST2/*.xml
/usr/share/autoinstall/modules/firstboot.desktop
+
%changelog
++++++ yast2-firstboot-2.20.1.tar.bz2 -> yast2-firstboot-2.20.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-2.20.1/VERSION
new/yast2-firstboot-2.20.2/VERSION
--- old/yast2-firstboot-2.20.1/VERSION 2010-11-03 17:11:35.000000000 +0100
+++ new/yast2-firstboot-2.20.2/VERSION 2011-02-18 11:29:47.000000000 +0100
@@ -1 +1 @@
-2.20.1
+2.20.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-2.20.1/doc/firstboot-section_mod.xml
new/yast2-firstboot-2.20.2/doc/firstboot-section_mod.xml
--- old/yast2-firstboot-2.20.1/doc/firstboot-section_mod.xml 2010-10-20
13:39:44.000000000 +0200
+++ new/yast2-firstboot-2.20.2/doc/firstboot-section_mod.xml 2011-02-14
14:08:07.000000000 +0100
@@ -148,7 +148,7 @@
<para>
If you want to use FIRSTBOOT_FINISH_FILE, you need to update the
firstboot workflow so that it calls firstboot_finish instead of
inst_congratulate. The content of the given file would be shown as the final
text.
- However the recommended way of customizing the congratulate text is
using default inst_congratulate step and specifying the text (as a value for
'congratulate' section) it in the firstboot.xml control file (see control.xml
examples and documentation).
+ However the recommended way of customizing the congratulate text is
using default inst_congratulate step and specifying the text (as a value for
'congratulate' section) it in the firstboot.xml control file (see control.xml
examples and documentation). With such text, it is possible to provide
translations to more languages, which is not possible for FIRSTBOOT_FINISH_FILE.
</para>
</section>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-2.20.1/scripts/Firstboot-Stage/S09-cleanup
new/yast2-firstboot-2.20.2/scripts/Firstboot-Stage/S09-cleanup
--- old/yast2-firstboot-2.20.1/scripts/Firstboot-Stage/S09-cleanup
2009-06-19 10:21:04.000000000 +0200
+++ new/yast2-firstboot-2.20.2/scripts/Firstboot-Stage/S09-cleanup
2011-02-18 11:26:37.000000000 +0100
@@ -42,13 +42,13 @@
rm -f $IFCFG_USB
fi
+stop_unicode
+
if [ -e "/var/lib/YaST2/firstboot_kbd_restart" ] ; then
/etc/init.d/kbd restart
rm /var/lib/YaST2/firstboot_kbd_restart
fi
-stop_unicode
-
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-2.20.1/src/firstboot_language.ycp
new/yast2-firstboot-2.20.2/src/firstboot_language.ycp
--- old/yast2-firstboot-2.20.1/src/firstboot_language.ycp 2010-11-03
17:11:12.000000000 +0100
+++ new/yast2-firstboot-2.20.2/src/firstboot_language.ycp 2010-11-03
17:12:56.000000000 +0100
@@ -12,7 +12,7 @@
* Modify:
*
*
- * $Id: firstboot_language.ycp 58401 2009-08-20 14:38:29Z jsuchome $
+ * $Id: firstboot_language.ycp 62746 2010-11-03 16:12:56Z jsuchome $
*/
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-2.20.1/src/firstboot_language_keyboard.ycp
new/yast2-firstboot-2.20.2/src/firstboot_language_keyboard.ycp
--- old/yast2-firstboot-2.20.1/src/firstboot_language_keyboard.ycp
2010-11-03 17:11:12.000000000 +0100
+++ new/yast2-firstboot-2.20.2/src/firstboot_language_keyboard.ycp
2010-11-03 17:12:56.000000000 +0100
@@ -12,7 +12,7 @@
* Summary:
* This client shows dialog for choosing the language and keyboard layout
*
- * $Id: firstboot_language_keyboard.ycp 61371 2010-03-18 11:12:14Z jsuchome $
+ * $Id: firstboot_language_keyboard.ycp 62746 2010-11-03 16:12:56Z jsuchome $
*
*/
{
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |