diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-08-01 16:32:31 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-08-01 16:33:16 -0400 |
commit | c3ae8baaff4498de04f22dcd3b16a7d37be3d32b (patch) | |
tree | b3fb1e18fd42a5ccd2911f2744aa316c67fec958 | |
parent | 0bdfcddf380206af912d88bb04ac448ec405d597 (diff) | |
download | rpmlint-c3ae8baaff4498de04f22dcd3b16a7d37be3d32b.tar.gz rpmlint-c3ae8baaff4498de04f22dcd3b16a7d37be3d32b.tar.bz2 rpmlint-c3ae8baaff4498de04f22dcd3b16a7d37be3d32b.zip |
Update groups and licensessubmit/tizen/20130802.145509accepted/tizen/20130802.141718
- Add glibc license
- re-add Development/Libraries to avoid mass failure of packages for now
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r-- | packaging/licenses.config | 1 | ||||
-rw-r--r-- | packaging/rpmgroups.config | 1 | ||||
-rw-r--r-- | packaging/rpmlint.changes | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/packaging/licenses.config b/packaging/licenses.config index 364aafc..7abf8bc 100644 --- a/packaging/licenses.config +++ b/packaging/licenses.config @@ -220,4 +220,5 @@ setOption('ValidLicenses', ( 'ZPL-2.0', 'ZPL-2.1', 'Flora', +'LGPL-2.1+-with-GCC-exception', )) diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config index 2e26d61..a19beb2 100644 --- a/packaging/rpmgroups.config +++ b/packaging/rpmgroups.config @@ -99,6 +99,7 @@ setOption("ValidGroups", ( "PIM/Tasks" ,\ "Development/Building" ,\ "Development/Cross" ,\ + "Development/Libraries" ,\ "Development/Cross Compilation" ,\ "Development/Perl" ,\ "Development/Python" ,\ diff --git a/packaging/rpmlint.changes b/packaging/rpmlint.changes index 51a462c..5424a7f 100644 --- a/packaging/rpmlint.changes +++ b/packaging/rpmlint.changes @@ -1,3 +1,7 @@ +* Thu Aug 01 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130712.022129@0bdfcdd +- Add glibc license +- re-add Development/Libraries to avoid mass failure of packages for now + * Thu Jul 11 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130710.214739@66cd3a3 - Fixed manifest source location in the spec |