From 2d5e2805bd9a0a02e1bbb121ac8fa3a6c1702262 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 29 May 2013 05:41:40 -0400 Subject: placeholders should cause errors --- packaging/config | 3 ++- packaging/rpmlint-tizen.changes | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 submit/tizen/20130517.201355@eb1e167 +- placeholders should cause errors + * Fri May 17 2013 Anas Nashif submit/tizen/20130509.184109@4a7a263 - increase badness threshold -- cgit v1.2.3