Vridlo/types/Relation

From ALT Linux Wiki
< Vridlo/types
Revision as of 15:35, 24 December 2019 by Majioa (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Relation is a secondary structure that represents Relation model. The model implies the relations between packages, including the build or install requires, provides, obsoletes of the specific RPM package. It is described as:

  • text is string mandatory write-once
The text of the relation itself.
  • kind is string mandatory write-once
The kind of the relation, can be one of require, prerequire, provide, obsolete. The prerequire is available only for source RPMs, and provide, obsolete only for built RPMs.
  • rpm_slug is natural mandatory write-once floating
Slug of the RPM, which the relation belongs to.