- 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:
parent
e2f06ee756
commit
b7f5315add
@ -1 +1 @@
|
||||
rpmlint-0.96.tar.bz2
|
||||
rpmlint-0.97.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.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$")
|
||||
|
@ -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ä <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
|
||||
- Update to 0.96; fixes #487974, #571375, #571386, #572090, #572097, #578390.
|
||||
- Sync Fedora license list with Wiki revision 1.71.
|
||||
|
Loading…
Reference in New Issue
Block a user