Re: adding different compression types to createrepo
Anders F Björklund <[email protected]> Thu, 5 Aug 2010 17:33:44 +0200
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
seth vidal wrote: >>> The requires(hint) you're talking about - do you mean the requires >>> (pre) >>> information? If so - that's stored in the sqlite db. >> >> It's for RPMSENSE_MISSINGOK, suggests/enhances hint. >> >> And yes, it is stored similarly to RPMSENSE_PREREQ > > Ah - missingok, that's special to only specific rpm versions. RPMSENSE_STRONG wasn't needed, since it only applies to <rpm:suggests> and <recommends> and not to <rpm:requires> And those would go in separate tables in the SQL anyway, but the "strong" boolean would be similar to the "pre"... --anders