summaryrefslogtreecommitdiff
path: root/Completion/Redhat/Command/_dnf
AgeCommit message (Collapse)AuthorFilesLines
2024-11-2153238 (+53239 Mikael): support dnf5Jun-ichi Takimoto1-55/+94
some options etc for dnf4 are also updated
2024-01-26github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce1-1/+1
2021-11-12github #82: Fix typosDimitris Apostolou1-1/+1
2020-05-0345614: update _dnfJun-ichi Takimoto1-101/+454
2017-11-13Specify system python in dnf completionMalcolm Ramsay1-2/+2
The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment.
2015-12-1337397: Optimised update to dnf completionAdrien Vergé1-248/+168
2015-06-02Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle1-0/+278