gasket-driver/gasket-driver-rpmlintrc
Michal Suchanek 353fe31252 Accepting request 1086510 from home:chrBrd
I want to maintain gasket-driver in Factory and would like to use "hardware" as the devel/feeder project.

OBS-URL: https://build.opensuse.org/request/show/1086510
OBS-URL: https://build.opensuse.org/package/show/hardware/gasket-driver?expand=0&rev=1
2023-05-11 13:12:19 +00:00

18 lines
905 B
Plaintext

# The stated solution to this error is to use `noarch`, but as this
# package is for building kernel modules `noarch` causes a cryptic error
# there's _very_ little information about online:
# ```
# warning: Macro %flavors_to_build needs whitespace before body
# warning: Macro %_suse_kernel_module_subpackage defined but not used within scope
# error: line 43: Unknown tag: %internal_kmp_error
# ```
# My guess is that when `noarch` is specified then `%flavors_to_build` isn't
# populated properly, and issues cascade from there. Something like that anyway...
# In the meantime this is an acceptable alternative.
addFilter("E: no-binary")
# This error is introduced by the KMP sub-package build.
addFilter("gasket-driver-kmp-.* E: suse-zypp-packageand")
# This warning is introduced by the "pesign-repackage" Secure Boot cert package build.
addFilter("gasket-driver-ueficert.* W: non-conffile-in-etc")