From 3f493acc6e3d2c9c61245f06c9b9c86ff18c2978 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Feb 04 2006 19:11:14 +0000 Subject: - Add mtr(8) completion using known hosts (#179918, Yanko Kaneti). --- diff --git a/bash-completion-20050721-mtr.patch b/bash-completion-20050721-mtr.patch new file mode 100644 index 0000000..302cce0 --- /dev/null +++ b/bash-completion-20050721-mtr.patch @@ -0,0 +1,7 @@ +--- bash_completion~ 2005-07-21 22:21:22.000000000 +0300 ++++ bash_completion 2006-02-04 21:05:17.000000000 +0200 +@@ -2492,3 +2492,3 @@ + complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 \ +- ping fping telnet host nslookup rsh rlogin ftp dig ssh-installkeys ++ ping fping telnet host nslookup rsh rlogin ftp dig ssh-installkeys mtr + diff --git a/bash-completion.spec b/bash-completion.spec index 63aaf1e..288d60c 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -13,6 +13,7 @@ Source3: %{name}-repomanage Source4: %{name}-plague-client Patch0: %{name}-20050721-cvs-stat.patch Patch1: %{name}-20050721-bash31quoting.patch +Patch2: %{name}-20050721-mtr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +28,7 @@ of the programmable completion feature of bash 2. %setup -q -n bash_completion %patch0 %patch1 -p1 +%patch2 install -pm 644 %{SOURCE2} contrib/mock install -pm 644 %{SOURCE3} contrib/plague-client install -pm 644 %{SOURCE3} contrib/repomanage @@ -90,6 +92,9 @@ fi\ %changelog +* Sat Feb 4 2006 Ville Skyttä +- Add mtr(8) completion using known hosts (#179918, Yanko Kaneti). + * Sun Jan 8 2006 Ville Skyttä - 20050721-3 - Patch to hopefully fix quoting problems with bash 3.1 (#177056).