2.6.90-8
This commit is contained in:
parent
99ad43cbc7
commit
b93d233431
1142
glibc-ldconfig-speedup.patch
Normal file
1142
glibc-ldconfig-speedup.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
%define glibcsrcdir glibc-20070810T2152
|
||||
%define glibc_release_tarballs 0
|
||||
%define glibcversion 2.6.90
|
||||
%define glibcrelease 7
|
||||
%define glibcrelease 8
|
||||
%define run_glibc_tests 1
|
||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||
%define xenarches i686 athlon
|
||||
@ -42,6 +42,7 @@ Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
|
||||
Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
|
||||
Patch0: %{glibcname}-fedora.patch
|
||||
Patch1: %{name}-ia64-lib64.patch
|
||||
Patch2: glibc-ldconfig-speedup.patch
|
||||
Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
|
||||
Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
|
||||
Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile
|
||||
@ -256,6 +257,7 @@ package or when debugging this package.
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%endif
|
||||
%patch2 -p1
|
||||
|
||||
# A lot of programs still misuse memcpy when they have to use
|
||||
# memmove. The memcpy implementation below is not tolerant at
|
||||
@ -1005,11 +1007,11 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-7
|
||||
* Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
|
||||
- update to trunk
|
||||
- fix missing strtold_l export on ppc64
|
||||
|
||||
* Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-5
|
||||
* Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
|
||||
- update to trunk
|
||||
- fix local PLT regressions
|
||||
- spec file revamp for new find-debuginfo.sh
|
||||
|
Loading…
Reference in New Issue
Block a user