diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-04-25 09:54:23 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-04-25 09:54:26 -0700 |
commit | b72b438bd9c245b454d944841f630bea35fe9f35 (patch) | |
tree | 4091e5060f26238f99dd5428c4873c3c983e30de | |
parent | 3ec2cb16069f25fe166926b4da4bb6d0383124e7 (diff) | |
download | rpmlint-b72b438bd9c245b454d944841f630bea35fe9f35.tar.gz rpmlint-b72b438bd9c245b454d944841f630bea35fe9f35.tar.bz2 rpmlint-b72b438bd9c245b454d944841f630bea35fe9f35.zip |
Updated groups
-rw-r--r-- | packaging/config | 10 | ||||
-rw-r--r-- | packaging/rpmgroups.config | 15 |
2 files changed, 15 insertions, 10 deletions
diff --git a/packaging/config b/packaging/config index 8caed4e..9489e73 100644 --- a/packaging/config +++ b/packaging/config @@ -76,6 +76,8 @@ addFilter(".*non-position-independent-executable.*") addFilter(".*info-files-without-install-info-postun.*") addFilter(".*info-files-without-install-info-postin.*") addFilter(".*shlib-policy-nonversioned-dir.*") +addFilter(".*init-script-without-%insserv_cleanup-postun.*") +addFilter(".*init-script-without-%insserv_cleanup-preun.*") # Configuration options used by the checks @@ -342,13 +344,13 @@ setOption('StandardUsers', ( addDetails('non-standard-uid', '''A file in this package is owned by an unregistered user id. -To register the user, please branch the devel:openSUSE:Factory:rpmlint rpmlint package, -add the user to the "config" file and send a submitrequest. +To register the user, please branch the rpmlint package, +add the user to the "config" file and send a change request. ''', 'non-standard-gid', '''A file in this package is owned by an unregistered group id. -To register the group, please branch the devel:openSUSE:Factory:rpmlint rpmlint package, -add the group to the "config" file and send a submitrequest. +To register the group, please branch the rpmlint package, +add the group to the "config" file and send a change request. ''' ) diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config index b484bb1..cfe51ba 100644 --- a/packaging/rpmgroups.config +++ b/packaging/rpmgroups.config @@ -14,10 +14,10 @@ setOption("ValidGroups", ( "System/Audio" ,\ "API/C API" ,\ "API/Web API" ,\ + "Application Framwork/Libraries", \ + "Application Framework/Package Management", \ "Application Framework/Alarm" ,\ "Application Framework/Libraries" ,\ - "Application Framework/Application Installer" ,\ - "Application Framework/Application Launcher" ,\ "Application Framework/Application State Management" ,\ "Application Framework/Database" ,\ "Application Framework/Notifications" ,\ @@ -41,17 +41,17 @@ setOption("ValidGroups", ( "Connectivity/Wireless" ,\ "Documentation" ,\ "Development/Tools" ,\ + "Development/Languages", \ "Development/Toolchain" ,\ "Development/Testing" ,\ "Development/Libraries" ,\ "Development/Gnome", \ "Graphics/Automotive" ,\ "Graphics/EFL" ,\ - "Graphics/Font Management" ,\ + "Graphics/Fonts" ,\ "Graphics/Input" ,\ "Graphics/Input Service Framework" ,\ "Graphics/Libraries" ,\ - "Graphics/Qt" ,\ "Graphics/Voice Framework" ,\ "Graphics/Wayland Window System" ,\ "Graphics/Window Management" ,\ @@ -62,6 +62,7 @@ setOption("ValidGroups", ( "Location/Geolocation" ,\ "Messaging/Email" ,\ "Messaging/SMS" ,\ + "Messaging/Instant Messaging" ,\ "Multimedia/Libraries" ,\ "Multimedia/Audio" ,\ "Multimedia/Video" ,\ @@ -74,6 +75,7 @@ setOption("ValidGroups", ( "PIM/Calendar" ,\ "PIM/Contacts" ,\ "PIM/Events" ,\ + "PIM/Tasks" ,\ "Platform Development/Building" ,\ "Platform Development/Cross" ,\ "Platform Development/Cross Compilation" ,\ @@ -88,16 +90,17 @@ setOption("ValidGroups", ( "Security/Certificate Management" ,\ "Security/Crypto Libraries" ,\ "Security/DRM" ,\ + "Security/Libraries" ,\ "Security/Secure Storage" ,\ - "System/Automotive" ,\ "System/Libraries" ,\ "System/Logging" ,\ - "System/Power Manager" ,\ + "System/Power Management" ,\ "System/Sensor Framework" ,\ "System/System Info" ,\ "Telephony/Cellular" ,\ "UX/Automotive" ,\ "UX/Handset" ,\ + "UX/PC" ,\ "Web/Web Engine" ,\ "Web/Web Run Time" ,\ )) |