commit 2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1860
This commit is contained in:
Kernel Bugs 2023-01-07 08:17:10 +00:00 committed by Git OBS Bridge
parent a14dff863e
commit 87935ee4a7
37 changed files with 527 additions and 51 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea61a72c0a71f43a6f6ca0427cf4eb3c304881df06f3267979215ba29444f53e
size 286675
oid sha256:45ee73715d9244171cdd85279021b9ca839a5ed0dc85399b1a3c06ef5d6849b5
size 286735

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -33,7 +33,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%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-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
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,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
BuildRequires: kernel%kernel_flavor-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%if 0%{?rhel_version}
BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -33,7 +33,7 @@
Name: kernel-source
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -50,7 +50,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: linux
Provides: multiversion(kernel)
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 6.1.3
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%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-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com
- supported-flag: fix build failures with SUSE_KERNEL_SUPPORTED=y
Upstream commit 425937381ec (kbuild: re-run modpost when it is updated)
added an expectation that the MODPOST variable would only point to the
modpost executable and moved arguments to the modpost-args variable.
Also removed some legacy stuff, like the assumption that MODVERDIR would
exist (and then later creating it and using it) when the only two
places we ever care about Module.supported being located are the directory
in which an external module is being built and the current directory.
- commit 2e19141
-------------------------------------------------------------------
Thu Jan 5 17:16:49 CET 2023 - jeffm@suse.com
- config: Added product codes to suse_version.h for comparison
Refreshed
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 3dffbad
-------------------------------------------------------------------
Thu Jan 5 16:46:10 CET 2023 - jeffm@suse.com
- config: Added support for ALP releases in product identifiers
- Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
- commit 1b2e183
-------------------------------------------------------------------
Thu Jan 5 09:40:29 CET 2023 - tiwai@suse.de

View File

@ -113,7 +113,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.3
%if 0%{?is_kotd}
Release: <RELEASE>.g80a4df2
Release: <RELEASE>.g2e19141
%else
Release: 0
%endif
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: kernel-%build_flavor-base-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
Provides: kernel-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
# END COMMON DEPS
Provides: %name-srchash-80a4df2db4e613d7e35eefd9e85547a1080a7362
Provides: %name-srchash-2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04f6d5b1c2866dab9dddb872eafc73a399f1f8569b1e37f794e0e88affe29435
size 43677
oid sha256:2943f84dbdb9657f10bb3fb4a0a1e6d490a1f93b04b3ab6ab4843afc8d046370
size 43761

View File

@ -1,3 +1,3 @@
2023-01-05 08:40:32 +0000
GIT Revision: 80a4df2db4e613d7e35eefd9e85547a1080a7362
2023-01-05 19:51:03 +0000
GIT Revision: 2e191410b6544a4a7cf2cbf1c6595ec9e9b507b6
GIT Branch: stable