-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For packages, always offer nevra in bash completion
Originally, for packages, the name was offered in bash completion. In the case of multiple packages with the same name, there was an option to offer navra instead of a name for those packages. Now, bash completion always offers nevra for packages. In the case of multiple packages with different nevras but the same name, there is an option to offer a name in addition to nevras for those packages. For example, a user wants to install the package "xyz". The package is available in multiple versions. Bash completion will offer the nevras of all versions plus just the name. Usually the user does not install a specific nevra, but the name and the solver selects the version.
- Loading branch information
Showing
2 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters