forked from rpms/glibc
parent
43d12fdaef
commit
44d6e5be05
10
glibc.spec
10
glibc.spec
@ -28,7 +28,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 21
|
Release: 22
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -48,6 +48,8 @@ Patch4: %{name}-arenalock.patch
|
|||||||
Patch5: %{name}-rh757881.patch
|
Patch5: %{name}-rh757881.patch
|
||||||
Patch6: %{name}-rh750858.patch
|
Patch6: %{name}-rh750858.patch
|
||||||
Patch7: %{name}-rh757887.patch
|
Patch7: %{name}-rh757887.patch
|
||||||
|
Patch8: %{name}-fdelt.patch
|
||||||
|
Patch9: %{name}-rh708455.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Obsoletes: glibc-profile < 2.4
|
Obsoletes: glibc-profile < 2.4
|
||||||
Obsoletes: nss_db
|
Obsoletes: nss_db
|
||||||
@ -272,6 +274,8 @@ rm -rf %{glibcportsdir}
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
%patch9 -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
|
||||||
@ -1124,6 +1128,10 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 5 2011 Jeff Law <law@redhat.com> - 2.14.90-22
|
||||||
|
- Mark fortified __FD_ELT as extension
|
||||||
|
- Fix typo in manual (#708455)
|
||||||
|
|
||||||
* Wed Nov 30 2011 Jeff Law <law@redhat.com> - 2.14.90-21
|
* Wed Nov 30 2011 Jeff Law <law@redhat.com> - 2.14.90-21
|
||||||
- Don't fail in makedb if SELinux is disabled (#750858)
|
- Don't fail in makedb if SELinux is disabled (#750858)
|
||||||
- Fix access after end of search string in regex matcher (#757887)
|
- Fix access after end of search string in regex matcher (#757887)
|
||||||
|
Loading…
Reference in New Issue
Block a user