luet/pkg/installer
Itxaka aba89db204 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>
2021-09-06 14:58:50 +02:00
..
client Increase http timeout to 120s by default 2021-08-09 12:58:01 +02:00
config_protect.go Add option config_from_host 2020-11-07 18:56:25 +01:00
finalizer.go Finalizer envs (#242) 2021-08-11 11:18:16 +02:00
installer_suite_test.go Use dynamic pkgs cache dir for test suite 2020-02-01 20:05:19 +01:00
installer_test.go Add 2 new events for image unpacking (#226) 2021-06-01 16:43:31 +02:00
installer.go installer: Take into consideration provides names 2021-09-06 14:58:50 +02:00
interface.go Refactor compiler and annotate buildoptions into compiler metadata 2021-04-16 13:57:54 +02:00
repository_docker.go Add 2 new events for image unpacking (#226) 2021-06-01 16:43:31 +02:00
repository_local.go Add values interpolation inheritance test 2021-04-16 14:01:23 +02:00
repository_test.go Add 2 new events for image unpacking (#226) 2021-06-01 16:43:31 +02:00
repository.go Add 2 new events for image unpacking (#226) 2021-06-01 16:43:31 +02:00
system_test.go Speedup conflict check by caching in memory files 2021-07-30 12:40:55 +02:00
system.go Allow to have shared templates across packages 2021-08-04 16:35:28 +02:00