summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-26 15:48:39 +0100
committerVojtech Vitek (V-Teq) <vvitek@redhat.com>2011-01-26 15:48:39 +0100
commit03c261a07b1aae437177a20f4a9c3c7f578ce85e (patch)
tree0ef56db4b599dc989b405c3c76af0a0f0a7e2687
parentec3ef3e95045b807d00b35ab14ab97168959b1c3 (diff)
downloadtcsh-rebase-6.19.00-03c261a07b1aae437177a20f4a9c3c7f578ce85e.tar.gz
tcsh-rebase-6.19.00-03c261a07b1aae437177a20f4a9c3c7f578ce85e.tar.xz
tcsh-rebase-6.19.00-03c261a07b1aae437177a20f4a9c3c7f578ce85e.zip
- Fix error message on exit
Resolves: #672810
-rw-r--r--tcsh.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 35a9162..300fbac 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.17
-Release: 11%{?dist}
+Release: 12%{?dist}
License: BSD
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/%{name}-%{version}.00.tar.gz
@@ -146,6 +146,10 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Wed Jan 26 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-12
+- Fix error message on exit
+ Resolves: #672810
+
* Mon Jan 24 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-11
- Don't set $REMOTEHOST on the local machine
Resolves: #669176