Re: [Rpm-maint] [rpm-software-management/rpm] rpm --whatrequires does not resolve provides (#1426)

2020-11-09 Thread mikhailnov
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/1426#issuecomment-723808513___ Rpm-maint mailing list Rpm-maint@lists.r

Re: [Rpm-maint] [rpm-software-management/rpm] rpm --whatrequires does not resolve provides (#1426)

2020-11-09 Thread Panu Matilainen
``` --whatrequires CAPABILITY Query all packages that require CAPABILITY for proper functioning. ``` It's literally as it says, it only looks for packages that require the queried *capability*. This is expected behavior and not a bug, although resolving the capability woul

Re: [Rpm-maint] [rpm-software-management/rpm] rpm --whatrequires does not resolve provides (#1426)

2020-11-09 Thread Panu Matilainen
Closed #1426. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/1426#event-3972071687___ Rpm-maint mailing list Rpm-maint@lists.r

[Rpm-maint] [rpm-software-management/rpm] rpm --whatrequires does not resolve provides (#1426)

2020-11-07 Thread mikhailnov
There is a package which requires "java-devel": ``` $ rpm -qR wildfly | grep ^java java-devel >= 1:1.7 ``` The package which provides it is the following: ``` $ rpm -q --whatprovides java-devel java-1.8.0-openjdk-devel-1.8.0.252.b02-0.0.ea.x86_64 ``` Now I want to find out why `java-1.8.0-openjdk