forked from pool/glibc
- Bump minimal kernel version to 4.3 to enable use of direct socketcalls
on x86-32 and s390x (bsc#1234713) OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=735
This commit is contained in:
parent
4a1755eb7b
commit
239a3794f8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 15:29:17 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Bump minimal kernel version to 4.3 to enable use of direct socketcalls
|
||||
on x86-32 and s390x (bsc#1234713)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 09:53:20 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
12
glibc.spec
12
glibc.spec
@ -157,17 +157,9 @@ ExclusiveArch: do_not_build
|
||||
%define disable_assert 0
|
||||
%define enable_stackguard_randomization 1
|
||||
# glibc requires at least kernel 3.2
|
||||
%define enablekernel 3.2
|
||||
# Bump to 4.3 to enable use of direct socketcalls on x86-32 and s390x
|
||||
%define enablekernel 4.3
|
||||
# some architectures need a newer kernel
|
||||
%ifarch ppc64le
|
||||
%define enablekernel 3.10
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
%define enablekernel 3.7
|
||||
%endif
|
||||
%ifarch ia64
|
||||
%define enablekernel 3.2.18
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
%define enablekernel 4.15
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user