From a7440c494eec0db0ce7c89e3b26c7407cf1e5f8d Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Wed, 15 Sep 2004 16:37:31 +0000 Subject: [PATCH] - Fix $HOSTTYPE and $MACHTYPE for ppc64 and s390x, this time for sure --- tcsh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index e24ff7c..2cc8ab6 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.13 -Release: 7 +Release: 8 License: distributable Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -116,6 +116,9 @@ fi %{_mandir}/*/* %changelog +* Wed Sep 15 2004 Miloslav Trmac - 6.13-8 +- Fix $HOSTTYPE and $MACHTYPE for ppc64 and s390x, this time for sure + * Wed Sep 15 2004 Miloslav Trmac - 6.13-7 - Define $HOSTTYPE and $MACHTYPE for ppc64 and s390 (#115531), I hope that finally covers all architectures.