On Thu, 2006-06-29 at 16:38 +0800, jedy wrote: > Hi all, > > What are mono-find-provides and mono-find-requires for? There is no man > page. I googled them and found nothing helpful.
These scripts are used in the RPM packaging process for building up the dependencies between packages. To find out what their effects are, you can try the follow query on any given Mono RPM package (e.g. mono-data): $ rpm -q --requires mono-data $ rpm -q --provides mono-data -- Duncan Mak <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
