mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-24 02:53:02 +00:00
26 lines
939 B
Text
26 lines
939 B
Text
![]() |
# Lots of zero-length files in the i18n subpackages...
|
||
|
|
||
|
addFilter('E: zero-length')
|
||
|
|
||
|
# rpmlint treats some things as libraries that really aren't libraries
|
||
|
addFilter('E: postun-without-ldconfig')
|
||
|
addFilter('E: postin-without-ldconfig')
|
||
|
addFilter('E: non-versioned-file-in-library-package')
|
||
|
addFilter('E: binary-or-shlib-defines-rpath')
|
||
|
|
||
|
# Some scripts in the wizards aren't run directly - but parsed by UNO
|
||
|
# No need to make them executable
|
||
|
addFilter('E: non-executable-script')
|
||
|
|
||
|
# Let's fix builds outside the build system -- there's so many subpackages
|
||
|
# here that the absence of Packager: breaks the local build!
|
||
|
addFilter('E: no-packager-tag')
|
||
|
|
||
|
# FIXME: No idea what encoding they're really in...
|
||
|
addFilter('E: non-utf8-desktopfile')
|
||
|
addFilter('E: invalid-desktopfile')
|
||
|
|
||
|
# FIXME: Dependencies of the l10n packages should be sorted out better
|
||
|
# Not a priority though because directory dependencies work
|
||
|
addFilter('E: no-dependency-on')
|