diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-05-31 11:18:35 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-07-11 22:21:12 -0400 |
commit | 0bdfcddf380206af912d88bb04ac448ec405d597 (patch) | |
tree | ba1f270b5ea1925081cd5d078f8d45869f51527d /packaging/rpmgroups.config | |
parent | cac7dd8f433f6be3e49cad56309410a2f4968cce (diff) | |
download | rpmlint-0bdfcddf380206af912d88bb04ac448ec405d597.tar.gz rpmlint-0bdfcddf380206af912d88bb04ac448ec405d597.tar.bz2 rpmlint-0bdfcddf380206af912d88bb04ac448ec405d597.zip |
Adapt groups and added more filterssubmit/tizen/20130712.022129accepted/tizen/20130712.014756
- sync with latest domain list
- add non-domains super groups
- add util to print groups
- filter out url warning
- cleanup standard users/groups
- add more filters
Change-Id: I6ee843bd7a843a1326c22b7ec1e444bb3e63a1a5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'packaging/rpmgroups.config')
-rw-r--r-- | packaging/rpmgroups.config | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config index fbebb31..2e26d61 100644 --- a/packaging/rpmgroups.config +++ b/packaging/rpmgroups.config @@ -65,24 +65,24 @@ setOption("ValidGroups", ( "Base/Startup" ,\ "Base/Toolchain" ,\ "Base/Hardware Adaptation", \ - "Connectivity/Bluetooth" ,\ - "Connectivity/Connection Management" ,\ - "Connectivity/DNS" ,\ - "Connectivity/HTTP" ,\ - "Connectivity/NFC" ,\ - "Connectivity/Wireless" ,\ - "Connectivity/Hardware Adaptation", \ + "Network & Connectivity/Bluetooth" ,\ + "Network & Connectivity/Connection Management" ,\ + "Network & Connectivity/DNS" ,\ + "Network & Connectivity/HTTP" ,\ + "Network & Connectivity/NFC" ,\ + "Network & Connectivity/Wireless" ,\ + "Network & Connectivity/Hardware Adaptation", \ "Development/Languages", \ "Development/Toolchain" ,\ "Development/Testing" ,\ - "Graphics/Fonts" ,\ - "Graphics/Hardware Adaptation", \ - "Graphics/Input" ,\ - "Graphics/Input Service Framework" ,\ - "Graphics/Voice Framework" ,\ - "Graphics/Wayland Window System" ,\ - "Graphics/Window Management" ,\ - "Graphics/X Window System" ,\ + "Graphics & UI Framework/Fonts" ,\ + "Graphics & UI Framework/Hardware Adaptation", \ + "Graphics & UI Framework/Input" ,\ + "Graphics & UI Framework/Input Service Framework" ,\ + "Graphics & UI Framework/Voice Framework" ,\ + "Graphics & UI Framework/Wayland Window System" ,\ + "Graphics & UI Framework/Window Management" ,\ + "Graphics & UI Framework/X Window System" ,\ "Location/Geolocation" ,\ "Messaging/Email" ,\ "Messaging/SMS" ,\ @@ -115,9 +115,6 @@ setOption("ValidGroups", ( "SDK/Hardware Adaptation", \ "Telephony/Cellular" ,\ "Telephony/Hardware Adaptation", \ - "UI Framework/Automotive" ,\ - "UI Framework/Mobile" ,\ - "UI Framework/PC" ,\ - "Web/Web Engine" ,\ - "Web/Web Run Time" ,\ + "Web Framework/Web Engine" ,\ + "Web Framework/Web Run Time" ,\ )) |