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

clear up ambiguity with RPM epochs #70

Merged
merged 5 commits into from
Nov 19, 2019
Merged
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,12 @@ candidate list further down.
- the `version` is the combined epoch (if not 0), version and release of an
RPM.
- `arch` is the `qualifiers` `key` for a package architecture
- Examples::

- Example without epoch::
pkg:rpm/fedora/[email protected]?arch=i386&distro=fedora-25
pkg:rpm/opensuse/[email protected].?arch=i386&distro=opensuse-tumbleweed
- Example with epoch::

pkg:rpm/opensuse/[email protected].?arch=i386&distro=opensuse-tumbleweed


Other candidate types to define:
Expand Down