commit 02d82667288b61a5bafe2e3c7132e3b103c3f74d
OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=28
This commit is contained in:
parent
051a18a279
commit
3c1d385559
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 20:07:49 CET 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.20 and blacklist.conf (bsc#1218260).
|
||||
- fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS
|
||||
(bsc#1218260).
|
||||
- commit 02d8266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 15:35:23 CET 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.19
|
||||
%define git_commit 58ac7dc9a33e65d81f1f9ecbffb437260d8c8d34
|
||||
%define patchversion 6.6.20
|
||||
%define git_commit 02d82667288b61a5bafe2e3c7132e3b103c3f74d
|
||||
%define variant -longterm%{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -113,9 +113,9 @@ Name: kernel-longterm
|
||||
Summary: The Linux Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.6.19
|
||||
Version: 6.6.20
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58ac7dc
|
||||
Release: <RELEASE>.g02d8266
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 20:07:49 CET 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.20 and blacklist.conf (bsc#1218260).
|
||||
- fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS
|
||||
(bsc#1218260).
|
||||
- commit 02d8266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 15:35:23 CET 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.6
|
||||
%define patchversion 6.6.19
|
||||
%define git_commit 58ac7dc9a33e65d81f1f9ecbffb437260d8c8d34
|
||||
%define patchversion 6.6.20
|
||||
%define git_commit 02d82667288b61a5bafe2e3c7132e3b103c3f74d
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source-longterm
|
||||
Version: 6.6.19
|
||||
Version: 6.6.20
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58ac7dc
|
||||
Release: <RELEASE>.g02d8266
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 20:07:49 CET 2024 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.6.20 and blacklist.conf (bsc#1218260).
|
||||
- fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS
|
||||
(bsc#1218260).
|
||||
- commit 02d8266
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 15:35:23 CET 2024 - rfrohl@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 58ac7dc9a33e65d81f1f9ecbffb437260d8c8d34
|
||||
%define git_commit 02d82667288b61a5bafe2e3c7132e3b103c3f74d
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 6.6.19
|
||||
Version: 6.6.20
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g58ac7dc
|
||||
Release: <RELEASE>.g02d8266
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aed7462bed585f3d56a9ce6a250697c3cdee81c3f2401b60b355507ab72fa9b
|
||||
size 3334879
|
||||
oid sha256:f7b0af63ec7d9ac0c8076541ff68747847f1fd0f911d7a3e56aa38ec051831c5
|
||||
size 3335407
|
||||
|
@ -4342,6 +4342,8 @@
|
||||
patches.kernel.org/6.6.19-299-Linux-6.6.19.patch
|
||||
patches.kernel.org/mptcp-avoid-printing-warning-once-on-client-side.patch
|
||||
patches.kernel.org/mptcp-fix-possible-deadlock-in-subflow-diag.patch
|
||||
patches.kernel.org/6.6.20-001-fs-ntfs3-fix-build-without-CONFIG_NTFS3_LZX_XP.patch
|
||||
patches.kernel.org/6.6.20-002-Linux-6.6.20.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2024-03-01 14:35:23 +0000
|
||||
GIT Revision: 58ac7dc9a33e65d81f1f9ecbffb437260d8c8d34
|
||||
2024-03-03 19:07:56 +0000
|
||||
GIT Revision: 02d82667288b61a5bafe2e3c7132e3b103c3f74d
|
||||
GIT Branch: slowroll
|
||||
|
Loading…
Reference in New Issue
Block a user