summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-02-17 16:22:03 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-02-17 16:22:34 +0900
commitbfaa5f36fdd9e53f4b8852a6c0fb5eb52736de00 (patch)
treead9745b6fe65980955b86c45905dcfa60b7280a3
parentf16ab02b9e5f12fdfd375351acf5ff0455c58215 (diff)
downloadrpmlint-tizen-tizen_7.0_base_hotfix.tar.gz
rpmlint-tizen-tizen_7.0_base_hotfix.tar.bz2
rpmlint-tizen-tizen_7.0_base_hotfix.zip
Change-Id: Icc53ab7009f15b6aecc36e89cc8d19e59665f456
-rw-r--r--packaging/config21
1 files changed, 13 insertions, 8 deletions
diff --git a/packaging/config b/packaging/config
index 38e8fc1..8ea0ecc 100644
--- a/packaging/config
+++ b/packaging/config
@@ -40,8 +40,11 @@ setBadness('arch-dependent-file-in-usr-share', 590)
setBadness('wrong-script-interpreter', 533)
setBadness('no-description-tag', 200)
setBadness('arch-independent-package-contains-binary-or-object', 499)
-setBadness('library-without-ldconfig-postin', 300)
-setBadness('library-without-ldconfig-postun', 300)
+
+# qemu-accel error
+# setBadness('library-without-ldconfig-postin', 300)
+# setBadness('library-without-ldconfig-postun', 300)
+
setBadness('shlib-fixed-dependency', 440)
setBadness('no-pkg-config-provides', 300)
# on x86, we want some libraries with non-pic code (mythtv, ffmpeg)
@@ -93,11 +96,13 @@ setBadness('info-dir-file', 10000)
#setBadness('non-position-independent-executable', 10000)
-setFilterException('polkit-unauthorized-file')
-setFilterException('polkit-unauthorized-privilege')
-setFilterException('permissions-unauthorized-file')
-setFilterException('permissions-file-setuid-bit')
-setFilterException('non-position-independent-executable')
+addFilter('polkit-unauthorized-file')
+addFilter('polkit-unauthorized-privilege')
+addFilter('permissions-unauthorized-file')
+addFilter('permissions-file-setuid-bit')
+addFilter('non-position-independent-executable')
# to be enabled later
-# setFilterException('shlib-policy-name-error')
+# addFilter('shlib-policy-name-error')
+
+