diff --git a/.cvsignore b/.cvsignore index cedb225..93060d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rpmlint-0.81.tar.bz2 +rpmlint-0.82.tar.bz2 diff --git a/rpmlint.config b/rpmlint.config index 4ab7a25..1dde39c 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -28,10 +28,13 @@ setOption("DanglingSymlinkExceptions", ( setOption("ValidLicenses", ( # These are the short names for all of the Fedora approved licenses. # 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', 'Affero GPL', 'AFL', + 'AGPLv1', + 'AGPLv3', + 'AMPAS BSD', 'ARL', 'ASL 1.0', 'ASL 1.0+', @@ -161,6 +164,7 @@ setOption("ValidLicenses", ( 'Bitstream Vera', 'mplus', 'OFL', + 'STIX', 'Utopia', 'XANO', # Others diff --git a/rpmlint.spec b/rpmlint.spec index 0849d6b..c4dacbc 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ Name: rpmlint -Version: 0.81 +Version: 0.82 Release: 1%{?dist} Summary: Tool for checking common errors in RPM packages @@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 6 2007 Ville Skyttä - 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 - Sync Fedora license list with Revision 0.55 (Wiki rev 92). diff --git a/sources b/sources index 4819a7e..866b82a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f4b9bde98f270d196bb9f0364d376e8 rpmlint-0.81.tar.bz2 +bd5069aed3d7da837df5b8eb182c76a6 rpmlint-0.82.tar.bz2