Accepting request 72565 from Base:System
Use 2.6.5 as oldest supported kernel on all archs besides x86 and x86-64 (reverting partially a change). OBS-URL: https://build.opensuse.org/request/show/72565 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=45
This commit is contained in:
parent
0ced0ddc3d
commit
b8a3d11ae3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 08:40:55 UTC 2011 - aj@suse.de
|
||||
|
||||
- Use 2.6.5 as oldest supported kernel on all archs besides x86 and
|
||||
x86-64 (reverting partially a change).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 11:55:35 UTC 2011 - aj@suse.de
|
||||
|
||||
@ -22,7 +28,7 @@ Thu May 26 07:53:51 UTC 2011 - aj@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed May 25 15:28:37 UTC 2011 - aj@suse.de
|
||||
|
||||
- Run on kernel 2.6.32 or older only - and optimize thus.
|
||||
- Run on kernel 2.6.32 or newer only - and optimize thus.
|
||||
- Enable malloc implementation that is be less memory efficient
|
||||
but higher performing in multi-threaded programs.
|
||||
- Use --enable-bind-now to avoid lazy binding in ld.so
|
||||
|
16
glibc.spec
16
glibc.spec
@ -52,7 +52,11 @@ BuildRequires: libselinux-devel
|
||||
License: GPLv2+
|
||||
Summary: Standard Shared Libraries (from the GNU C Library)
|
||||
Group: System/Libraries
|
||||
%ifarch %ix86 x86_64
|
||||
%define enablekernel 2.6.32
|
||||
%else
|
||||
%define enablekernel 2.6.5
|
||||
%endif
|
||||
Conflicts: kernel < %{enablekernel}
|
||||
%define exp_malloc 1
|
||||
Obsoletes: ngpt < 2.2.2 ngpt-devel < 2.2.2
|
||||
@ -131,12 +135,12 @@ Patch44: glibc-ppc64-vdso-time.diff
|
||||
Patch45: glibc-gai-private4.diff
|
||||
Patch46: glibc-resolv-mdnshint.diff
|
||||
Patch47: glibc-nscd-hconf.diff
|
||||
Patch48: glibc-malloc-arena-max.diff
|
||||
Patch49: glibc-fini-unwind.diff
|
||||
Patch48: glibc-malloc-arena-max.diff
|
||||
Patch49: glibc-fini-unwind.diff
|
||||
Patch50: glibc-gconvcache-s390.diff
|
||||
Patch51: glibc-vfprintf-positional.diff
|
||||
Patch52: glibc-elf-localscope.diff
|
||||
Patch53: glibc-zarch-longlong.diff
|
||||
Patch51: glibc-vfprintf-positional.diff
|
||||
Patch52: glibc-elf-localscope.diff
|
||||
Patch53: glibc-zarch-longlong.diff
|
||||
Patch54: glibc-disable-backward-memcpy.diff
|
||||
Patch55: glibc-bso-12454.diff
|
||||
Patch56: glibc-static-memcpy.diff
|
||||
@ -271,7 +275,6 @@ library.
|
||||
|
||||
|
||||
%ifarch %ix86
|
||||
|
||||
%package obsolete
|
||||
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+
|
||||
Summary: Obsolete Shared Libraries from the GNU C Library
|
||||
@ -951,7 +954,6 @@ exit 0
|
||||
/usr/sbin/iconvconfig
|
||||
|
||||
%ifarch %ix86
|
||||
|
||||
%files obsolete
|
||||
%defattr (755,root,root,755)
|
||||
%dir /%{_lib}/obsolete/
|
||||
|
Loading…
Reference in New Issue
Block a user