Jiri Slaby
8236c75d57
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=546
16 lines
871 B
Plaintext
16 lines
871 B
Plaintext
# These zero-length files are correct:
|
|
addFilter("zero-length /usr/src/linux-.*-obj/.*/include/config.*h")
|
|
# vdsos are special
|
|
addFilter("shared-lib-without-dependency-information /lib/modules/[1-9].*/vdso/.*")
|
|
addFilter("missing-PT_GNU_STACK-section /lib/modules/[1-9].*/vdso/.*")
|
|
# This is a stale symlink until the kernel-source package is installed:
|
|
addFilter("dangling-symlink /lib/modules/[1-9].*/source")
|
|
# These hidden files are fine:
|
|
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")
|
|
# This check ensures that KMPs are built using the %kernel_module_package
|
|
# macro, but we are deliberately not doing this for KMPs built from the
|
|
# kernel spec file (fate#319339)
|
|
addFilter("suse-policy-kmp-missing-supplements")
|