forked from pool/kernel-source
GIT Revision: 978dc8cda6ded2e6c02c5586497dac943e5659e7
GIT Branch: master 2025-11-24 10:00:19 +0000
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 6.17
|
||||
%define patchversion 6.17.8
|
||||
%define git_commit 0b7f51ce637508a3bd204ecd5ce02786c9609949
|
||||
%define srcversion 6.18-rc7
|
||||
%define patchversion 6.18.0-rc7
|
||||
%define git_commit 978dc8cda6ded2e6c02c5586497dac943e5659e7
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -31,7 +31,7 @@
|
||||
%define supported_modules_check 0
|
||||
%define build_flavor default
|
||||
%define generate_compile_commands 1
|
||||
%define use_suse_kabi_tools 0
|
||||
%define use_suse_kabi_tools 1
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
@@ -40,9 +40,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: kernel-default
|
||||
Version: 6.17.8
|
||||
Version: 6.18~rc7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g0b7f51c
|
||||
Release: <RELEASE>.g978dc8c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -79,7 +79,7 @@ BuildRequires: dwarves >= 1.22
|
||||
BuildRequires: %gcc_package
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
%if 0%{?suse_version} > 1600
|
||||
%if 0%{?suse_version} >= 1500 # part of elfutils not shipped on SLE 12
|
||||
# for gendwarfksyms
|
||||
BuildRequires: libdw-devel
|
||||
%endif
|
||||
@@ -97,7 +97,7 @@ BuildRequires: suse-kabi-tools
|
||||
# Remove some packages that are installed automatically by the build system,
|
||||
# but are not needed to build the kernel
|
||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools udev insserv
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64le riscv64 s390x x86_64
|
||||
ExclusiveArch: aarch64 %ix86 ppc64le riscv64 s390x x86_64
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%define image vmlinuz
|
||||
@@ -172,7 +172,7 @@ ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64le riscv64 s390x x86_64
|
||||
echo -n "$space$cert" ; space=" " \
|
||||
done )
|
||||
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source0: linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source14: series.conf
|
||||
Source16: guards
|
||||
|
||||
Reference in New Issue
Block a user