[yast-commit] r67588 - in /branches/SuSE-Code-11-SP1-Branch/rdp: MAINTAINER VERSION package/yast2-rdp.changes src/RDP.ycp
Author: locilka Date: Thu Mar 8 11:20:20 2012 New Revision: 67588 URL: http://svn.opensuse.org/viewcvs/yast?rev=67588&view=rev Log: - Applied patch from Takashi Iwai - Changed maintainer according to PDB Modified: branches/SuSE-Code-11-SP1-Branch/rdp/MAINTAINER branches/SuSE-Code-11-SP1-Branch/rdp/VERSION branches/SuSE-Code-11-SP1-Branch/rdp/package/yast2-rdp.changes branches/SuSE-Code-11-SP1-Branch/rdp/src/RDP.ycp Modified: branches/SuSE-Code-11-SP1-Branch/rdp/MAINTAINER URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/rdp/MA... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/rdp/MAINTAINER (original) +++ branches/SuSE-Code-11-SP1-Branch/rdp/MAINTAINER Thu Mar 8 11:20:20 2012 @@ -1 +1 @@ -David Reveman <dreveman@novell.com> +Lance Wang <lzwang@suse.com> Modified: branches/SuSE-Code-11-SP1-Branch/rdp/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/rdp/VE... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/rdp/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/rdp/VERSION Thu Mar 8 11:20:20 2012 @@ -1 +1 @@ -2.17.1 +2.17.2 Modified: branches/SuSE-Code-11-SP1-Branch/rdp/package/yast2-rdp.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/rdp/pa... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/rdp/package/yast2-rdp.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/rdp/package/yast2-rdp.changes Thu Mar 8 11:20:20 2012 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Mar 8 11:14:29 CET 2012 - tiwai@suse.com + +- Fixed module behavior when installation of requested packages + fails (bnc #744100) +- 2.17.2 + +------------------------------------------------------------------- Mon Jan 18 10:02:07 CET 2010 - mzugec@suse.cz - fixed rdp.desktop file (Categories) Modified: branches/SuSE-Code-11-SP1-Branch/rdp/src/RDP.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/rdp/sr... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/rdp/src/RDP.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/rdp/src/RDP.ycp Thu Mar 8 11:20:20 2012 @@ -16,6 +16,7 @@ import "Label"; import "Mode"; import "Package"; +import "PackageSystem"; import "Service"; import "SuSEFirewall"; import "Progress"; @@ -64,7 +65,7 @@ global boolean Read() { list<string> packages = [ "xrdp" ]; - if (!Package::InstallAll(packages)) { + if (!PackageSystem::CheckAndInstallPackagesInteractive (packages)) { y2error("Installing of required packages failed"); return false; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn2.opensuse.org