- Define $HOSTTYPE and $MACHTYPE for ppc64 and s390 (#115531), I hope that

finally covers all architectures.
This commit is contained in:
Miloslav Trmac 2004-09-15 15:35:48 +00:00
parent 28e299e8f7
commit 9bb19f532b

View File

@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell.
Name: tcsh
Version: 6.13
Release: 6
Release: 7
License: distributable
Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz
@ -116,6 +116,10 @@ fi
%{_mandir}/*/*
%changelog
* 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.
* Wed Sep 15 2004 Miloslav Trmac <mitr@redhat.com> - 6.13-6
- Define $HOSTTYPE and $MACHTYPE also on IA-64 and s390x (#115531)
- Don't close sockets to avoid file descriptor conflits with nss_ldap (#112453)