Hello community, here is the log from the commit of package autoyast2 checked in at Tue May 22 15:04:43 CEST 2007. -------- --- autoyast2/autoyast2.changes 2007-05-16 12:41:34.000000000 +0200 +++ /mounts/work_src_done/STABLE/autoyast2/autoyast2.changes 2007-05-22 11:12:56.544966000 +0200 @@ -1,0 +2,6 @@ +Tue May 22 10:57:06 CEST 2007 - ug@suse.de + +- reactivate hardware detection during autoinstall +- 2.15.10 + +------------------------------------------------------------------- Old: ---- autoyast2-2.15.9.tar.bz2 New: ---- autoyast2-2.15.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.ky3874/_old 2007-05-22 15:04:02.000000000 +0200 +++ /var/tmp/diff_new_pack.ky3874/_new 2007-05-22 15:04:02.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package autoyast2 (Version 2.15.9) +# spec file for package autoyast2 (Version 2.15.10) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: autoyast2 URL: http://www.suse.de/~ug -Version: 2.15.9 +Version: 2.15.10 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: autoyast2-2.15.9.tar.bz2 +Source0: autoyast2-2.15.10.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets fop java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update Requires: yast2-core yast2-xml libxslt yast2-installation @@ -49,7 +49,7 @@ Anas Nashif %package installation -Version: 2.15.9 +Version: 2.15.10 Release: 1 Summary: YaST2 - Auto Installation Modules Group: System/YaST @@ -69,7 +69,7 @@ Anas Nashif %prep -%setup -n autoyast2-2.15.9 +%setup -n autoyast2-2.15.10 %build %{prefix}/bin/y2tool y2autoconf @@ -210,6 +210,9 @@ %dir /var/lib/autoinstall/autoconf %changelog +* Tue May 22 2007 - ug@suse.de +- reactivate hardware detection during autoinstall +- 2.15.10 * Wed May 16 2007 - ug@suse.de - always remove the installation network - 2.15.9 ++++++ autoyast2-2.15.9.tar.bz2 -> autoyast2-2.15.10.tar.bz2 ++++++ ++++ 1793 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/autoyast2-2.15.9/configure.in new/autoyast2-2.15.10/configure.in --- old/autoyast2-2.15.9/configure.in 2007-05-16 12:40:39.000000000 +0200 +++ new/autoyast2-2.15.10/configure.in 2007-05-22 10:57:59.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(autoyast2, 2.15.9, http://bugs.opensuse.org/, autoyast2) +AC_INIT(autoyast2, 2.15.10, http://bugs.opensuse.org/, autoyast2) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.15.9" +VERSION="2.15.10" RPMNAME="autoyast2" MAINTAINER="Uwe Gansert <ug@suse.de>" 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/autoyast2-2.15.9/src/clients/inst_autoinit.ycp new/autoyast2-2.15.10/src/clients/inst_autoinit.ycp --- old/autoyast2-2.15.9/src/clients/inst_autoinit.ycp 2007-04-03 10:07:49.000000000 +0200 +++ new/autoyast2-2.15.10/src/clients/inst_autoinit.ycp 2007-05-22 10:57:53.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Parses XML Profile for automatic installation * Authors: Anas Nashif <nashif@suse.de> * - * $Id: inst_autoinit.ycp 37279 2007-04-03 08:07:47Z ug $ + * $Id: inst_autoinit.ycp 38076 2007-05-22 08:57:52Z ug $ * */ @@ -163,7 +163,7 @@ } Progress::Title(_("Probing hardware...")); - WFM::CallFunction("inst_startup", [] ); + WFM::CallFunction("inst_system_analysis", [] ); if( ! profileFetched ) { symbol ret = processProfile(); 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/autoyast2-2.15.9/VERSION new/autoyast2-2.15.10/VERSION --- old/autoyast2-2.15.9/VERSION 2007-05-16 12:30:36.000000000 +0200 +++ new/autoyast2-2.15.10/VERSION 2007-05-22 10:57:02.000000000 +0200 @@ -1 +1 @@ -2.15.9 +2.15.10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de