- Update to 0.99; fixes #623607, helps work around #537430.
- Sync Fedora license list with Wiki revision 1.80.
This commit is contained in:
Ville Skyttä 2010-08-19 18:57:17 +03:00
parent a9d401058f
commit db3d04e628
4 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
rpmlint-0.98.tar.bz2 rpmlint-0.99.tar.bz2

View File

@ -40,7 +40,7 @@ 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 "1.75, 3 June 2010" of that page. # Last synced with revision "1.80, 16 August 2010" of that page.
'AAL', 'AAL',
'Adobe', 'Adobe',
'ADSL', 'ADSL',
@ -63,6 +63,7 @@ setOption("ValidLicenses", (
'ASL 2.0', 'ASL 2.0',
'ASL 2.0+', 'ASL 2.0+',
'Beerware', 'Beerware',
'BeOpen',
'BitTorrent', 'BitTorrent',
'Boost', 'Boost',
'BSD', 'BSD',

View File

@ -1,6 +1,6 @@
Name: rpmlint Name: rpmlint
Version: 0.98 Version: 0.99
Release: 2%{?dist} Release: 1%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
Group: Development/Tools Group: Development/Tools
@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Aug 19 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.99-1
- Update to 0.99; fixes #623607, helps work around #537430.
- Sync Fedora license list with Wiki revision 1.80.
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.98-2 * Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.98-2
- recompiling .py files against Python 2.7 (rhbz#623355) - recompiling .py files against Python 2.7 (rhbz#623355)

View File

@ -1 +1 @@
c1d0359586352574a2abdadebe2ddaf5 rpmlint-0.98.tar.bz2 c659bc0f351a3445a4a262b7a9277580 rpmlint-0.99.tar.bz2