restore glibc-ldconfig-speedup.patch, not in sourceware fedora-branch
This commit is contained in:
parent
e0b4499ff9
commit
b25f0c25f7
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-20070809T0939
|
%define glibcsrcdir glibc-20070809T0939
|
||||||
%define glibc_release_tarballs 0
|
%define glibc_release_tarballs 0
|
||||||
%define glibcversion 2.6.90
|
%define glibcversion 2.6.90
|
||||||
%define glibcrelease 5
|
%define glibcrelease 6
|
||||||
%define run_glibc_tests 1
|
%define run_glibc_tests 1
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define xenarches i686 athlon
|
%define xenarches i686 athlon
|
||||||
@ -42,6 +42,7 @@ Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
|
|||||||
Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
|
Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
|
||||||
Patch0: %{glibcname}-fedora.patch
|
Patch0: %{glibcname}-fedora.patch
|
||||||
Patch1: %{name}-ia64-lib64.patch
|
Patch1: %{name}-ia64-lib64.patch
|
||||||
|
Patch2: glibc-ldconfig-speedup.patch
|
||||||
Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
|
Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
|
||||||
Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
|
Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
|
||||||
Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile
|
Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile
|
||||||
@ -256,6 +257,7 @@ package or when debugging this package.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
# A lot of programs still misuse memcpy when they have to use
|
# A lot of programs still misuse memcpy when they have to use
|
||||||
# memmove. The memcpy implementation below is not tolerant at
|
# memmove. The memcpy implementation below is not tolerant at
|
||||||
@ -1005,7 +1007,7 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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
|
- update to trunk
|
||||||
- fix local PLT regressions
|
- fix local PLT regressions
|
||||||
- spec file revamp for new find-debuginfo.sh
|
- spec file revamp for new find-debuginfo.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user