commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=41
This commit is contained in:
parent
32acf63ec1
commit
6ae757db61
@ -14,3 +14,11 @@
|
|||||||
- x86_64/vanilla
|
- x86_64/vanilla
|
||||||
- -syms x86_64/kvmsmall
|
- -syms x86_64/kvmsmall
|
||||||
+x86_64 x86_64/longterm
|
+x86_64 x86_64/longterm
|
||||||
|
|
||||||
|
# ARM architectures
|
||||||
|
- arm64/default
|
||||||
|
- -syms arm64/debug
|
||||||
|
- arm64/64kb
|
||||||
|
- arm64/vanilla
|
||||||
|
- -syms arm64/kvmsmall
|
||||||
|
+arm64 arm64/longterm
|
||||||
|
@ -13,6 +13,7 @@ MULTIBUILD="Yes"
|
|||||||
LIVEPATCH=livepatch
|
LIVEPATCH=livepatch
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
OBS_PROJECT=openSUSE:Factory
|
OBS_PROJECT=openSUSE:Factory
|
||||||
|
OBS_PROJECT_ARM=openSUSE:Factory:ARM
|
||||||
# Bugzilla info
|
# Bugzilla info
|
||||||
BUGZILLA_SERVER="apibugzilla.suse.com"
|
BUGZILLA_SERVER="apibugzilla.suse.com"
|
||||||
BUGZILLA_PRODUCT="openSUSE Tumbleweed"
|
BUGZILLA_PRODUCT="openSUSE Tumbleweed"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7982409c2c9b463933cc48045a7dad97d56356b7cb6eff359e381cf3ad4d426b
|
oid sha256:a8f647f0cd7f67cad0d45c76e80de21ee0653d2b3daf93f8727975783e6934ef
|
||||||
size 64600
|
size 103242
|
||||||
|
@ -170,6 +170,19 @@ Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
|
|||||||
(bsc#1218260).
|
(bsc#1218260).
|
||||||
- commit 6c361d1
|
- commit 6c361d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:16:40 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
- add arm64 kernel config (boo#1224369).
|
||||||
|
Based on 6.6.11 + minor changes to make it build.
|
||||||
|
- commit 20208a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:15:43 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
- enable arm64 build (boo#1224369).
|
||||||
|
- commit 5626827
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.6
|
%define srcversion 6.6
|
||||||
%define patchversion 6.6.32
|
%define patchversion 6.6.32
|
||||||
%define git_commit 7564314c39367c4281b1cfdff17f89e1720d08c4
|
%define git_commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||||
%define variant -longterm%{nil}
|
%define variant -longterm%{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.6.32
|
Version: 6.6.32
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7564314
|
Release: <RELEASE>.g20208a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -299,7 +299,7 @@ NoSource: 114
|
|||||||
NoSource: 120
|
NoSource: 120
|
||||||
NoSource: 121
|
NoSource: 121
|
||||||
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
|
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: aarch64 x86_64
|
||||||
%else
|
%else
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
%endif
|
%endif
|
||||||
|
@ -170,6 +170,19 @@ Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
|
|||||||
(bsc#1218260).
|
(bsc#1218260).
|
||||||
- commit 6c361d1
|
- commit 6c361d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:16:40 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
- add arm64 kernel config (boo#1224369).
|
||||||
|
Based on 6.6.11 + minor changes to make it build.
|
||||||
|
- commit 20208a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:15:43 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
- enable arm64 build (boo#1224369).
|
||||||
|
- commit 5626827
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.6
|
%define srcversion 6.6
|
||||||
%define patchversion 6.6.32
|
%define patchversion 6.6.32
|
||||||
%define git_commit 7564314c39367c4281b1cfdff17f89e1720d08c4
|
%define git_commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||||
%define variant -longterm%{nil}
|
%define variant -longterm%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -33,7 +33,7 @@
|
|||||||
Name: kernel-source-longterm
|
Name: kernel-source-longterm
|
||||||
Version: 6.6.32
|
Version: 6.6.32
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7564314
|
Release: <RELEASE>.g20208a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -170,6 +170,19 @@ Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
|
|||||||
(bsc#1218260).
|
(bsc#1218260).
|
||||||
- commit 6c361d1
|
- commit 6c361d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:16:40 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
- add arm64 kernel config (boo#1224369).
|
||||||
|
Based on 6.6.11 + minor changes to make it build.
|
||||||
|
- commit 20208a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:15:43 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
- enable arm64 build (boo#1224369).
|
||||||
|
- commit 5626827
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_commit 7564314c39367c4281b1cfdff17f89e1720d08c4
|
%define git_commit 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||||
%define variant -longterm%{nil}
|
%define variant -longterm%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -28,7 +28,7 @@ Group: Development/Sources
|
|||||||
Version: 6.6.32
|
Version: 6.6.32
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7564314
|
Release: <RELEASE>.g20208a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -39,7 +39,7 @@ Release: %kernel_source_release
|
|||||||
URL: https://www.kernel.org/
|
URL: https://www.kernel.org/
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
%ifarch x86_64
|
%ifarch aarch64 x86_64
|
||||||
Requires: kernel-longterm-devel = %version-%source_rel
|
Requires: kernel-longterm-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
@ -49,7 +49,7 @@ Provides: multiversion(kernel)
|
|||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
|
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: aarch64 x86_64
|
||||||
%else
|
%else
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2024-05-25 17:52:54 +0000
|
2024-05-26 14:24:45 +0000
|
||||||
GIT Revision: 7564314c39367c4281b1cfdff17f89e1720d08c4
|
GIT Revision: 20208a45ccbfec4fe53435e1241231d0f4bb2ffe
|
||||||
GIT Branch: slowroll
|
GIT Branch: slowroll
|
||||||
|
Loading…
Reference in New Issue
Block a user