Commit 988584bf0b9aed8618ac521124d7053b3676531f
1 parent
71eb4fbb
Exists in
master
and in
5 other branches
Incluindo arquivo do rpmlint
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,7 @@ | @@ -0,0 +1,7 @@ | ||
1 | +# Requires for ooRexx plugin | ||
2 | +addFilter("devel-file-in-non-devel-package.*/usr/lib.*") | ||
3 | + | ||
4 | +# Requires for Libreoffice (starts whith lib but isn't a library) | ||
5 | +addFilter("shlib-policy-nonversioned-dir.*/libreoffice") | ||
6 | +addFilter("explicit-lib-dependency libreoffice") | ||
7 | + |