Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: Take into consideration provides names
When installing a package that has a provides values, the installer only checks the original package against the resolved package. This leads to the requires keyword not working as expected as the solved final package is never gonna match the name of the old/superseeded package. This patch checks the asked-to-install package name against the list of names that the matched name provides. Signed-off-by: Itxaka <igarcia@suse.com>
- Loading branch information