summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-29 05:40:22 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-29 05:40:22 -0400
commitaf4c7fad9dc3e83e738077426c018b457bba8291 (patch)
treeb1eef77bb7b8428ec4caf989c980a9be78961c30 /packaging
parentabf5440010b3890365b9cd88438289f4e19d871d (diff)
downloadrpmlint-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/config2
-rw-r--r--packaging/rpmlint.spec4
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