[yast-commit] r51812 - in /trunk: packager/ packager/package/ packager/src/modules/ yast2/library/packages/src/ yast2/package/
Author: locilka Date: Thu Oct 2 22:18:44 2008 New Revision: 51812 URL: http://svn.opensuse.org/viewcvs/yast?rev=51812&view=rev Log: I've changed my mind, PackagesProposal belongs to yast2 Added: trunk/yast2/library/packages/src/PackagesProposal.ycp (props changed) - copied unchanged from r51811, trunk/packager/src/modules/PackagesProposal.ycp Removed: trunk/packager/src/modules/PackagesProposal.ycp Modified: trunk/packager/package/yast2-packager.changes trunk/packager/yast2-packager.spec.in trunk/yast2/package/yast2.changes Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.c... ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Thu Oct 2 22:18:44 2008 @@ -1,10 +1,8 @@ ------------------------------------------------------------------- -Thu Oct 2 17:26:05 CEST 2008 - locilka@suse.cz +Thu Oct 2 22:17:07 CEST 2008 - locilka@suse.cz -- Added new PackagesProposal module which provides unified API for - YaST modules in installation that want to select resolvables for - installation (bnc #431580). -- 2.17.24 +- Packager requires new YCP module PackagesProposal from yast2 + (bnc #431580) ------------------------------------------------------------------- Thu Oct 2 13:42:19 CEST 2008 - locilka@suse.cz Modified: trunk/packager/yast2-packager.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/yast2-packager.spec.in?r... ============================================================================== --- trunk/packager/yast2-packager.spec.in (original) +++ trunk/packager/yast2-packager.spec.in Thu Oct 2 22:18:44 2008 @@ -7,9 +7,8 @@ # HTTP.ycp BuildRequires: yast2-transfer -# ProductControl::SetAdditionalWorkflowParams -# ProductControl::ResetAdditionalWorkflowParams -BuildRequires: yast2 >= 2.17.27 +# PackagesProposal +BuildRequires: yast2 >= 2.17.36 # "order" flag for pattern resolvables BuildRequires: yast2-pkg-bindings >= 2.17.13 @@ -20,8 +19,8 @@ # "order" flag for pattern resolvables Requires: yast2-pkg-bindings >= 2.17.13 -# Module 'Slides' and 'SlideShow' moved to yast2 -Requires: yast2 >= 2.17.19 +# PackagesProposal +Requires: yast2 >= 2.17.36 # unzipping license file Requires: unzip Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=5... ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Thu Oct 2 22:18:44 2008 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Oct 2 22:15:31 CEST 2008 - locilka@suse.cz + +- Added new PackagesProposal module which provides unified API for + YaST modules in installation that want to select resolvables for + installation (bnc #431580). + +------------------------------------------------------------------- Thu Oct 2 14:31:38 CEST 2008 - mzugec@suse.de - Service - log output in case of error -- 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