diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-05-31 16:00:32 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-05-31 16:00:32 -0400 |
commit | 2c56552b5a30b01fc16c3529dc1204a076d9bbba (patch) | |
tree | ee987594c04088a2f9b1f89ab911ebe6e747d465 | |
parent | 70d272f2915e89d810962060f74171389329887f (diff) | |
download | rpmlint-tizen-accepted/tizen/20130601.031738.tar.gz rpmlint-tizen-accepted/tizen/20130601.031738.tar.bz2 rpmlint-tizen-accepted/tizen/20130601.031738.zip |
reduce badness of placeholderssubmit/tizen/20130531.200036accepted/tizen/20130601.031738
-rw-r--r-- | packaging/config | 4 | ||||
-rw-r--r-- | packaging/rpmlint-tizen.changes | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/packaging/config b/packaging/config index b563a08..27f1b9c 100644 --- a/packaging/config +++ b/packaging/config @@ -29,8 +29,8 @@ setOption("BadnessThreshold", 2000) # score table setBadness('arch-dependent-file-in-usr-share', 590) -setBadness('license-placeholder-not-allowed', 2000) -setBadness('group-placeholder-not-allowed', 2000) +setBadness('license-placeholder-not-allowed', 533) +setBadness('group-placeholder-not-allowed', 533) setBadness('wrong-script-interpreter', 533) setBadness('no-description-tag', 533) setBadness('arch-independent-package-contains-binary-or-object', 499) diff --git a/packaging/rpmlint-tizen.changes b/packaging/rpmlint-tizen.changes index 777d29c..5cfa629 100644 --- a/packaging/rpmlint-tizen.changes +++ b/packaging/rpmlint-tizen.changes @@ -1,3 +1,6 @@ +* Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130529.123829@70d272f +- reduce badness of placeholders + * Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130529.094144@2d5e280 - Set badness for no description tag |