commit 3621ae5828bc59b92d1006304a2d71a320f69b7c

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1931
This commit is contained in:
Kernel Bugs 2023-05-06 08:10:34 +00:00 committed by Git OBS Bridge
parent 45564603b8
commit d1fa85b4c5
38 changed files with 290 additions and 49 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-aarch64
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv6l
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv7l
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-riscv64
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -866,6 +866,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -733,6 +733,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
@ -872,6 +872,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
@ -915,6 +915,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -33,7 +33,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
%endif
URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -870,6 +870,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -864,6 +864,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-8a31779f5544166bb801a03085764c84a737a62d
BuildRequires: kernel%kernel_flavor-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%if 0%{?rhel_version}
BuildRequires: kernel
@ -58,7 +58,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17
@ -892,6 +892,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@
Name: kernel-source
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -49,7 +49,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: linux
Provides: multiversion(kernel)
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 6.3.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%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-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -863,6 +863,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
-------------------------------------------------------------------
Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com
- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334).
- commit 98c1e01
-------------------------------------------------------------------
Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.3.1
%if 0%{?is_kotd}
Release: <RELEASE>.g8a31779
Release: <RELEASE>.g3621ae5
%else
Release: 0
%endif
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: kernel-%build_flavor-base-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
Provides: kernel-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
# END COMMON DEPS
Provides: %name-srchash-8a31779f5544166bb801a03085764c84a737a62d
Provides: %name-srchash-3621ae5828bc59b92d1006304a2d71a320f69b7c
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
@ -866,6 +866,10 @@ if [ %CONFIG_MODULES = y ]; then
find %buildroot -name "*.ko" > kofiles.list
dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)"
fi
expoline=arch/s390/lib/expoline/expoline.o
if test -f arch/s390/lib/expoline/expoline.o ; then
install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline
fi
%endif
# Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72606cfe7c5b0fe86a1fb98fd13c0077ec1b4b356d8657f0142b9d2cee9db9f5
size 35293
oid sha256:2d860a888d6441c62e707c731bddf99903432cd8efcb05f51e1ba19b0a84f694
size 35662

View File

@ -66,6 +66,7 @@
# sorted patches
########################################################
patches.suse/usbtv-usbtv_set_regs-the-pipe-is-output.patch
patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch
########################################################
# end of sorted patches

View File

@ -1,3 +1,3 @@
2023-05-03 05:18:39 +0000
GIT Revision: 8a31779f5544166bb801a03085764c84a737a62d
2023-05-05 12:01:49 +0000
GIT Revision: 3621ae5828bc59b92d1006304a2d71a320f69b7c
GIT Branch: stable