A tool to list package deps sorted by buildtime?

Michael Schwendt mschwendt at gmail.com
Wed Jan 26 15:40:34 UTC 2011


On Wed, 26 Jan 2011 08:36:00 -0500, seth wrote:

> I just want to make sure I have this:
> 
> 1. rpm -qR foo
> 
> 2. take each of those resolve it out to what provides them
> 3. return the buildtime + pkg name of each of those, sorted by buildtime
> 
> correct?

Yes.

$ repoquery --qf '%{buildtime:isodate} %{name}-%{version}-%{release}.%{arch}' --requires --resolve glibc|sort|uniq
2009-07-24 21:41:21 basesystem-10.0-3.noarch
2010-09-12 19:11:32 nss-softokn-freebl-3.12.7-6.fc14.i686
2010-09-24 21:56:26 libgcc-4.5.1-4.fc14.i686
2010-12-14 17:03:44 glibc-2.12.90-21.i686
2011-01-20 10:52:15 glibc-2.13-1.i686
2011-01-20 10:52:15 glibc-common-2.13-1.i686


More information about the devel mailing list