- Update to 0.97; fixes #459452, #589432.

- Filter out explicit-lib-dep messages for libvirt(-python) (Dan
    Kenigsberg).
- Sync Fedora license list with Wiki revision 1.73.
This commit is contained in:
Ville Skyttä 2010-05-18 19:58:31 +00:00
parent e2f06ee756
commit b7f5315add
4 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
rpmlint-0.96.tar.bz2 rpmlint-0.97.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.71, 15 Apr 2010" of that page. # Last synced with revision "1.73, 3 May 2010" of that page.
'AAL', 'AAL',
'Adobe', 'Adobe',
'ADSL', 'ADSL',
@ -161,6 +161,7 @@ setOption("ValidLicenses", (
'Nokia', 'Nokia',
'NOSL', 'NOSL',
'Noweb', 'Noweb',
'OML',
'OpenLDAP', 'OpenLDAP',
'OpenPBS', 'OpenPBS',
'OpenSSL', 'OpenSSL',
@ -330,7 +331,7 @@ addFilter("^gpg-pubkey:")
addFilter(" doc-file-dependency .* /bin/sh$") addFilter(" doc-file-dependency .* /bin/sh$")
addFilter("hardcoded-library-path .*/lib/udev(/|$)") addFilter("hardcoded-library-path .*/lib/udev(/|$)")
addFilter("not-standard-release-extension") addFilter("not-standard-release-extension")
addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware)") addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt(-python)?$)")
addFilter("filename-too-long-for-joliet") addFilter("filename-too-long-for-joliet")
addFilter("symlink-should-be-") addFilter("symlink-should-be-")
addFilter("dangling-\S*symlink /usr/share/doc/HTML/\S+/common .+/common$") addFilter("dangling-\S*symlink /usr/share/doc/HTML/\S+/common .+/common$")

View File

@ -1,5 +1,5 @@
Name: rpmlint Name: rpmlint
Version: 0.96 Version: 0.97
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
@ -78,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue May 18 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.97-1
- Update to 0.97; fixes #459452, #589432.
- Filter out explicit-lib-dep messages for libvirt(-python) (Dan Kenigsberg).
- Sync Fedora license list with Wiki revision 1.73.
* Thu Apr 22 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.96-1 * Thu Apr 22 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.96-1
- Update to 0.96; fixes #487974, #571375, #571386, #572090, #572097, #578390. - Update to 0.96; fixes #487974, #571375, #571386, #572090, #572097, #578390.
- Sync Fedora license list with Wiki revision 1.71. - Sync Fedora license list with Wiki revision 1.71.

View File

@ -1 +1 @@
3c8f53b899d366e08015004360fa058f rpmlint-0.96.tar.bz2 29ff6e9af160d1c619340a419a09a469 rpmlint-0.97.tar.bz2