Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at Fri Apr 29 12:38:48 CEST 2011. -------- --- yast2-packager/yast2-packager.changes 2011-02-03 10:43:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-packager/yast2-packager.changes 2011-04-23 13:37:10.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Apr 20 08:15:09 UTC 2011 - lslezak@suse.cz + +- fixed "repositories" tab completion in shell (bnc#687997) +- removed obsoleted inst_source.ycp wrapper +- 2.21.0 + +------------------------------------------------------------------- +Fri Apr 8 09:17:21 UTC 2011 - lslezak@suse.cz + +- install biosdevname.rpm if biosdevname=1 kernel option is present + (fate#311332) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-packager-2.20.15.tar.bz2 New: ---- yast2-packager-2.21.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.bxZMZr/_old 2011-04-29 12:37:29.000000000 +0200 +++ /var/tmp/diff_new_pack.bxZMZr/_new 2011-04-29 12:37:29.000000000 +0200 @@ -19,11 +19,11 @@ Name: yast2-packager -Version: 2.20.15 +Version: 2.21.0 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-packager-2.20.15.tar.bz2 +Source0: yast2-packager-2.21.0.tar.bz2 Prefix: /usr @@ -88,7 +88,7 @@ %package webpin License: GPLv2+ -Group: System/YaST2 +Group: System/YaST Summary: YaST2 - Webpin package search client %description @@ -100,7 +100,7 @@ (webpin) and installing them via OneClickInstall %prep -%setup -n yast2-packager-2.20.15 +%setup -n yast2-packager-2.21.0 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-packager-2.20.15.tar.bz2 -> yast2-packager-2.21.0.tar.bz2 ++++++ ++++ 3913 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-packager-2.20.15/VERSION new/yast2-packager-2.21.0/VERSION --- old/yast2-packager-2.20.15/VERSION 2011-02-03 10:37:11.000000000 +0100 +++ new/yast2-packager-2.21.0/VERSION 2011-04-20 10:13:05.000000000 +0200 @@ -1 +1 @@ -2.20.15 +2.21.0 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-packager-2.20.15/configure.in new/yast2-packager-2.21.0/configure.in --- old/yast2-packager-2.20.15/configure.in 2011-02-03 10:42:14.000000000 +0100 +++ new/yast2-packager-2.21.0/configure.in 2011-04-23 13:34:23.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-packager, 2.20.15, http://bugs.opensuse.org/, yast2-packager) +AC_INIT(yast2-packager, 2.21.0, http://bugs.opensuse.org/, yast2-packager) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.20.15" +VERSION="2.21.0" RPMNAME="yast2-packager" MAINTAINER="Ladislav Slezak <lslezak@suse.cz>" 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-packager-2.20.15/src/clients/inst_source.ycp new/yast2-packager-2.21.0/src/clients/inst_source.ycp --- old/yast2-packager-2.20.15/src/clients/inst_source.ycp 2010-08-18 13:48:39.000000000 +0200 +++ new/yast2-packager-2.21.0/src/clients/inst_source.ycp 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -/** - * Author: Ladislav Slezak <lslezak@suse.cz> - * Summary: Alias for "repositories" module - * $Id: inst_source.ycp 57028 2009-04-29 10:58:09Z lslezak $ - */ -{ - string target = "repositories"; - return WFM::CallFunction (target, WFM::Args ()); -} 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-packager-2.20.15/src/config/sw_source.desktop new/yast2-packager-2.21.0/src/config/sw_source.desktop --- old/yast2-packager-2.20.15/src/config/sw_source.desktop 2010-08-18 13:48:39.000000000 +0200 +++ new/yast2-packager-2.21.0/src/config/sw_source.desktop 2011-04-20 09:55:21.000000000 +0200 @@ -6,7 +6,7 @@ X-KDE-RootOnly=true X-KDE-HasReadOnlyMode=true X-KDE-Library=yast2 -X-SuSE-YaST-Call=inst_source +X-SuSE-YaST-Call=repositories X-SuSE-YaST-Group=Software X-SuSE-YaST-Argument= 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-packager-2.20.15/src/include/inst_source_dialogs.ycp new/yast2-packager-2.21.0/src/include/inst_source_dialogs.ycp --- old/yast2-packager-2.20.15/src/include/inst_source_dialogs.ycp 2010-08-18 13:48:39.000000000 +0200 +++ new/yast2-packager-2.21.0/src/include/inst_source_dialogs.ycp 2011-04-23 13:34:05.000000000 +0200 @@ -1,5 +1,5 @@ /** - * File: inst_source.ycp + * File: inst_source_dialogs.ycp * * Authors: Klaus Kaempf <kkaempf@suse.de> * Gabriele Strattner <gs@suse.de> @@ -10,7 +10,7 @@ * Displays possibilities to install from NFS, CD or partion * Do the "mount" for testing the input. * - * $Id: inst_source_dialogs.ycp 33383 2006-10-13 09:12:02Z lslezak $ + * $Id: inst_source_dialogs.ycp 63852 2011-04-23 11:34:04Z lslezak $ */ { 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-packager-2.20.15/src/modules/Packages.ycp new/yast2-packager-2.21.0/src/modules/Packages.ycp --- old/yast2-packager-2.20.15/src/modules/Packages.ycp 2010-12-06 11:14:22.000000000 +0100 +++ new/yast2-packager-2.21.0/src/modules/Packages.ycp 2011-04-20 09:53:52.000000000 +0200 @@ -3,7 +3,7 @@ * Package: Package selections * Authors: Anas Nashif <nashif@suse.de> * - * $Id: Packages.ycp 62830 2010-11-11 17:36:32Z lslezak $ + * $Id: Packages.ycp 63753 2011-04-08 11:49:04Z lslezak $ */ { @@ -799,6 +799,20 @@ return packages; } + define list<string> kernelCmdLinePackages() + { + list<string> ret = []; + + foreach (string part, splitstring (Kernel::GetCmdLine (), "\t "), { + if (part == "biosdevname=1") + { + y2milestone("Found biosdevname=1 kernel option, selecting biosdevname package to install"); + ret = add(ret, "biosdevname"); + } + }); + + return ret; + } /** * Compute special java packages @@ -987,6 +1001,8 @@ y2milestone ("Not selecting java packages"); } + install_list = (list<string>) union (install_list, kernelCmdLinePackages()); + install_list = (list<string>) union (install_list, boardPackages ()); // add packages required to access the repository in the 2nd stage and at run-time 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-packager-2.20.15/src/modules/WebpinPackageSearch.ycp new/yast2-packager-2.21.0/src/modules/WebpinPackageSearch.ycp --- old/yast2-packager-2.20.15/src/modules/WebpinPackageSearch.ycp 2010-08-18 13:48:40.000000000 +0200 +++ new/yast2-packager-2.21.0/src/modules/WebpinPackageSearch.ycp 2011-02-24 16:51:55.000000000 +0100 @@ -347,7 +347,7 @@ y2milestone ("Distribution not set, guessing '%1'", distribution); } - string url = base_url + search_path + distribution + "/" + URL::EscapeString (search_for, URL::transform_map_passwd); + string url = GetBaseSearchURL() + search_path + distribution + "/" + URL::EscapeString (search_for, URL::transform_map_passwd); y2milestone ("HTTP::Get (%1, %2)", url, temporary_file); map response = HTTP::Get (url, temporary_file); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org