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

View File

@ -1,6 +1,6 @@
Name: rpmlint
Version: 0.98
Release: 2%{?dist}
Version: 0.99
Release: 1%{?dist}
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT
%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
- 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