Mailinglist Archive: opensuse-commit (1194 mails)
| < Previous | Next > |
commit yast2-installation
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 18 Mar 2008 14:16:56 +0100
- Message-id: <20080318131656.DE348678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-installation
checked in at Tue Mar 18 14:16:56 CET 2008.
--------
--- yast2-installation/yast2-installation.changes 2008-03-15
03:06:22.000000000 +0100
+++ /mounts/work_src_done/NOARCH/yast2-installation/yast2-installation.changes
2008-03-17 11:13:43.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar 17 11:04:38 CET 2008 - locilka@xxxxxxx
+
+- Automatic configuration is now disabled for mode update.
+- The whole second stage in now disabled for mode update.
+- Added help text for "Use Automatic Configuration" check-box.
+- 2.16.24
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-2.16.23.tar.bz2
New:
----
yast2-installation-2.16.24.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.W13829/_old 2008-03-18 14:16:38.000000000 +0100
+++ /var/tmp/diff_new_pack.W13829/_new 2008-03-18 14:16:38.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-installation (Version 2.16.23)
+# spec file for package yast2-installation (Version 2.16.24)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,12 +12,12 @@
Name: yast2-installation
-Version: 2.16.23
+Version: 2.16.24
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-installation-2.16.23.tar.bz2
+Source0: yast2-installation-2.16.24.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer
sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
# URL::MakeParamsFromMap and URL::MakeMapFromParams
@@ -104,7 +104,7 @@
Lukas Ocilka <locilka@xxxxxxx>
%prep
-%setup -n yast2-installation-2.16.23
+%setup -n yast2-installation-2.16.24
%build
%{prefix}/bin/y2tool y2autoconf
@@ -170,6 +170,11 @@
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
+* Mon Mar 17 2008 locilka@xxxxxxx
+- Automatic configuration is now disabled for mode update.
+- The whole second stage in now disabled for mode update.
+- Added help text for "Use Automatic Configuration" check-box.
+- 2.16.24
* Fri Mar 14 2008 locilka@xxxxxxx
- Added possibility to run automatic configuration instead of the
whole second stage installation (fate #303396).
++++++ yast2-installation-2.16.23.tar.bz2 -> yast2-installation-2.16.24.tar.bz2
++++++
++++ 2549 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-installation-2.16.23/src/clients/inst_mode.ycp
new/yast2-installation-2.16.24/src/clients/inst_mode.ycp
--- old/yast2-installation-2.16.23/src/clients/inst_mode.ycp 2008-03-14
15:09:22.000000000 +0100
+++ new/yast2-installation-2.16.24/src/clients/inst_mode.ycp 2008-03-17
11:14:48.000000000 +0100
@@ -5,7 +5,7 @@
* Authors: Jiri Srain <jsrain@xxxxxxx>
* Lukas Ocilka <locilka@xxxxxxx>
*
- * $Id: inst_mode.ycp 45467 2008-03-14 14:09:21Z locilka $
+ * $Id: inst_mode.ycp 45508 2008-03-17 10:14:47Z locilka $
*
*/
@@ -175,7 +175,7 @@
`Left (`CheckBox (
`id (`use_automatic_configuration), `opt(`notify),
// check box
- _("Use Automatic Configuration"),
+ _("&Use Automatic Configuration"),
ProductControl::GetUseAutomaticConfiguration()
))
),
@@ -215,6 +215,14 @@
") +
// help text for installation method
+ _("<p>
+To let new installation create an automatic configuration, select
+<b>Use Automatic Configuration</b>. Otherwise second stage installation
+with configuration proposals will be called instead. Update mode does not
+support automatic configuration.</p>
+") +
+
+ // help text for installation method
_("<p>Select <b>Repair Installed System</b> if you have a damaged Linux
system on
your hard disk. This option can try to fix problems automatically.
</p>") +
@@ -311,24 +319,23 @@
ret = nil;
continue;
}
+
// Adjusting current UI - Hide Other Options
// in case of `install or `update clicked
else if (contains([`install, `update], ret)) {
symbol selected_mode = (symbol) UI::QueryWidget (`id (`inst_mode),
`CurrentButton);
foreach (list one_item, [
- [`add_on, Installation::add_on_selected],
- [`productsources, Installation::add_on_selected],
- [`use_automatic_configuration,
ProductControl::GetUseAutomaticConfiguration()],
+ [`add_on, Installation::add_on_selected, true],
+ [`productsources, Installation::add_on_selected, true],
+ // automatic installation works only for new installation
+ [`use_automatic_configuration, (ret == `install ?
ProductControl::GetUseAutomaticConfiguration():false), (ret == `install)],
], {
- if (UI::WidgetExists (`id (one_item[0]:`_item_not_defined))) {
- UI::ChangeWidget (`id (one_item[0]:`_item_not_defined),
`Enabled, true);
- UI::ChangeWidget (`id (one_item[0]:`_item_not_defined),
`Value, (boolean) one_item[1]:false);
+ if (UI::WidgetExists (`id (one_item[0]:`_inotdef_))) {
+ UI::ChangeWidget (`id (one_item[0]:`_inotdef_), `Enabled,
one_item[2]:false);
+ UI::ChangeWidget (`id (one_item[0]:`_inotdef_), `Value,
one_item[1]:false);
}
});
-
- // Can be either `install or `update
- UI::ChangeWidget (`id(`inst_mode), `CurrentButton, selected_mode);
}
// Next button
@@ -365,6 +372,9 @@
if (new_mode == `update)
{
Mode::SetMode ("update");
+
+ // update mode doesn't support automatic configuration
+ ProductControl::SetUseAutomaticConfiguration (false);
}
if (new_mode == `repair)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-installation-2.16.23/VERSION new/yast2-installation-2.16.24/VERSION
--- old/yast2-installation-2.16.23/VERSION 2008-03-15 02:44:24.000000000
+0100
+++ new/yast2-installation-2.16.24/VERSION 2008-03-17 11:14:39.000000000
+0100
@@ -1 +1 @@
-2.16.23
+2.16.24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |