0.99-1
- Update to 0.99; fixes #623607, helps work around #537430. - Sync Fedora license list with Wiki revision 1.80.
This commit is contained in:
parent
a9d401058f
commit
db3d04e628
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
rpmlint-0.98.tar.bz2
|
||||
rpmlint-0.99.tar.bz2
|
||||
|
@ -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',
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user