diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-06-01 00:37:50 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-06-01 00:37:50 -0400 |
commit | b6ade90ea199edce97ab6347c742069701a42d43 (patch) | |
tree | 977025834b3f04651d9c7bdd1f55ce26852f3797 | |
parent | 2c56552b5a30b01fc16c3529dc1204a076d9bbba (diff) | |
download | rpmlint-tizen-b6ade90ea199edce97ab6347c742069701a42d43.tar.gz rpmlint-tizen-b6ade90ea199edce97ab6347c742069701a42d43.tar.bz2 rpmlint-tizen-b6ade90ea199edce97ab6347c742069701a42d43.zip |
reduce badness of placeholders moresubmit/tizen/20130710.134803submit/tizen/20130601.043754accepted/tizen/20130710.214743accepted/tizen/20130601.115416
-rw-r--r-- | packaging/config | 6 | ||||
-rw-r--r-- | packaging/rpmlint-tizen.changes | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/packaging/config b/packaging/config index 27f1b9c..5b107f5 100644 --- a/packaging/config +++ b/packaging/config @@ -29,10 +29,10 @@ setOption("BadnessThreshold", 2000) # score table setBadness('arch-dependent-file-in-usr-share', 590) -setBadness('license-placeholder-not-allowed', 533) -setBadness('group-placeholder-not-allowed', 533) +setBadness('license-placeholder-not-allowed', 200) +setBadness('group-placeholder-not-allowed', 200) setBadness('wrong-script-interpreter', 533) -setBadness('no-description-tag', 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) diff --git a/packaging/rpmlint-tizen.changes b/packaging/rpmlint-tizen.changes index 5cfa629..6868f58 100644 --- a/packaging/rpmlint-tizen.changes +++ b/packaging/rpmlint-tizen.changes @@ -1,3 +1,6 @@ +* Sat Jun 01 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130531.200036@2c56552 +- reduce badness of placeholders more + * Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130529.123829@70d272f - reduce badness of placeholders |