Hello community, here is the log from the commit of package yast2-installation checked in at Thu Oct 30 15:14:14 CET 2008. -------- --- yast2-installation/yast2-installation.changes 2008-10-27 16:25:16.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes 2008-10-30 14:43:32.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Oct 30 14:42:15 CET 2008 - locilka@suse.cz + +- Saving sources at the end of inst_extrasources if some were + added (bnc #440184). +- 2.17.23 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-installation-2.17.22.tar.bz2 New: ---- yast2-installation-2.17.23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.G32002/_old 2008-10-30 15:13:34.000000000 +0100 +++ /var/tmp/diff_new_pack.G32002/_new 2008-10-30 15:13:34.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.22) +# spec file for package yast2-installation (Version 2.17.23) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.22 +Version: 2.17.23 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.22.tar.bz2 +Source0: yast2-installation-2.17.23.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 # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -114,7 +114,7 @@ Lukas Ocilka <locilka@suse.cz> %prep -%setup -n yast2-installation-2.17.22 +%setup -n yast2-installation-2.17.23 %build %{prefix}/bin/y2tool y2autoconf @@ -183,6 +183,10 @@ %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Thu Oct 30 2008 locilka@suse.cz +- Saving sources at the end of inst_extrasources if some were + added (bnc #440184). +- 2.17.23 * Mon Oct 27 2008 locilka@suse.cz - Added lnussel's patch to run set_polkit_default_privs at desktop_finish script (bnc #438698). ++++++ yast2-installation-2.17.22.tar.bz2 -> yast2-installation-2.17.23.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.17.22/src/clients/inst_extrasources.ycp new/yast2-installation-2.17.23/src/clients/inst_extrasources.ycp --- old/yast2-installation-2.17.22/src/clients/inst_extrasources.ycp 2008-10-14 14:23:08.000000000 +0200 +++ new/yast2-installation-2.17.23/src/clients/inst_extrasources.ycp 2008-10-30 14:41:58.000000000 +0100 @@ -5,9 +5,9 @@ * Authors: Ladislav Slezák <lslezak@suse.cz> * Lukas Ocilka <locilka@suse.cz> * - * Assumptions: - * - the sources will be saved afterwards - * (which means that running this client alone will not work) + * This client loads the target and initializes the package manager. + * Adds all sources defined in control file (software->extra_urls) + * and stores them at the end. * * $Id$ */ @@ -24,6 +24,7 @@ // We need the constructor import "ProductControl"; import "Installation"; +import "PackageCallbacks"; /** * Returns list of maps of repositories to register. See bnc #381360. @@ -184,6 +185,11 @@ y2milestone ("syncing to zmd"); boolean synced = SourceManager::SyncAddedAndDeleted (added_ids, []); y2milestone ("sync status: %1", synced); + + // If any source has been added, store the sources + // bnc #440184 + y2milestone ("Some (%1) sources have been added, storing them...", added_ids); + Pkg::SourceSaveAll(); } } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.17.22/VERSION new/yast2-installation-2.17.23/VERSION --- old/yast2-installation-2.17.22/VERSION 2008-10-27 16:25:07.000000000 +0100 +++ new/yast2-installation-2.17.23/VERSION 2008-10-30 14:43:37.000000000 +0100 @@ -1 +1 @@ -2.17.22 +2.17.23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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