diff --git a/.cvsignore b/.cvsignore index 075e7b7..48ec241 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rpmlint-0.96.tar.bz2 +rpmlint-0.97.tar.bz2 diff --git a/rpmlint.config b/rpmlint.config index 35bb63a..c15c1ca 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -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.71, 15 Apr 2010" of that page. + # Last synced with revision "1.73, 3 May 2010" of that page. 'AAL', 'Adobe', 'ADSL', @@ -161,6 +161,7 @@ setOption("ValidLicenses", ( 'Nokia', 'NOSL', 'Noweb', + 'OML', 'OpenLDAP', 'OpenPBS', 'OpenSSL', @@ -330,7 +331,7 @@ addFilter("^gpg-pubkey:") addFilter(" doc-file-dependency .* /bin/sh$") addFilter("hardcoded-library-path .*/lib/udev(/|$)") 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("symlink-should-be-") addFilter("dangling-\S*symlink /usr/share/doc/HTML/\S+/common .+/common$") diff --git a/rpmlint.spec b/rpmlint.spec index 2c907c7..bf879a1 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ Name: rpmlint -Version: 0.96 +Version: 0.97 Release: 1%{?dist} Summary: Tool for checking common errors in RPM packages @@ -78,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 18 2010 Ville Skyttä - 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ä - 0.96-1 - Update to 0.96; fixes #487974, #571375, #571386, #572090, #572097, #578390. - Sync Fedora license list with Wiki revision 1.71. diff --git a/sources b/sources index 38a7cbf..5ad3cc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c8f53b899d366e08015004360fa058f rpmlint-0.96.tar.bz2 +29ff6e9af160d1c619340a419a09a469 rpmlint-0.97.tar.bz2