commit 07a970c6ffc7e8dad75c412a9525a76611d91dc6
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1655
This commit is contained in:
parent
538ea7b436
commit
d8f257199a
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv6l
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-armv7l
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
Name: dtb-riscv64
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -33,7 +33,7 @@ License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
BuildRequires: kernel%kernel_flavor-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -66,7 +66,7 @@ License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -37,7 +37,7 @@ License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -48,7 +48,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 5.16.2
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:46:35 CET 2022 - tiwai@suse.de
|
||||
|
||||
- HID: wacom: Avoid using stale array indicies to read contact
|
||||
count (bsc#1194667).
|
||||
- HID: wacom: Ignore the confidence flag when a touch is removed
|
||||
(bsc#1194667).
|
||||
- HID: wacom: Reset expected and received contact counts at the
|
||||
same time (bsc#1194667).
|
||||
- commit 07a970c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:20:43 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc21dc65
|
||||
Release: <RELEASE>.g07a970c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: kernel-%build_flavor-base-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
Provides: kernel-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c21dc650f6883569b7521f7cd1406c218f207084
|
||||
Provides: %name-srchash-07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58e8d7eca6bdd0cd04f81bc34435bce1be045e8e86b055aea9f5778c1c0851bb
|
||||
size 47010
|
||||
oid sha256:2e136ce2935c7e718f92ce4f28f47b58a0ae92e78dc5b03adde5fc01cd836cec
|
||||
size 49304
|
||||
|
@ -126,6 +126,9 @@
|
||||
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
|
||||
patches.suse/HID-wacom-Reset-expected-and-received-contact-counts.patch
|
||||
patches.suse/HID-wacom-Ignore-the-confidence-flag-when-a-touch-is.patch
|
||||
patches.suse/HID-wacom-Avoid-using-stale-array-indicies-to-read-c.patch
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2022-01-21 06:53:49 +0000
|
||||
GIT Revision: c21dc650f6883569b7521f7cd1406c218f207084
|
||||
2022-01-21 14:46:36 +0000
|
||||
GIT Revision: 07a970c6ffc7e8dad75c412a9525a76611d91dc6
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user