rawhide report: 20050304 changes

Panu Matilainen pmatilai at welho.com
Fri Mar 4 22:22:01 UTC 2005


On Fri, 2005-03-04 at 16:48 -0500, Jeff Spaleta wrote:
> On Fri, 04 Mar 2005 23:32:46 +0200, Panu Matilainen <pmatilai at welho.com> wrote:
> > Scripts and triggers aren't part of the current repodata info but
> > *could* added to the "other" stuff along with changelogs where they wont
> > slow down typical depsolving activities. 
> 
> Well when I run across a need to check a trigger related report from
> someone in -test-list... say like in fc4t3... expect me to scream and
> stomp my feet about it.
> The scipts check..sadly..i seem to run across more frequently as I
> poke around. I'll probably stomp around about getting access to the
> scripts in the 'other' repodata a fair bit as i run into 'i wish i
> could check this' situations. And im pretty sure I've already had to
> poke into the scripts of some core updates..where even the ondisk core
> rpmdb didn't help, but where the repodata for the scripts would have.

Yep. Seth, what do you think? The scripts and triggers amount to far
less data than the changelog information that's currently there... maybe
createrepo should add those to other.xml as well?

> 
> > [pmatilai at chip repoquery]$ ./repoquery.py -a --qf "%{name} %{summary}" |
> 
> Do you have a full summary of avialable tags that i can use in
> -repoquery's --qf?
> rpm --querytags lists a lot of them.. and I'd like to have a somewhat
> accurate list of what repoquery understands out of that longer list
> that rpm knows about. I just don't want to have to guess at the
> overlap.

I don't have a list, but you can get an idea by looking at the repodata
files - everything in there can be (eventually) queried. 

Some day I'd like to actually have "full" rpm --qf emulation for even
stuff like --qf "[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n\n%
{CHANGELOGTEXT}\n\n]'" but I'm concentrating on the basics ATM :)

> 
> > The leafnode thing is a bit different, but what you're asking for is
> > already possible with the prototype/in-progress repoquery: the first is
> > direct dependencies on "openssl" package, the second is openssl and
> > everything it provides against all configured repositories:
> > 
> > [pmatilai at chip repoquery]$ ./repoquery.py --whatrequires openssl|wc -l
> > 21
> > [pmatilai at chip repoquery]$ ./repoquery.py --whatrequires --resolve
> > openssl|wc -l
> > 157
> 
> that --resolve switch seems to fill the role if i understand it right.  

Yup, if I understood correctly your question it'll do what you want.

	- Panu -




More information about the fedora-devel-list mailing list