On Wed, 2011-01-26 at 16:40 +0100, Michael Schwendt wrote:
> 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


Well that looks like a good use of repoquery, there. Nicely done.

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to