diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpmi.bash-completion | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- update bash completion + Version 7.31 - 24 January 2014 - do not exec pkexec but run it so it has a parent process to fix double fork diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 5f9d1964..c9122658 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -95,7 +95,7 @@ _urpmi() --excludepath --excludedocs --searchmedia --ignoresize \ --ignorearch --strict-arch --wget-options --curl-options \ --prozilla-options --rsync-options --resume --retry --skip \ - --prefer --nolock --more-choices" + --prefer --nolock --more-choices --downgrade" # add dangereous option for everything else as rurpmi if [[ ${COMP_WORDS[0]} != *rurpmi ]]; then options="$options --root --use-distrib --env --auto-orphans \ |