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", (
|
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',
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user