diff options
Diffstat (limited to 'packaging/rpmlintrc')
-rw-r--r-- | packaging/rpmlintrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/rpmlintrc b/packaging/rpmlintrc new file mode 100644 index 0000000..5c3cda6 --- /dev/null +++ b/packaging/rpmlintrc @@ -0,0 +1,4 @@ +# This line is mandatory to access the configuration functions +from Config import * + +addFilter("*") |