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 linux24 0
|
||||||
%define glibcrelease 5
|
%define glibcrelease 5.1
|
||||||
Summary: The GNU libc libraries.
|
Summary: The GNU libc libraries.
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
@ -11,6 +11,7 @@ Release: %{glibcrelease}
|
|||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
Patch1: strcpy.patch
|
||||||
# In the source tarball the file diff-CYGNUS-to-REDHAT.patch contains all
|
# 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
|
# diffs applied by Red Hat to the current CVS version of glibc
|
||||||
Buildroot: /var/tmp/glibc-%{PACKAGE_VERSION}-root
|
Buildroot: /var/tmp/glibc-%{PACKAGE_VERSION}-root
|
||||||
@ -124,6 +125,8 @@ case `uname -r` in
|
|||||||
%patch -p1
|
%patch -p1
|
||||||
;; esac
|
;; esac
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%patch1 -p0
|
||||||
|
|
||||||
%ifarch armv4l sparc64 ia64
|
%ifarch armv4l sparc64 ia64
|
||||||
rm -rf glibc-compat
|
rm -rf glibc-compat
|
||||||
@ -361,6 +364,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
|
||||||
- update to CVS to fix getaddrinfo
|
- update to CVS to fix getaddrinfo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user