Apologies if this is already addressed elsewhere. While working on an implementation, I noticed the RPM docs specify two qualifier fields for determining the repository url (repository_url and distro)
I suspect repository_url is maybe a global field that may be documented elsewhere (i saw the docker type uses this), but distro seems rpm specific.
|
- **Note:** There is no default package repository, this should be implied either from the distro qualifiers key or using a repository base URL as repository_url qualifiers key. |
but the examples table doesnt have entries for either of these
|
| Key | Requirement | Native name | Default Value | Description | |
|
|------|-------------|-------------|---------------|-------------| |
|
| epoch | Optional | | | (optional for RPMs) is a qualifier as its not required for unique identification, but when the epoch exists we strongly encourage using it. | |
|
| arch | Optional | | | the qualifiers key for a package architecture. | |
Apologies if this is already addressed elsewhere. While working on an implementation, I noticed the RPM docs specify two qualifier fields for determining the repository url (repository_url and
distro)I suspect
repository_urlis maybe a global field that may be documented elsewhere (i saw thedockertype uses this), butdistroseems rpm specific.purl-spec/docs/types/definitions/rpm-definition.md
Line 19 in b5454e7
but the examples table doesnt have entries for either of these
purl-spec/docs/types/definitions/rpm-definition.md
Lines 42 to 45 in b5454e7