From 03c261a07b1aae437177a20f4a9c3c7f578ce85e Mon Sep 17 00:00:00 2001 From: "Vojtech Vitek (V-Teq)" Date: Wed, 26 Jan 2011 15:48:39 +0100 Subject: - Fix error message on exit Resolves: #672810 --- tcsh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) - 6.17-12 +- Fix error message on exit + Resolves: #672810 + * Mon Jan 24 2011 Vojtech Vitek (V-Teq) - 6.17-11 - Don't set $REMOTEHOST on the local machine Resolves: #669176 -- cgit