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:
commit
bb3ac5dbca
@ -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
|
||||
|
@ -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
|
||||
@ -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