commit 0840e2eb778b1a750f715f0d6a2116feb6c52ae8
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1624
This commit is contained in:
parent
bcf539e52d
commit
e7cbd5c2ea
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-aarch64
|
Name: dtb-aarch64
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-armv6l
|
Name: dtb-armv6l
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-armv7l
|
Name: dtb-armv7l
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-riscv64
|
Name: dtb-riscv64
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump = 2.6.28
|
Provides: kernel-kdump = 2.6.28
|
||||||
Obsoletes: kernel-kdump <= 2.6.28
|
Obsoletes: kernel-kdump <= 2.6.28
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-smp = 2.6.17
|
Provides: kernel-smp = 2.6.17
|
||||||
Obsoletes: kernel-smp <= 2.6.17
|
Obsoletes: kernel-smp <= 2.6.17
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ License: GPL-2.0-only
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
BuildRequires: kernel%kernel_flavor-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -66,7 +66,7 @@ License: GPL-2.0-only
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ License: GPL-2.0-only
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-bigsmp = 2.6.17
|
Provides: kernel-bigsmp = 2.6.17
|
||||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ License: GPL-2.0-only
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -48,7 +48,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:15:34 CET 2021 - iivanov@suse.de
|
||||||
|
|
||||||
|
- random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924)
|
||||||
|
- commit 3f996f1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 14:24:20 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Add minimal-mute notion in dB mapping table
|
||||||
|
(bsc#1192375).
|
||||||
|
- ALSA: usb-audio: Use int for dB map values (bsc#1192375).
|
||||||
|
- commit 0ea1c07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:39:22 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rtw89: update partition size of firmware header on skb->data
|
||||||
|
(bsc#1188303).
|
||||||
|
- commit d879057
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 11:37:11 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop downstream rtw89 fix patch, to be replaced with the upstream fix
|
||||||
|
- commit b9cd6cb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
Sat Nov 13 15:10:02 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -112,6 +141,12 @@ Sat Nov 6 20:09:15 CET 2021 - jslaby@suse.cz
|
|||||||
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
- ALSA: usb-audio: Add quirk for Audient iD14 (bsc#1012628).
|
||||||
- commit 7ecebb2
|
- commit 7ecebb2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 15:15:43 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Input: i8042 - Add deferred probe support (bsc#1190256).
|
||||||
|
- commit 5a246e6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
Fri Nov 5 10:55:54 CET 2021 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.2
|
Version: 5.15.2
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5fb85fd
|
Release: <RELEASE>.g0840e2e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-%build_flavor-base-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
Provides: kernel-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: kernel-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
Provides: %name-srchash-0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:da46410fa8f390f639e855c0722367cb8f34e52d82abbf322fd9a980e03b9c7a
|
oid sha256:7929115431ff8e9ec2db4159efa2d7dbb00b35b6772d865db1b2a9ab6b24b7e1
|
||||||
size 288727
|
size 293176
|
||||||
|
@ -100,8 +100,11 @@
|
|||||||
patches.suse/rtw89-remove-duplicate-register-definitions.patch
|
patches.suse/rtw89-remove-duplicate-register-definitions.patch
|
||||||
patches.suse/rtw89-fix-return-value-in-hfc_pub_cfg_chk.patch
|
patches.suse/rtw89-fix-return-value-in-hfc_pub_cfg_chk.patch
|
||||||
patches.suse/rtw89-Fix-variable-dereferenced-before-check-sta.patch
|
patches.suse/rtw89-Fix-variable-dereferenced-before-check-sta.patch
|
||||||
patches.suse/rtw89-Fix-crash-by-loading-compressed-firmware-file.patch
|
patches.suse/rtw89-update-partition-size-of-firmware-header-on-sk.patch
|
||||||
patches.suse/ALSA-usb-audio-Restrict-rates-for-the-shared-clocks.patch
|
patches.suse/ALSA-usb-audio-Restrict-rates-for-the-shared-clocks.patch
|
||||||
|
patches.suse/ALSA-usb-audio-Use-int-for-dB-map-values.patch
|
||||||
|
patches.suse/ALSA-usb-audio-Add-minimal-mute-notion-in-dB-mapping.patch
|
||||||
|
patches.suse/ALSA-usb-audio-Fix-dB-level-of-Bose-Revolve-SoundLin.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# kbuild/module infrastructure fixes
|
# kbuild/module infrastructure fixes
|
||||||
@ -190,6 +193,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# Other core patches
|
# Other core patches
|
||||||
########################################################
|
########################################################
|
||||||
|
patches.suse/random-fix-crash-on-multiple-early-calls-to-add_bootloader_randomness.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# PM
|
# PM
|
||||||
@ -223,6 +227,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
patches.suse/kbd-ignore-gfx.patch
|
patches.suse/kbd-ignore-gfx.patch
|
||||||
patches.suse/Input-i8042-Add-quirk-for-Fujitsu-Lifebook-T725.patch
|
patches.suse/Input-i8042-Add-quirk-for-Fujitsu-Lifebook-T725.patch
|
||||||
|
patches.suse/Input-i8042-Add-deferred-probe-support.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Other drivers
|
# Other drivers
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2021-11-15 09:05:57 +0000
|
2021-11-17 05:26:53 +0000
|
||||||
GIT Revision: 5fb85fd92a28bb834224cc814e2280c91e4afb4c
|
GIT Revision: 0840e2eb778b1a750f715f0d6a2116feb6c52ae8
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user