Low required kernel from 5.4 to 4.14

Support being a chroot on RHEL 8 (4.18), Ubuntu 18.04 (4.15) and LTS (4.14) kernel
For example, we have an aarch64 server with such kernel where it is problematic to upgrade it right now :(

Fixes: f1a767c "Support syscalls of kernel 5.4"
This commit is contained in:
Mikhail Novosyolov 2020-11-29 13:22:53 +03:00
parent a5f91184d2
commit 5d2028302b

View file

@ -59,7 +59,8 @@
%define xenarches %{ix86}
# Determine minimum kernel versions (rhbz#619538)
%define enablekernel 5.4
# Support being a chroot on RHEL 8 (4.18), Ubuntu 18.04 (4.15) and LTS (4.14) kernel
%define enablekernel 4.14
# Define to build nscd with selinux support
# Distro-specific default value is defined in branding-configs package
@ -97,7 +98,7 @@ Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz
#if %(test $(echo %{version}.0 |cut -d. -f3) -lt 90 && echo 1 || echo 0)
#Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig
#endif
Release: 3
Release: 4
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group: System/Libraries
Url: http://www.gnu.org/software/libc/