rpmlint-mini/rpmlint-mini.rpmlintrc
Dirk Mueller 3f50ca1e44 Accepting request 901385 from home:StevenK:branches:devel:openSUSE:Factory:rpmlint
- Update to require rpmlint >= 2.
  * Due to rpmlint now being a proper Python package, build a virtual
    environment, and copy all Python requirements into it.
  * Drop rpmlint-deps.txt as no longer required.
  * Lightly rewrite rpmlint.wrapper to support the new world order.
- Drop the config snippets, they are not required with rpmlint 2.
- Renumber Source numbers.
- Filter some more warnings in rpmlint-mini.rpmlintrc.

OBS-URL: https://build.opensuse.org/request/show/901385
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=138
2021-06-24 06:34:00 +00:00

7 lines
210 B
Plaintext

addFilter("wrong-script-interpreter")
addFilter("library-without-ldconfig")
addFilter("python-bytecode-without-source")
addFilter("files-duplicate")
addFilter("filelist-forbidden-opt")
addFilter("invalid-url")