rpms/bash-completion/devel bash-completion-20050721-mtr.patch, NONE, 1.1 bash-completion.spec, 1.13, 1.14

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Feb 4 19:11:15 UTC 2006


Author: scop

Update of /cvs/extras/rpms/bash-completion/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15739

Modified Files:
	bash-completion.spec 
Added Files:
	bash-completion-20050721-mtr.patch 
Log Message:
* Sat Feb  4 2006 Ville Skyttä <ville.skytta at iki.fi>
- Add mtr(8) completion using known hosts (#179918, Yanko Kaneti).


bash-completion-20050721-mtr.patch:

--- NEW FILE bash-completion-20050721-mtr.patch ---
--- 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
 


Index: bash-completion.spec
===================================================================
RCS file: /cvs/extras/rpms/bash-completion/devel/bash-completion.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bash-completion.spec	17 Jan 2006 20:59:57 -0000	1.13
+++ bash-completion.spec	4 Feb 2006 19:11:14 -0000	1.14
@@ -13,6 +13,7 @@
 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 @@
 %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 @@
 
 
 %changelog
+* Sat Feb  4 2006 Ville Skyttä <ville.skytta at iki.fi>
+- Add mtr(8) completion using known hosts (#179918, Yanko Kaneti).
+
 * Sun Jan  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 20050721-3
 - Patch to hopefully fix quoting problems with bash 3.1 (#177056).
 




More information about the fedora-extras-commits mailing list