commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2082
This commit is contained in:
Jiri Slaby 2024-01-25 05:54:51 +00:00 committed by Git OBS Bridge
parent f95cbf634c
commit 49280bdc05
39 changed files with 582 additions and 31 deletions

18
_multibuild Normal file
View File

@ -0,0 +1,18 @@
<multibuild>
<package>kernel-syms</package>
<package>kernel-obs-qa</package>
<package>kernel-vanilla</package>
<package>kernel-docs</package>
<package>kernel-kvmsmall</package>
<package>kernel-default</package>
<package>kernel-zfcpdump</package>
<package>kernel-obs-build</package>
<package>kernel-lpae</package>
<package>kernel-64kb</package>
<package>kernel-pae</package>
<package>dtb-aarch64</package>
<package>dtb-armv6l</package>
<package>dtb-armv7l</package>
<package>kernel-debug</package>
<package>dtb-riscv64</package>
</multibuild>

View File

@ -7,6 +7,8 @@ COMPRESS_MODULES="zstd"
COMPRESS_VMLINUX="xz"
# Compile binary devicetrees on master and stable branches.
BUILD_DTBS="Yes"
# Generate a _multibuild file
MULTIBUILD="Yes"
# Use new style livepatch package names
LIVEPATCH=livepatch
# buildservice projects to build the kernel against

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -33,7 +33,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif
@ -52,6 +52,7 @@ BuildRequires: graphviz-gd
BuildRequires: graphviz-gnome
%if ! 0%{?suse_version} || 0%{?suse_version} > 1500
BuildRequires: python3-base
BuildRequires: python3-PyYAML
BuildRequires: python3-Sphinx
BuildRequires: texlive-amscls
%else

View File

@ -52,6 +52,7 @@ BuildRequires: graphviz-gd
BuildRequires: graphviz-gnome
%if ! 0%{?suse_version} || 0%{?suse_version} > 1500
BuildRequires: python3-base
BuildRequires: python3-PyYAML
BuildRequires: python3-Sphinx
BuildRequires: texlive-amscls
%else

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-ad543f6b02c018ef6c31d84356efc8bfafa0a24a
BuildRequires: kernel%kernel_flavor-srchash-ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%if 0%{?rhel_version}
BuildRequires: kernel
@ -62,7 +62,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -10,3 +10,5 @@ addFilter("dangling-symlink .*/lib/modules/[1-9].*/source")
addFilter("hidden-file-or-dir /usr/src/linux-.*-obj/.*/.config")
addFilter("hidden-file-or-dir /usr/src/linux-.*-obj/.*/.kernel-binary.spec.buildenv")
addFilter("hidden-file-or-dir /boot/\..*\.hmac")
# a precompiled eBPF test
addFilter("arch-independent-package-contains-binary-or-object /usr/src/linux-.*/.*/action-ebpf")

View File

@ -18,7 +18,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -33,7 +33,7 @@
Name: kernel-source
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@ Group: Development/Sources
Version: 6.7.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz
- rpm/kernel-source.rpmlintrc: add action-ebpf
Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf
plugin) added this precompiled binary blob. Adapt rpmlintrc for
kernel-source.
- commit b5ccb33
-------------------------------------------------------------------
Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de
- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old
The previous change added the manual entry from kernel-sources.change.old
to old_changelog.txt unnecessarily. Let's fix it.
- commit fb033e8
-------------------------------------------------------------------
Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
- rpm/kernel-docs.spec.in: fix build with 6.8
Since upstream commit f061c9f7d058 (Documentation: Document each netlink
family), the build needs python yaml.
- commit 6a7ece3
-------------------------------------------------------------------
Mon Jan 22 08:46:41 CET 2024 - jslaby@suse.cz
@ -565,6 +590,12 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de
enable.
- commit aa5424d
-------------------------------------------------------------------
Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de
- rpm/config.sh: Enable multibuild.
- commit 7b72f91
-------------------------------------------------------------------
Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.1
%define git_commit ad543f6b02c018ef6c31d84356efc8bfafa0a24a
%define git_commit ddece55c12bc5b6a0868e1fbc9dc19374371c27a
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.1
%if 0%{?is_kotd}
Release: <RELEASE>.gad543f6
Release: <RELEASE>.gddece55
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
2024-01-23 05:40:34 +0000
GIT Revision: ad543f6b02c018ef6c31d84356efc8bfafa0a24a
2024-01-25 05:53:59 +0000
GIT Revision: ddece55c12bc5b6a0868e1fbc9dc19374371c27a
GIT Branch: stable