Hello community, here is the log from the commit of package yast2-installation checked in at Tue Oct 24 13:44:46 CEST 2006. -------- --- yast2-installation/yast2-installation.changes 2006-10-23 16:32:41.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-installation/yast2-installation.changes 2006-10-24 11:03:22.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Oct 24 10:58:18 CEST 2006 - ms@suse.de + +- fixed nic detection (#213870) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.Q3z08a/_old 2006-10-24 13:44:28.000000000 +0200 +++ /var/tmp/diff_new_pack.Q3z08a/_new 2006-10-24 13:44:28.000000000 +0200 @@ -12,7 +12,7 @@ Name: yast2-installation Version: 2.14.4 -Release: 1 +Release: 3 License: GNU General Public License (GPL) - all versions Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -131,6 +131,8 @@ %endif %changelog -n yast2-installation +* Tue Oct 24 2006 - ms@suse.de +- fixed nic detection (#213870) * Mon Oct 23 2006 - locilka@suse.cz - Added special installation client for Language Add-Ons inst_language_add-on and it's XML workflow ++++++ yast2-installation-2.14.4.tar.bz2 ++++++ ++++ 2046 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.14.4/Makefile.am.common new/yast2-installation-2.14.4/Makefile.am.common --- old/yast2-installation-2.14.4/Makefile.am.common 2006-10-23 16:45:30.000000000 +0200 +++ new/yast2-installation-2.14.4/Makefile.am.common 2006-10-24 10:59:36.000000000 +0200 @@ -29,7 +29,19 @@ dist-hook: check-syntax +CHECK_SYNTAX = true check-syntax: $(client_DATA) $(ycpchook) - if test "$(client_DATA)"; then $(bindir)/ycpc -qE -M. -I. $(YCPCFLAGS) $(filter %.ycp,$^) || exit 1; fi + @if test "$(client_DATA)"; then \ + if $(CHECK_SYNTAX); then \ + TO_CHECK="$(filter %.ycp,$^)"; \ + echo "Checking syntax of $${TO_CHECK}"; \ + if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \ + echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your own risk"; \ + exit 1; \ + fi; \ + else \ + echo "Syntax check disabled"; \ + fi; \ + fi -include .dep 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.14.4/configure.in new/yast2-installation-2.14.4/configure.in --- old/yast2-installation-2.14.4/configure.in 2006-10-23 16:45:30.000000000 +0200 +++ new/yast2-installation-2.14.4/configure.in 2006-10-24 10:59:36.000000000 +0200 @@ -1,6 +1,6 @@ dnl configure.in for yast2-installation dnl -dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.27 - DO NOT EDIT! -- dnl (edit configure.in.in instead) AC_INIT(yast2-installation, 2.14.4, http://bugs.opensuse.org/, yast2-installation) 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.14.4/src/clients/desktop_finish.ycp new/yast2-installation-2.14.4/src/clients/desktop_finish.ycp --- old/yast2-installation-2.14.4/src/clients/desktop_finish.ycp 2006-07-18 11:27:46.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/desktop_finish.ycp 2006-10-16 11:18:55.000000000 +0200 @@ -8,7 +8,7 @@ * Authors: * Jiri Srain <jsrain@suse.cz> * - * $Id: desktop_finish.ycp 31885 2006-07-17 08:14:59Z jsrain $ + * $Id: desktop_finish.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/inst_congratulate.ycp new/yast2-installation-2.14.4/src/clients/inst_congratulate.ycp --- old/yast2-installation-2.14.4/src/clients/inst_congratulate.ycp 2006-07-24 09:57:00.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_congratulate.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -6,7 +6,7 @@ * * Display a congratulation message for the user. * - * $Id: inst_congratulate.ycp 31936 2006-07-18 14:16:43Z jsrain $ + * $Id: inst_congratulate.ycp 33279 2006-10-09 14:16:49Z locilka $ */ { 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.14.4/src/clients/inst_finish.ycp new/yast2-installation-2.14.4/src/clients/inst_finish.ycp --- old/yast2-installation-2.14.4/src/clients/inst_finish.ycp 2006-09-13 11:12:49.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_finish.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -6,7 +6,7 @@ * Arvin Schnell <arvin@suse.de> * Jiri Srain <jsrain@suse.de> * - * $Id: inst_finish.ycp 32850 2006-09-13 09:14:23Z locilka $ + * $Id: inst_finish.ycp 33279 2006-10-09 14:16:49Z locilka $ * * Writes: * [target] /var/lib/YaST2/runme_at_boot run yast2 after initial boot 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.14.4/src/clients/inst_license.ycp new/yast2-installation-2.14.4/src/clients/inst_license.ycp --- old/yast2-installation-2.14.4/src/clients/inst_license.ycp 2006-10-09 13:28:35.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_license.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Generic License File * Authors: Anas Nashif <nashif@suse.de> * - * $Id: inst_license.ycp 33271 2006-10-09 11:28:31Z locilka $ + * $Id: inst_license.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/inst_proposal.ycp new/yast2-installation-2.14.4/src/clients/inst_proposal.ycp --- old/yast2-installation-2.14.4/src/clients/inst_proposal.ycp 2006-10-09 13:28:35.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_proposal.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -7,7 +7,7 @@ * Jiri Srain <jsrain@suse.cz> * Lukas Ocilka <locilka@suse.cz> * - * $Id: inst_proposal.ycp 33271 2006-10-09 11:28:31Z locilka $ + * $Id: inst_proposal.ycp 33279 2006-10-09 14:16:49Z locilka $ * * Create and display reasonable proposal for basic * installation and call sub-workflows as required 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.14.4/src/clients/inst_release_notes.ycp new/yast2-installation-2.14.4/src/clients/inst_release_notes.ycp --- old/yast2-installation-2.14.4/src/clients/inst_release_notes.ycp 2006-10-09 13:28:35.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_release_notes.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -7,7 +7,7 @@ * * Display release notes. * - * $Id: inst_release_notes.ycp 33271 2006-10-09 11:28:31Z locilka $ + * $Id: inst_release_notes.ycp 33279 2006-10-09 14:16:49Z locilka $ */ { 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.14.4/src/clients/inst_startup.ycp new/yast2-installation-2.14.4/src/clients/inst_startup.ycp --- old/yast2-installation-2.14.4/src/clients/inst_startup.ycp 2006-10-09 13:28:35.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_startup.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -13,7 +13,7 @@ * - Probe all controllers for disks * - Probe all disks for partition data * - * $Id: inst_startup.ycp 33271 2006-10-09 11:28:31Z locilka $ + * $Id: inst_startup.ycp 33279 2006-10-09 14:16:49Z locilka $ */ { 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.14.4/src/clients/inst_system_analysis.ycp new/yast2-installation-2.14.4/src/clients/inst_system_analysis.ycp --- old/yast2-installation-2.14.4/src/clients/inst_system_analysis.ycp 2006-10-09 13:28:35.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/inst_system_analysis.ycp 2006-10-16 11:18:55.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Installation mode selection, system analysis * Authors: Jiri Srain <jsrain@suse.cz> * - * $Id: inst_system_analysis.ycp 33271 2006-10-09 11:28:31Z locilka $ + * $Id: inst_system_analysis.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/save_config_finish.ycp new/yast2-installation-2.14.4/src/clients/save_config_finish.ycp --- old/yast2-installation-2.14.4/src/clients/save_config_finish.ycp 2006-09-22 16:49:30.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/save_config_finish.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -8,7 +8,7 @@ * Authors: * Jiri Srain <jsrain@suse.cz> * - * $Id: save_config_finish.ycp 33062 2006-09-22 14:51:08Z locilka $ + * $Id: save_config_finish.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/save_hw_status_finish.ycp new/yast2-installation-2.14.4/src/clients/save_hw_status_finish.ycp --- old/yast2-installation-2.14.4/src/clients/save_hw_status_finish.ycp 2006-09-25 11:01:56.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/save_hw_status_finish.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -8,7 +8,7 @@ * Authors: * Jiri Srain <jsrain@suse.cz> * - * $Id: save_hw_status_finish.ycp 33076 2006-09-25 08:59:36Z jsrain $ + * $Id: save_hw_status_finish.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/switch_scr_finish.ycp new/yast2-installation-2.14.4/src/clients/switch_scr_finish.ycp --- old/yast2-installation-2.14.4/src/clients/switch_scr_finish.ycp 2006-10-02 17:07:07.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/switch_scr_finish.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -8,7 +8,7 @@ * Authors: * Jiri Srain <jsrain@suse.cz> * - * $Id: switch_scr_finish.ycp 33233 2006-10-02 15:07:05Z locilka $ + * $Id: switch_scr_finish.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/test_inst_client.ycp new/yast2-installation-2.14.4/src/clients/test_inst_client.ycp --- old/yast2-installation-2.14.4/src/clients/test_inst_client.ycp 2006-08-23 16:58:34.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/test_inst_client.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -3,7 +3,7 @@ * Summary: For testing the network and hardware proposals. * Author: Michal Svec <msvec@suse.cz> * - * $Id: test_inst_client.ycp 32528 2006-08-23 11:23:58Z jsrain $ + * $Id: test_inst_client.ycp 33279 2006-10-09 14:16:49Z locilka $ */ { 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.14.4/src/clients/test_proposal.ycp new/yast2-installation-2.14.4/src/clients/test_proposal.ycp --- old/yast2-installation-2.14.4/src/clients/test_proposal.ycp 2006-08-23 08:30:51.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/test_proposal.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -3,7 +3,7 @@ * Summary: For testing the network and hardware proposals. * Author: Michal Svec <msvec@suse.cz> * - * $Id: test_proposal.ycp 32509 2006-08-22 17:28:33Z mvidner $ + * $Id: test_proposal.ycp 33279 2006-10-09 14:16:49Z locilka $ */ { 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.14.4/src/clients/umount_finish.ycp new/yast2-installation-2.14.4/src/clients/umount_finish.ycp --- old/yast2-installation-2.14.4/src/clients/umount_finish.ycp 2006-09-13 14:14:59.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/umount_finish.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -8,7 +8,7 @@ * Authors: * Jiri Srain <jsrain@suse.cz> * - * $Id: umount_finish.ycp 32853 2006-09-13 12:16:36Z locilka $ + * $Id: umount_finish.ycp 33279 2006-10-09 14:16:49Z locilka $ * */ 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.14.4/src/clients/vendor.ycp new/yast2-installation-2.14.4/src/clients/vendor.ycp --- old/yast2-installation-2.14.4/src/clients/vendor.ycp 2006-07-26 10:58:50.000000000 +0200 +++ new/yast2-installation-2.14.4/src/clients/vendor.ycp 2006-10-16 11:18:54.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Load vendor driver CD * Authors: Klaus Kaempf <kkaempf@suse.de> * - * $Id: vendor.ycp 31984 2006-07-26 07:21:09Z jsrain $ + * $Id: vendor.ycp 33279 2006-10-09 14:16:49Z locilka $ */ { 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.14.4/src/modules/Product.ycp new/yast2-installation-2.14.4/src/modules/Product.ycp --- old/yast2-installation-2.14.4/src/modules/Product.ycp 2006-08-10 10:05:19.000000000 +0200 +++ new/yast2-installation-2.14.4/src/modules/Product.ycp 2006-10-16 11:18:56.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Product data * Authors: Klaus Kaempf <kkaempf@suse.de> * - * $Id: Product.ycp 32270 2006-08-09 12:59:35Z jsrain $ + * $Id: Product.ycp 33280 2006-10-09 14:21:31Z locilka $ */ { 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.14.4/startup/YaST2.Second-Stage new/yast2-installation-2.14.4/startup/YaST2.Second-Stage --- old/yast2-installation-2.14.4/startup/YaST2.Second-Stage 2006-08-09 12:31:07.000000000 +0200 +++ new/yast2-installation-2.14.4/startup/YaST2.Second-Stage 2006-10-16 11:18:56.000000000 +0200 @@ -15,7 +15,7 @@ # : We will now prepare YaST2 for the so called continue # : mode # : -# STATUS : $Id: YaST2.Second-Stage 32171 2006-08-04 14:35:07Z jsrain $ +# STATUS : $Id: YaST2.Second-Stage 33280 2006-10-09 14:21:31Z locilka $ #---------------- #set -x 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.14.4/startup/common/network.sh new/yast2-installation-2.14.4/startup/common/network.sh --- old/yast2-installation-2.14.4/startup/common/network.sh 2006-10-09 16:09:06.000000000 +0200 +++ new/yast2-installation-2.14.4/startup/common/network.sh 2006-10-24 10:59:19.000000000 +0200 @@ -12,7 +12,7 @@ # DESCRIPTION : Common used functions used for the YaST2 startup process # : refering to network environment issues # : -# STATUS : $Id: network.sh 19738 2004-10-05 14:14:26Z ms $ +# STATUS : $Id: network.sh 33623 2006-10-24 08:59:12Z ms $ #---------------- # #----[ is_iface_up ]-----# @@ -32,7 +32,7 @@ #-------------------------------------------------- # search for a queued network interface # - for i in `ip link show | grep -v link | grep -v noqueue | cut -f2 -d:`;do + for i in `ip -o link show | cut -f2 -d:`;do iface=`echo $i | tr -d " "` if is_iface_up "$iface" ; then return 0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org