diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 16:33:01 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 16:33:01 -0800 |
commit | 655d980bf8f6d3788369049af693c9e372ef527b (patch) | |
tree | 0fea9e57f975131c819af1826fb652d913cf875c | |
parent | 208fe85367172668e2198c76ca0bb50e5c18df74 (diff) | |
download | rpmlint-655d980bf8f6d3788369049af693c9e372ef527b.tar.gz rpmlint-655d980bf8f6d3788369049af693c9e372ef527b.tar.bz2 rpmlint-655d980bf8f6d3788369049af693c9e372ef527b.zip |
add System/Base to rpm groups
-rw-r--r-- | packaging/rpmgroups.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config index 7c24a2d..ba82a13 100644 --- a/packaging/rpmgroups.config +++ b/packaging/rpmgroups.config @@ -1,6 +1,7 @@ from Config import * setOption("ValidGroups", ( + "System/Base" , \ "System/GUI/GNOME" ,\ "System/GUI/Other" ,\ "System/Kernel" ,\ |