[yast-commit] r47949 - in /trunk/registration: VERSION package/yast2-registration.changes src/clients/inst_suse_register.ycp

Author: locilka Date: Thu May 29 17:35:56 2008 New Revision: 47949 URL: http://svn.opensuse.org/viewcvs/yast?rev=47949&view=rev Log: - Lslezak's patch for inst_suse_register to save all sources but not to disable them (bnc #395333). - 2.16.6 Modified: trunk/registration/VERSION trunk/registration/package/yast2-registration.changes trunk/registration/src/clients/inst_suse_register.ycp Modified: trunk/registration/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/VERSION?rev=47949&r1... ============================================================================== --- trunk/registration/VERSION (original) +++ trunk/registration/VERSION Thu May 29 17:35:56 2008 @@ -1 +1 @@ -2.16.5 +2.16.6 Modified: trunk/registration/package/yast2-registration.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/package/yast2-regist... ============================================================================== --- trunk/registration/package/yast2-registration.changes (original) +++ trunk/registration/package/yast2-registration.changes Thu May 29 17:35:56 2008 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu May 29 17:33:18 CEST 2008 - locilka@suse.cz + +- Lslezak's patch for inst_suse_register to save all sources but + not to disable them (bnc #395333). +- 2.16.6 + +------------------------------------------------------------------- Thu May 29 14:26:25 CEST 2008 - jdsn@suse.de - call Pkg::SourceRestore before adding new source (bnc#395333) Modified: trunk/registration/src/clients/inst_suse_register.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/src/clients/inst_sus... ============================================================================== --- trunk/registration/src/clients/inst_suse_register.ycp (original) +++ trunk/registration/src/clients/inst_suse_register.ycp Thu May 29 17:35:56 2008 @@ -856,7 +856,7 @@ { // (bnc#395333) y2milestone ("Current sources: %1", Pkg::SourceGetCurrent (true)); // #172665 - Pkg::SourceFinishAll (); + Pkg::SourceSaveAll(); Pkg::TargetFinish (); Wizard::CloseDialog(); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org