Sync with fedora.us 0.0-0.fdr.4.20041017, provide Extras upgrade path.
This commit is contained in:
parent
ab7a37bf72
commit
4c62e7387d
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
# check for correct version of bash
|
# check for correct version of bash
|
||||||
bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${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
|
# source completion code
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: bash-completion
|
Name: bash-completion
|
||||||
Version: 0.0
|
Version: 20041017
|
||||||
Release: 0.fdr.3.20041017
|
Release: 5
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Programmable completion for Bash
|
Summary: Programmable completion for Bash
|
||||||
|
|
||||||
@ -128,6 +128,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:20041017-5
|
||||||
|
- Change version scheme, bump release to provide Extras upgrade path.
|
||||||
|
|
||||||
|
* Sat Nov 6 2004 Ville Skyttä <ville.skytta at iki.fi> 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ä <ville.skytta at iki.fi> 0:0.0-0.fdr.3.20041017
|
* Mon Oct 18 2004 Ville Skyttä <ville.skytta at iki.fi> 0:0.0-0.fdr.3.20041017
|
||||||
- Update to 20041017, adds dhclient, lvm, and bittorrent completion.
|
- Update to 20041017, adds dhclient, lvm, and bittorrent completion.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user