commit 0e381738af4539a2bb2c4b47dace64723cc22ecc

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2072
This commit is contained in:
Kernel Bugs 2024-01-11 07:07:25 +00:00 committed by Git OBS Bridge
parent f5baca7caa
commit 2f9437b79d
38 changed files with 168 additions and 41 deletions

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -297,7 +297,7 @@ NoSource: 114
NoSource: 120
NoSource: 121
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 %ix86 ppc64le x86_64
ExclusiveArch: aarch64 %ix86 ppc64le powerpc64le x86_64
%else
ExclusiveArch: do_not_build
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -297,7 +297,7 @@ NoSource: 114
NoSource: 120
NoSource: 121
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64le riscv64 s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64le powerpc64le riscv64 s390x x86_64
%else
ExclusiveArch: do_not_build
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -33,7 +33,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -86,6 +86,7 @@ URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: noarch %ix86 aarch64 armv6hl armv7hl ppc64le powerpc64le riscv64 s390x x86_64
BuildArch: noarch
%else
ExclusiveArch: do_not_build

View File

@ -86,6 +86,7 @@ URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: noarch @ARCHS@
BuildArch: noarch
%else
ExclusiveArch: do_not_build

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -297,7 +297,7 @@ NoSource: 114
NoSource: 120
NoSource: 121
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 ppc64le x86_64
ExclusiveArch: aarch64 ppc64le powerpc64le x86_64
%else
ExclusiveArch: do_not_build
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-edb885a941a5257012af0bab5de598cdfdc97fc9
BuildRequires: kernel%kernel_flavor-srchash-0e381738af4539a2bb2c4b47dace64723cc22ecc
%if 0%{?rhel_version}
BuildRequires: kernel
@ -52,7 +52,7 @@ BuildRequires: kernel
%endif
%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le powerpc64le riscv64 s390x x86_64
%else
ExclusiveArch: do_not_build
%endif
@ -62,7 +62,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -29,7 +29,7 @@ BuildRequires: kernel-default
BuildRequires: kernel-obs-build
BuildRequires: modutils
%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl ppc64le powerpc64le riscv64 s390x x86_64
%else
ExclusiveArch: do_not_build
%endif
@ -38,7 +38,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -33,7 +33,7 @@
Name: kernel-source
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -122,6 +122,7 @@ Source114: patches.drm.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: noarch %ix86 aarch64 armv6hl armv7hl ppc64le powerpc64le riscv64 s390x x86_64
BuildArch: noarch
%else
ExclusiveArch: do_not_build

View File

@ -122,6 +122,7 @@ Source114: patches.drm.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: noarch @ARCHS@
BuildArch: noarch
%else
ExclusiveArch: do_not_build

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@ Group: Development/Sources
Version: 6.6.10
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -42,7 +42,7 @@ BuildRequires: coreutils
%ifarch aarch64
Requires: kernel-64kb-devel = %version-%source_rel
%endif
%ifarch aarch64 armv6hl armv7hl %ix86 ppc64le riscv64 s390x x86_64
%ifarch aarch64 armv6hl armv7hl %ix86 ppc64le powerpc64le riscv64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch armv7hl
@ -58,7 +58,7 @@ Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc64le powerpc64le riscv64 s390x x86_64
%else
ExclusiveArch: do_not_build
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif
@ -297,7 +297,7 @@ NoSource: 114
NoSource: 120
NoSource: 121
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64le riscv64 s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64le powerpc64le riscv64 s390x x86_64
%else
ExclusiveArch: do_not_build
%endif

View File

@ -5,6 +5,13 @@ Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de
(bsc#1217946 CVE-2023-6610).
- commit edb885a
-------------------------------------------------------------------
Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de
- Limit kernel-source build to architectures for which the kernel binary
is built (bsc#1108281).
- commit 08a9e44
-------------------------------------------------------------------
Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.6
%define patchversion 6.6.10
%define git_commit edb885a941a5257012af0bab5de598cdfdc97fc9
%define git_commit 0e381738af4539a2bb2c4b47dace64723cc22ecc
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.10
%if 0%{?is_kotd}
Release: <RELEASE>.gedb885a
Release: <RELEASE>.g0e38173
%else
Release: 0
%endif

8
mkspec
View File

@ -196,11 +196,13 @@ for my $flavor (sort keys(%flavor_archs)) {
);
}
# kernel-source.spec
do_spec('source', "kernel-source$variant.spec", %macros);
do_spec('source', "kernel-source$variant.spec", %macros,
ARCHS => $all_archs);
if ($variant eq "") {
# kernel-docs.spec
do_spec('docs', "kernel-docs$variant.spec", %macros);
do_spec('docs', "kernel-docs$variant.spec", %macros,
ARCHS => $all_archs);
}
# kernel-syms.spec
@ -471,6 +473,8 @@ sub _arch2rpm {
my $arch = shift;
return "\%ix86" if $arch eq "i386";
return "aarch64" if $arch eq "arm64";
# ppc64le src rpms are built as powerpc64le
return "ppc64le powerpc64le" if $arch eq "ppc64le";
return $arch;
}

View File

@ -1,3 +1,3 @@
2024-01-08 19:46:01 +0000
GIT Revision: edb885a941a5257012af0bab5de598cdfdc97fc9
2024-01-10 06:12:08 +0000
GIT Revision: 0e381738af4539a2bb2c4b47dace64723cc22ecc
GIT Branch: stable