gettext-runtime/gettext-rpmlintrc
Ana Guerrero bad31401bb - Fix crash while handling po files with malformed header and
process them properly
  (0003-Fix-malformed-header-processing.patch, boo#1227316).

OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=204
2025-03-03 14:13:22 +00:00

13 lines
530 B
Plaintext

# This line is mandatory to access the configuration functions
from Config import *
addFilter("gettext-tools.* postun-without-ldconfig")
addFilter("gettext-tools.* postin-without-ldconfig")
addFilter("gettext.* shlib-policy-missing-suffix")
addFilter("gettext-tools.* devel-file-in-non-devel-package")
addFilter("gettext-csharp.* package-with-huge-docs")
addFilter("gettext.* non-devel-buildrequires")
addFilter("gettext-csharp.* no-binary")
addFilter("gettext.* percent-in-provides")
addFilter("gettext.* percent-in-obsoletes")