| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %define git_commit 726c2d06ad1d81b68e479b3bdffd8f8b7af66c72 |
| %define variant -longterm%{nil} |
| |
| %include %_sourcedir/kernel-spec-macros |
| |
| Name: kernel-syms-longterm |
| Version: 6.12.24 |
| %if %using_buildservice |
| %if 0%{?is_kotd} |
| Release: <RELEASE>.g726c2d0 |
| %else |
| Release: 0 |
| %endif |
| %else |
| %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) |
| Release: %kernel_source_release |
| %endif |
| Summary: Kernel Symbol Versions (modversions) |
| License: GPL-2.0-only |
| Group: Development/Sources |
| URL: https://www.kernel.org/ |
| BuildRequires: coreutils |
| %if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0} |
| ExclusiveArch: aarch64 x86_64 |
| %else |
| ExclusiveArch: do_not_build |
| %endif |
| Prefix: /usr/src |
| AutoReqProv: off |
| Source: README.KSYMS |
| %ifarch aarch64 x86_64 |
| Requires: kernel-longterm-devel = %version-%source_rel |
| %endif |
| Requires: pesign-obs-integration |
| Requires: kernel-devel%variant = %version-%source_rel |
| Provides: %name = %version-%source_rel |
| Provides: %name-srchash-%git_commit |
| Provides: multiversion(kernel) |
| |
| |
| |
| |
| %define _binary_payload w9.bzdio |
| |
| %description |
| Kernel symbols, such as functions and variables, have version |
| information attached to them. This package contains the symbol versions |
| for the standard kernels. |
| |
| This package is needed for compiling kernel module packages with proper |
| package dependencies. |
| |
| |
| %source_timestamp |
| |
| %files |
| %dir %_docdir/%name |
| %_docdir/%name/README.SUSE |
| |
| %prep |
| |
| %install |
| install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE |
| |
| %changelog |