- Sync Fedora license list with Revision 0.61 (Wiki rev 98).
This commit is contained in:
parent
856ccfa3af
commit
040d00f4db
@ -1 +1 @@
|
|||||||
rpmlint-0.81.tar.bz2
|
rpmlint-0.82.tar.bz2
|
||||||
|
@ -28,10 +28,13 @@ setOption("DanglingSymlinkExceptions", (
|
|||||||
setOption("ValidLicenses", (
|
setOption("ValidLicenses", (
|
||||||
# These are the short names for all of the Fedora approved licenses.
|
# These are the short names for all of the Fedora approved licenses.
|
||||||
# The master list is kept here: http://fedoraproject.org/wiki/Licensing
|
# The master list is kept here: http://fedoraproject.org/wiki/Licensing
|
||||||
# Last synced with Revision 0.55 (Wiki revision 92) of that page.
|
# Last synced with Revision 0.61 (Wiki revision 98) of that page.
|
||||||
'Adobe',
|
'Adobe',
|
||||||
'Affero GPL',
|
'Affero GPL',
|
||||||
'AFL',
|
'AFL',
|
||||||
|
'AGPLv1',
|
||||||
|
'AGPLv3',
|
||||||
|
'AMPAS BSD',
|
||||||
'ARL',
|
'ARL',
|
||||||
'ASL 1.0',
|
'ASL 1.0',
|
||||||
'ASL 1.0+',
|
'ASL 1.0+',
|
||||||
@ -161,6 +164,7 @@ setOption("ValidLicenses", (
|
|||||||
'Bitstream Vera',
|
'Bitstream Vera',
|
||||||
'mplus',
|
'mplus',
|
||||||
'OFL',
|
'OFL',
|
||||||
|
'STIX',
|
||||||
'Utopia',
|
'Utopia',
|
||||||
'XANO',
|
'XANO',
|
||||||
# Others
|
# Others
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 0.81
|
Version: 0.82
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
|
|
||||||
@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.82-1
|
||||||
|
- 0.82, fixes #362441, #388881, #399871, #409941.
|
||||||
|
- Sync Fedora license list with Revision 0.61 (Wiki rev 98).
|
||||||
|
|
||||||
* Fri Sep 28 2007 Todd Zullinger <tmz@pobox.com>
|
* Fri Sep 28 2007 Todd Zullinger <tmz@pobox.com>
|
||||||
- Sync Fedora license list with Revision 0.55 (Wiki rev 92).
|
- Sync Fedora license list with Revision 0.55 (Wiki rev 92).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user