Don't install mock completion by default, it's in upstream mock > 1.1.0.

This commit is contained in:
Ville Skyttä 2010-03-20 22:40:00 +02:00
parent 288cd1552d
commit 15cc44a67b
3 changed files with 6 additions and 2 deletions

View File

@ -56,6 +56,7 @@ bash-completion (2.x)
* Do basic HTML file completion with Firefox and Chrome and friends, * Do basic HTML file completion with Firefox and Chrome and friends,
and Epiphany. and Epiphany.
* Do basic diff/patch completion with cdiff and kompare. * Do basic diff/patch completion with cdiff and kompare.
* Don't install mock completion by default, it's in upstream mock > 1.1.0.
[ Freddy Vulto ] [ Freddy Vulto ]
* Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030) * Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)

View File

@ -80,7 +80,6 @@ bashcomp_DATA = contrib/abook \
contrib/mdadm \ contrib/mdadm \
contrib/minicom \ contrib/minicom \
contrib/mkinitrd \ contrib/mkinitrd \
contrib/mock \
contrib/monodevelop \ contrib/monodevelop \
contrib/mount \ contrib/mount \
contrib/mplayer \ contrib/mplayer \
@ -165,4 +164,5 @@ bash_completion.sh: bash_completion.sh.in Makefile
CLEANFILES = bash_completion.sh CLEANFILES = bash_completion.sh
EXTRA_DIST = CHANGES $(sysconf_DATA) $(bashcomp_DATA) bash_completion.sh.in \ EXTRA_DIST = CHANGES $(sysconf_DATA) $(bashcomp_DATA) bash_completion.sh.in \
contrib/_modules contrib/_subversion contrib/_yum contrib/_yum-utils contrib/_mock contrib/_modules contrib/_subversion contrib/_yum \
contrib/_yum-utils

View File

@ -1,3 +1,6 @@
# Use of this file is deprecated. Upstream completion is available in
# mock > 1.1.0, use that instead.
# bash completion for mock # bash completion for mock
have mock && have mock &&