RPM macros that list arches the full kernel is built on
6bc05248ec
After split of the kmods into a separate packages (like kernel-modules and kernel-modules-extra), kernel() provides for the inbox kmods are generated for incorrect package, as they were handled by kabi.sh that uses symvers as a basis for the dependency list. Stop using it for kmod dependencies (but continue using it for the symbols provided by vmlinux itself) and employ find-provides.sh for that purpose. * kabi.sh: Filter only those symbols that are exported by vmlinux. * find-provides.ksyms: Generate tags with the "kernel" prefix for kernel modules inside /lib/modules/[1-9][^/]*/kernel. Resolves: #1942563 Resolves: #1975927 Resolves: #2002887 Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com> |
||
---|---|---|
.gitignore | ||
brp-kmod-restore-perms | ||
brp-kmod-set-exec-bit | ||
find-provides.ksyms | ||
find-requires.ksyms | ||
firmware.prov | ||
gating.yaml | ||
kabi.attr | ||
kabi.sh | ||
kernel-srpm-macros.spec | ||
kmod.attr | ||
kmodtool | ||
macros.kernel-srpm | ||
macros.kmp | ||
modalias.attr | ||
modalias.prov | ||
provided_ksyms.attr | ||
README.md | ||
required_ksyms.attr | ||
rpmsort | ||
sources | ||
symset-table |
kernel-srpm-macros
The kernel-srpm-macros package