Author: jsuchome Date: Fri Sep 2 08:52:09 2011 New Revision: 65512 URL: http://svn.opensuse.org/viewcvs/yast?rev=65512&view=rev Log: - during test for delete conflicts, check for packages selected by YaST (bnc#710733 - 2.17.44 Modified: branches/SuSE-Code-11-SP2-Branch/product-creator/VERSION branches/SuSE-Code-11-SP2-Branch/product-creator/package/yast2-product-creator.changes branches/SuSE-Code-11-SP2-Branch/product-creator/src/kiwi_dialogs.ycp Modified: branches/SuSE-Code-11-SP2-Branch/product-creator/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/product-creator/VERSION?rev=65512&r1=65511&r2=65512&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/product-creator/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/product-creator/VERSION Fri Sep 2 08:52:09 2011 @@ -1 +1 @@ -2.17.43 +2.17.44 Modified: branches/SuSE-Code-11-SP2-Branch/product-creator/package/yast2-product-creator.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/product-creator/package/yast2-product-creator.changes?rev=65512&r1=65511&r2=65512&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/product-creator/package/yast2-product-creator.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/product-creator/package/yast2-product-creator.changes Fri Sep 2 08:52:09 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Sep 2 08:33:39 CEST 2011 - jsuchome@suse.cz + +- during test for delete conflicts, check for packages selected + by YaST (bnc#710733 +- 2.17.44 + +------------------------------------------------------------------- Fri Aug 12 15:21:48 CEST 2011 - jsuchome@suse.cz - ignore bootinclude packages during the check what is available Modified: branches/SuSE-Code-11-SP2-Branch/product-creator/src/kiwi_dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/product-creator/src/kiwi_dialogs.ycp?rev=65512&r1=65511&r2=65512&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/product-creator/src/kiwi_dialogs.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/product-creator/src/kiwi_dialogs.ycp Fri Sep 2 08:52:09 2011 @@ -1268,7 +1268,7 @@ { symbol transact_by = package["transact_by"]:`none; string name = package["name"]:""; - if (transact_by == `solver || transact_by == `user) + if (transact_by == `solver || transact_by == `user || transact_by == `app_high) { if (haskey (to_delete, name)) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org