auto-import changelog data from glibc-2.2-5.1.src.rpm
Wed Dec 06 2000 Bill Nottingham <notting@redhat.com> - fix strcpy on ia64 (random SIGILLs)
This commit is contained in:
parent
3bf2920539
commit
dc652d4df1
@ -1,5 +1,5 @@
|
||||
%define linux24 0
|
||||
%define glibcrelease 5
|
||||
%define glibcrelease 5.1
|
||||
Summary: The GNU libc libraries.
|
||||
Name: glibc
|
||||
Version: 2.2
|
||||
@ -11,6 +11,7 @@ Release: %{glibcrelease}
|
||||
Copyright: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch1: strcpy.patch
|
||||
# In the source tarball the file diff-CYGNUS-to-REDHAT.patch contains all
|
||||
# diffs applied by Red Hat to the current CVS version of glibc
|
||||
Buildroot: /var/tmp/glibc-%{PACKAGE_VERSION}-root
|
||||
@ -125,6 +126,8 @@ case `uname -r` in
|
||||
;; esac
|
||||
%endif
|
||||
|
||||
%patch1 -p0
|
||||
|
||||
%ifarch armv4l sparc64 ia64
|
||||
rm -rf glibc-compat
|
||||
%endif
|
||||
@ -361,6 +364,9 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 6 2000 Bill Nottingham <notting@redhat.com>
|
||||
- fix strcpy on ia64 (random SIGILLs)
|
||||
|
||||
* Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
|
||||
- update to CVS to fix getaddrinfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user