gnuhealth/gnuhealth-rpmlintrc
Axel Braun 06df1a2e2e - Fix escaping of commented out patch: with RPM 4.20, %patch
becomes a standard, expandable macro, that can span more than one
  line. Commenting out with #%patch can thus lead to invalid
  results.

OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=125
2025-01-14 13:42:32 +00:00

6 lines
214 B
Plaintext

# false positive: the lib dependency check is wrong here
# ignore the warning for now
addFilter("explicit-lib-dependency python3-passlib");
# ignore suse-missing-rclink
addFilter("suse-missing-rclink gnuhealth");