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