summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
diff options
context:
space:
mode:
authorVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-24 16:16:20 +0100
committerVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-24 16:16:41 +0100
commitedd6960fe5c0dff10af7dc90d112df368594b190 (patch)
tree777dca450c729c13bf66866cf1d9f635f3193b9e /tcsh.spec
parent66f2ed1341a8370b6fb087e481ef34510daacadb (diff)
downloadtcsh-rebase-6.19.00-edd6960fe5c0dff10af7dc90d112df368594b190.tar.gz
tcsh-rebase-6.19.00-edd6960fe5c0dff10af7dc90d112df368594b190.tar.xz
tcsh-rebase-6.19.00-edd6960fe5c0dff10af7dc90d112df368594b190.zip
- Don't set $REMOTEHOST on the local machine
Resolves: #669176
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 100503b..786ae66 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -28,8 +28,10 @@ Patch16: tcsh-6.17.00-printexitvalue.patch
Patch17: tcsh-6.17.00-testsuite.patch
# Accepted by upstream:
Patch18: tcsh-6.17.00-extrafork.patch
-# Proposed to upstream: http://bugs.gw.com/view.php?id=109
+# Proposed to upstream (http://bugs.gw.com/view.php?id=109):
Patch19: tcsh-6.17.00-wait-intr.patch
+# Accepted by upstream (tcsh-6.17.02b http://bugs.gw.com/view.php?id=112):
+Patch21: tcsh-6.17.00-dont-set-empty-remotehost.patch
Provides: csh = %{version}
Requires(post): grep
Requires(postun): coreutils, grep
@@ -64,6 +66,7 @@ like syntax.
%patch17 -p1 -b .testsuite
%patch18 -p1 -b .extrafork
%patch19 -p1 -b .wait-intr
+%patch21 -p1 -b .dont-set-empty-remotehost
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -137,9 +140,10 @@ fi
%{_mandir}/man1/*.1*
%changelog
-* Tue Dec 21 2010 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-10
- Make wait builtin command interruptible
Resolves: #440465
+- Don't set $REMOTEHOST on the local machine
+ Resolves: #669176
* Wed Oct 6 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-9
- Remove fork when tcsh processes backquotes