Description of problem: We have two api call for package comparison, one call compares two systems, the other call compares a system with a profile: - comparePackages ( systemid + systemid ) - comparePackageProfile ( systemid + profile ) For a subsequent sync we have only one option, one call to sync packages between two systems, the other logical option a call to sync a system to a profile is missing. - scheduleSyncPackagesWithSystem ( systemid + systemid ) - scheduleSyncPackagesWithProfile ( systemid + profile ) <- MISSING Version-Release number of selected component (if applicable): sat 560 Steps to Reproduce: 1. call system.comparePackageProfile 2. call system.scheduleSyncPackagesWithProfile Actual results: there is no such api call Expected results: new api call for syncing a sytem to a profile, currently there is only compare call implemented.
Right, the API is missing, however you have an option to schedule the package installation/upgrade/removal manually according to the system.comparePackageProfile API results.
Sure, unless it is an extra package and I want to schedule its removal. Currently there's no call for this, therefore filed yet another RFE bz #1072416