Don't install mock completion by default, it's in upstream mock > 1.1.0.
This commit is contained in:
parent
288cd1552d
commit
15cc44a67b
1
CHANGES
1
CHANGES
@ -56,6 +56,7 @@ bash-completion (2.x)
|
||||
* Do basic HTML file completion with Firefox and Chrome and friends,
|
||||
and Epiphany.
|
||||
* 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 ]
|
||||
* Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)
|
||||
|
@ -80,7 +80,6 @@ bashcomp_DATA = contrib/abook \
|
||||
contrib/mdadm \
|
||||
contrib/minicom \
|
||||
contrib/mkinitrd \
|
||||
contrib/mock \
|
||||
contrib/monodevelop \
|
||||
contrib/mount \
|
||||
contrib/mplayer \
|
||||
@ -165,4 +164,5 @@ bash_completion.sh: bash_completion.sh.in Makefile
|
||||
CLEANFILES = bash_completion.sh
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
have mock &&
|
Loading…
x
Reference in New Issue
Block a user