nftables/nftables.rpmlintrc
Jan Engelhardt b444af78b9 Accepting request 1136461 from home:bnavigator:branches:security:netfilter
- Fix the python bindings subpackages
  * The PEP517 python build requires setuptools
  * Actually use the rpm subpackage definition
  * The version is actually python3dist(nftables) = 0.1
  * is noarch and requires libnftables1 through dlopen, tell
    rpmlint
  * remove unused shebang

OBS-URL: https://build.opensuse.org/request/show/1136461
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=87
2024-01-06 14:46:14 +00:00

3 lines
122 B
Plaintext

# dlopen of python package not recognized by rpm requirements generator
addFilter("explicit-lib-dependency libnftables1")