qgis/qgis.rpmlintrc
Dirk Stoecker 79cf6f94e5 - Update to 3.42.0
* See https://changelog.qgis.org/en/qgis/version/3.42/ and
    https://github.com/qgis/QGIS/compare/final-3_40_3...final-3_42_0
    for changes
  * Add new patch to fix building with aarch64
  * Changes from 1250405: Change patch designation of the new patch to PATCH-FIX-UPSTREAM

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=414
2025-03-06 09:37:28 +00:00

11 lines
581 B
Plaintext

addFilter("devel-file-in-non-devel-package .*/usr/lib.*/libqgis*.*")
addFilter("arch-dependent-file-in-usr-share .*/usr/share/qgis/python/qgis/.*")
addFilter("zero-length .*sample-data.*gtopo30")
# QGIS Server Files in QGIS_CGIBIN_DIR
addFilter("script-without-shebang .*admin.sld")
addFilter("script-without-shebang .*wms_metadata.xml")
addFilter("non-executable-in-bin .*admin.sld")
addFilter("non-executable-in-bin .*wms_metadata.xml")
# intentional forced dependencies
addFilter("explicit-lib-dependency libQt5Sql5-.*sql.*")
addFilter("explicit-lib-dependency python.*-OWSLib")