- Fix $HOSTTYPE and $MACHTYPE for ppc64 and s390x, this time for sure

This commit is contained in:
Miloslav Trmac 2004-09-15 16:37:31 +00:00
parent 9bb19f532b
commit a7440c494e

View File

@ -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 <mitr@redhat.com> - 6.13-8
- Fix $HOSTTYPE and $MACHTYPE for ppc64 and s390x, this time for sure
* Wed Sep 15 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-7
- Define $HOSTTYPE and $MACHTYPE for ppc64 and s390 (#115531),
I hope that finally covers all architectures.