diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-05-29 05:40:22 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-05-29 05:40:22 -0400 |
commit | af4c7fad9dc3e83e738077426c018b457bba8291 (patch) | |
tree | b1eef77bb7b8428ec4caf989c980a9be78961c30 /packaging | |
parent | abf5440010b3890365b9cd88438289f4e19d871d (diff) | |
download | rpmlint-af4c7fad9dc3e83e738077426c018b457bba8291.tar.gz rpmlint-af4c7fad9dc3e83e738077426c018b457bba8291.tar.bz2 rpmlint-af4c7fad9dc3e83e738077426c018b457bba8291.zip |
handle unallowed placeholders in group and license tags
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/config | 2 | ||||
-rw-r--r-- | packaging/rpmlint.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/config b/packaging/config index 1930417..ab2f48a 100644 --- a/packaging/config +++ b/packaging/config @@ -18,7 +18,7 @@ allChecks() addCheck("CheckBuildRoot") addCheck("CheckExecDocs") -addCheck("LicenseCheck") +#addCheck("LicenseCheck") addCheck("DocFilesCheck") addCheck("CheckPkgConfig") addCheck("CheckCommonFiles") diff --git a/packaging/rpmlint.spec b/packaging/rpmlint.spec index acfbdef..a6d4e5b 100644 --- a/packaging/rpmlint.spec +++ b/packaging/rpmlint.spec @@ -3,9 +3,9 @@ BuildRequires: python-rpm BuildRequires: xz Summary: Rpm correctness checker License: GPL-2.0+ -Group: System/Packages +Group: Development/Tools Version: 1.4 -Release: 100 +Release: 0 Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.bz2 Source1: rpmlint-checks-master.tar.gz Source2: config |