SPECS: bash-completion.spec - fix for "sed: -e expression #1, char...

adamg adamg at pld-linux.org
Tue Jan 3 19:47:47 CET 2006


Author: adamg                        Date: Tue Jan  3 18:47:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for "sed: -e expression #1, char 20: unterminated `s' command" error
  occuring when trying to complete host while using ssh or scp
- patch by Maciej Mitura (emkwadrat (at) poczta.onet.pl)
- release 2

---- Files affected:
SPECS:
   bash-completion.spec (1.122 -> 1.123) 

---- Diffs:

================================================================
Index: SPECS/bash-completion.spec
diff -u SPECS/bash-completion.spec:1.122 SPECS/bash-completion.spec:1.123
--- SPECS/bash-completion.spec:1.122	Wed Aug 10 17:10:51 2005
+++ SPECS/bash-completion.spec	Tue Jan  3 19:47:42 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Programowalne uzupełnianie nazw dla basha
 Name:		bash-completion
 Version:	20050721
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Shells
 Source0:	http://www.caliban.org/files/bash/%{name}-%{version}.tar.bz2
@@ -11,6 +11,7 @@
 Source1:	%{name}.cron
 Patch0:		%{name}-FHS.patch
 Patch1:		%{name}-ifcfg.patch
+Patch2:		%{name}-known_hosts.patch
 URL:		http://www.caliban.org/bash/
 Requires(triggerpostun):	sed >= 4.0
 BuildArch:	noarch
@@ -43,6 +44,7 @@
 %setup -q -n bash_completion
 %patch0 -p1
 %patch1 -p2
+%patch2 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -102,6 +104,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.123  2006/01/03 18:47:42  adamg
+- fix for "sed: -e expression #1, char 20: unterminated `s' command" error
+  occuring when trying to complete host while using ssh or scp
+- patch by Maciej Mitura (emkwadrat (at) poczta.onet.pl)
+- release 2
+
 Revision 1.122  2005/08/10 15:10:51  charles
 - reverted my last change
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bash-completion.spec?r1=1.122&r2=1.123&f=u



More information about the pld-cvs-commit mailing list