From 46226dee48fdba71f1be0b417aa88ab4b700c994 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Nov 27 2004 15:44:30 +0000 Subject: Sync with fedora.us 0.0-0.fdr.4.20041017, provide Extras upgrade path. --- diff --git a/bash-completion.profile b/bash-completion.profile index d8d5352..b4f10ef 100644 --- a/bash-completion.profile +++ b/bash-completion.profile @@ -3,7 +3,8 @@ # check for correct version of bash bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.} -if [ $bmajor -eq 2 ] && [ $bminor '>' 04 ] && [ -r /etc/bash_completion ]; then +if [ -r /etc/bash_completion ] && \ + [ $bmajor -eq 2 -a $bminor '>' 04 -o $bmajor -gt 2 ] ; then # source completion code . /etc/bash_completion fi diff --git a/bash-completion.spec b/bash-completion.spec index 2a09afc..cd0a28a 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,6 +1,6 @@ Name: bash-completion -Version: 0.0 -Release: 0.fdr.3.20041017 +Version: 20041017 +Release: 5 Epoch: 0 Summary: Programmable completion for Bash @@ -128,6 +128,13 @@ fi %changelog +* Sat Nov 27 2004 Ville Skyttä - 0:20041017-5 +- Change version scheme, bump release to provide Extras upgrade path. + +* Sat Nov 6 2004 Ville Skyttä 0:0.0-0.fdr.4.20041017 +- Do the right thing with bash >= 3 too in profile.d snippet (bug 2228, thanks + to Thorsten Leemhuis). + * Mon Oct 18 2004 Ville Skyttä 0:0.0-0.fdr.3.20041017 - Update to 20041017, adds dhclient, lvm, and bittorrent completion.