diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 07:16:58 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 07:16:58 -0800 |
commit | 63d374e8f2d0a0a410e28375650c1be4bc8328d5 (patch) | |
tree | 64754ad95138c615e280106ca3a714ab90edc0b5 | |
parent | b5c7e7f7651971f0f2353038b6b419d64ebe9354 (diff) | |
download | rpmlint-63d374e8f2d0a0a410e28375650c1be4bc8328d5.tar.gz rpmlint-63d374e8f2d0a0a410e28375650c1be4bc8328d5.tar.bz2 rpmlint-63d374e8f2d0a0a410e28375650c1be4bc8328d5.zip |
Exclude some rules
-rw-r--r-- | packaging/config | 1 | ||||
-rw-r--r-- | packaging/rpmgroups.config | 1 | ||||
-rw-r--r-- | packaging/rpmlint-checks-master.tar.gz | bin | 153600 -> 26084 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/packaging/config b/packaging/config index af1bc94..4aa0473 100644 --- a/packaging/config +++ b/packaging/config @@ -73,6 +73,7 @@ addFilter(".*cross-directory-hard-link.*") # tizen addFilter(".*info-files-without-install-info-postun.*") addFilter(".*info-files-without-install-info-postin.*") +addFilter(".*shlib-policy-nonversioned-dir.*") # Configuration options used by the checks diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config index 3dfe86c..7c24a2d 100644 --- a/packaging/rpmgroups.config +++ b/packaging/rpmgroups.config @@ -4,6 +4,7 @@ setOption("ValidGroups", ( "System/GUI/GNOME" ,\ "System/GUI/Other" ,\ "System/Kernel" ,\ + "System/Network", \ "System/Libraries" ,\ "System/Localization" ,\ "System/Management" ,\ diff --git a/packaging/rpmlint-checks-master.tar.gz b/packaging/rpmlint-checks-master.tar.gz Binary files differindex cda120b..ec3b7cb 100644 --- a/packaging/rpmlint-checks-master.tar.gz +++ b/packaging/rpmlint-checks-master.tar.gz |