Re: [Rpm-maint] How to get RPM requires quickly

2014-09-15 Thread Richard W.M. Jones
On Mon, Sep 15, 2014 at 03:42:37PM +0300, Panu Matilainen wrote: > On 09/13/2014 04:13 PM, Richard W.M. Jones wrote: > > > >We have a program[1] that needs to take a list of installed RPM > >package names, and quickly generate all of the installed dependencies > >(recursively). > > > >*Note* this i

Re: [Rpm-maint] How to get RPM requires quickly

2014-09-15 Thread Florian Festi
On 09/15/2014 02:42 PM, Panu Matilainen wrote: > On 09/13/2014 04:13 PM, Richard W.M. Jones wrote: >> >> We have a program[1] that needs to take a list of installed RPM >> package names, and quickly generate all of the installed dependencies >> (recursively). > To get rpm do a bit more work for yo

Re: [Rpm-maint] How to get RPM requires quickly

2014-09-15 Thread Panu Matilainen
On 09/13/2014 04:13 PM, Richard W.M. Jones wrote: We have a program[1] that needs to take a list of installed RPM package names, and quickly generate all of the installed dependencies (recursively). *Note* this is NOT a question about yum/dnf/zypper/etc depsolving. It's about doing 'rpm -qR' qu

[Rpm-maint] How to get RPM requires quickly

2014-09-13 Thread Richard W.M. Jones
We have a program[1] that needs to take a list of installed RPM package names, and quickly generate all of the installed dependencies (recursively). *Note* this is NOT a question about yum/dnf/zypper/etc depsolving. It's about doing 'rpm -qR' quickly on installed packages only. At the moment we