diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-05-29 05:41:40 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-05-29 05:41:40 -0400 |
commit | 2d5e2805bd9a0a02e1bbb121ac8fa3a6c1702262 (patch) | |
tree | dfc4179417cbdf4a00711dd36170f083c749660d | |
parent | eb1e167841725bbad8dd960c3bac03c25624ffe4 (diff) | |
download | rpmlint-tizen-2d5e2805bd9a0a02e1bbb121ac8fa3a6c1702262.tar.gz rpmlint-tizen-2d5e2805bd9a0a02e1bbb121ac8fa3a6c1702262.tar.bz2 rpmlint-tizen-2d5e2805bd9a0a02e1bbb121ac8fa3a6c1702262.zip |
placeholders should cause errorssubmit/tizen/20130529.094144accepted/tizen/20130529.165925
-rw-r--r-- | packaging/config | 3 | ||||
-rw-r--r-- | packaging/rpmlint-tizen.changes | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packaging/config b/packaging/config index b7966b6..5790bba 100644 --- a/packaging/config +++ b/packaging/config @@ -29,7 +29,8 @@ setOption("BadnessThreshold", 2000) # score table setBadness('arch-dependent-file-in-usr-share', 590) -setBadness('infopage-not-gzipped', 100) +setBadness('license-placeholder-not-allowed', 2000) +setBadness('group-placeholder-not-allowed', 2000) setBadness('wrong-script-interpreter', 533) setBadness('arch-independent-package-contains-binary-or-object', 499) setBadness('library-without-ldconfig-postin', 300) diff --git a/packaging/rpmlint-tizen.changes b/packaging/rpmlint-tizen.changes index 7d873d3..c87af25 100644 --- a/packaging/rpmlint-tizen.changes +++ b/packaging/rpmlint-tizen.changes @@ -1,3 +1,6 @@ +* Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130517.201355@eb1e167 +- placeholders should cause errors + * Fri May 17 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.184109@4a7a263 - increase badness threshold |