Require

Tanguy Eric eric.tanguy at univ-nantes.fr
Sat Feb 17 16:55:01 UTC 2007


Le samedi 17 février 2007 à 11:33 -0500, Jesse Keating a écrit :
> On Saturday 17 February 2007 11:02, Tanguy Eric wrote:
> > I would like to know how to know which packages foo require package bar
> > or just a file from it.
> > I explain : i just update a lib and i would like to know which packages
> > will be affected by this and contact the maintainers.
> 
> repoquery is your friend (:
> 
Thanks but it's not my friend ...

repoquery --alldeps --whatrequires libupnp

Traceback (most recent call last):
  File "/usr/bin/repoquery", line 690, in ?
    main(sys.argv)
  File "/usr/bin/repoquery", line 687, in main
    repoq.runQuery(regexs)
  File "/usr/bin/repoquery", line 416, in runQuery
    for p in self.doQuery(oper, prco): print p
  File "/usr/bin/repoquery", line 421, in doQuery
    return getattr(self, "fmt_%s" % method)(*args, **kw)
  File "/usr/bin/repoquery", line 439, in fmt_whatrequires
    provs.extend(pkg.prco("provides"))
  File "/usr/bin/repoquery", line 187, in prco
    rpdict[misc.prco_typle_to_string(rptup)] = None
AttributeError: 'module' object has no attribute 'prco_typle_to_string'

Eric




More information about the Fedora-maintainers mailing list