Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(types): rpm version combined epoch number #153

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,13 @@ rpm
- the ``namespace`` is the vendor such as fedora or opensuse
It is not case sensitive and must be lowercased.
- the ``name`` is the RPM name and is case sensitive.
- the ``version`` is the combined version and release of an
- the ``version`` is the combined version, release and epoch of an
RPM
- ``epoch`` (optional for RPMs) is a qualifier as it's not required for
unique identification, but when the epoch exists we strongly
encourage using it
- ``arch`` is the qualifiers key for a package architecture
- Examples::

pkg:rpm/fedora/[email protected]?arch=i386&distro=fedora-25
pkg:rpm/[email protected]?arch=i686&epoch=1&distro=fedora-25
pkg:rpm/centerim@1:4.22.10-1.el6?arch=i686&distro=fedora-25

swift
-----
Expand Down