diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-05-29 14:07:20 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-05-29 14:10:20 -0400 |
commit | 88d6dc75db97ab9f0d9d4d0d3a8bb08a9787ae44 (patch) | |
tree | 2705087049fbf7ed537c7c9366a125cf474fa6eb /packaging | |
parent | eb7d83994532ab989611f7ab165638699f1bff8d (diff) | |
download | rpmlint-88d6dc75db97ab9f0d9d4d0d3a8bb08a9787ae44.tar.gz rpmlint-88d6dc75db97ab9f0d9d4d0d3a8bb08a9787ae44.tar.bz2 rpmlint-88d6dc75db97ab9f0d9d4d0d3a8bb08a9787ae44.zip |
create groups from domains
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpmgroups.config | 19 | ||||
-rw-r--r-- | packaging/rpmlint.spec | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config index 6dfa635..cc8d35c 100644 --- a/packaging/rpmgroups.config +++ b/packaging/rpmgroups.config @@ -5,6 +5,17 @@ setOption("ValidNonDomains", ( "Development" ,\ "Productivity" ,\ )) +setOption("ValidSubDomains", ( + "Libraries", \ + "API", \ + "Documentation", \ + "Utilities", \ + "Testing", \ + "Configuration", \ + "Service", \ + "Other", \ + "Development", \ +)) setOption("ValidDomains", ( "System" , \ "Base" ,\ @@ -37,6 +48,7 @@ setOption("ValidGroups", ( "System/Power Management" ,\ "System/Sensor Framework" ,\ "System/System Info" ,\ + "System/Hardware Adaptation", \ "Application Framework/Package Management", \ "Application Framework/Alarm" ,\ "Application Framework/Application State Management" ,\ @@ -53,16 +65,19 @@ setOption("ValidGroups", ( "Base/Package Management" ,\ "Base/Startup" ,\ "Base/Toolchain" ,\ + "Base/Hardware Adaptation", \ "Connectivity/Bluetooth" ,\ "Connectivity/Connection Management" ,\ "Connectivity/DNS" ,\ "Connectivity/HTTP" ,\ "Connectivity/NFC" ,\ "Connectivity/Wireless" ,\ + "Connectivity/Hardware Adaptation", \ "Development/Languages", \ "Development/Toolchain" ,\ "Development/Testing" ,\ "Graphics/Fonts" ,\ + "Graphics/Hardware Adaptation", \ "Graphics/Input" ,\ "Graphics/Input Service Framework" ,\ "Graphics/Voice Framework" ,\ @@ -78,6 +93,7 @@ setOption("ValidGroups", ( "Multimedia/Camera" ,\ "Multimedia/Framework" ,\ "Multimedia/Policy Management" ,\ + "Multimedia/Hardware Adaptation", \ "PIM/Calendar" ,\ "PIM/Contacts" ,\ "PIM/Events" ,\ @@ -89,6 +105,7 @@ setOption("ValidGroups", ( "Development/Python" ,\ "Development/SDK" ,\ "Development/Tools" ,\ + "Development/Packaging" ,\ "Security/Access Control" ,\ "Security/Network" ,\ "Security/Accounts" ,\ @@ -96,7 +113,9 @@ setOption("ValidGroups", ( "Security/Crypto Libraries" ,\ "Security/DRM" ,\ "Security/Secure Storage" ,\ + "SDK/Hardware Adaptation", \ "Telephony/Cellular" ,\ + "Telephony/Hardware Adaptation", \ "UI Framework/Automotive" ,\ "UI Framework/Mobile" ,\ "UI Framework/PC" ,\ diff --git a/packaging/rpmlint.spec b/packaging/rpmlint.spec index a6d4e5b..28c6b39 100644 --- a/packaging/rpmlint.spec +++ b/packaging/rpmlint.spec @@ -3,7 +3,7 @@ BuildRequires: python-rpm BuildRequires: xz Summary: Rpm correctness checker License: GPL-2.0+ -Group: Development/Tools +Group: Development/Packaging Version: 1.4 Release: 0 Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.bz2 |