- Filter out all lib*-java and lib*-python explicit-lib-dependency messages. - Sync Fedora license list with Wiki revision 1.75; fixes #600317.
This commit is contained in:
parent
b7f5315add
commit
d345d0088c
@ -1 +1 @@
|
|||||||
rpmlint-0.97.tar.bz2
|
rpmlint-0.98.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.73, 3 May 2010" of that page.
|
# Last synced with revision "1.75, 3 June 2010" of that page.
|
||||||
'AAL',
|
'AAL',
|
||||||
'Adobe',
|
'Adobe',
|
||||||
'ADSL',
|
'ADSL',
|
||||||
@ -232,6 +232,7 @@ setOption("ValidLicenses", (
|
|||||||
'FBSDDL',
|
'FBSDDL',
|
||||||
'GFDL',
|
'GFDL',
|
||||||
'IEEE',
|
'IEEE',
|
||||||
|
'LDPL',
|
||||||
'OFSFDL',
|
'OFSFDL',
|
||||||
'Open Publication',
|
'Open Publication',
|
||||||
'Public Use',
|
'Public Use',
|
||||||
@ -322,7 +323,6 @@ addFilter("executable-in-library-package")
|
|||||||
addFilter("non-versioned-file-in-library-package")
|
addFilter("non-versioned-file-in-library-package")
|
||||||
addFilter("requires-on-release")
|
addFilter("requires-on-release")
|
||||||
addFilter("jar-not-indexed")
|
addFilter("jar-not-indexed")
|
||||||
addFilter("invalid-(lc-messages|locale-man)-dir")
|
|
||||||
addFilter("outside-libdir-files")
|
addFilter("outside-libdir-files")
|
||||||
addFilter("-debuginfo.* no-documentation")
|
addFilter("-debuginfo.* no-documentation")
|
||||||
addFilter("-debuginfo.* /usr/lib/debug/")
|
addFilter("-debuginfo.* /usr/lib/debug/")
|
||||||
@ -331,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|libvirt(-python)?$)")
|
addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt$|.*-(java|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$")
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 0.97
|
Version: 0.98
|
||||||
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
|
||||||
|
* Wed Jun 23 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.98-1
|
||||||
|
- Update to 0.98; fixes #599427 and #599516.
|
||||||
|
- Filter out all lib*-java and lib*-python explicit-lib-dependency messages.
|
||||||
|
- Sync Fedora license list with Wiki revision 1.75; fixes #600317.
|
||||||
|
|
||||||
* Tue May 18 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.97-1
|
* Tue May 18 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.97-1
|
||||||
- Update to 0.97; fixes #459452, #589432.
|
- Update to 0.97; fixes #459452, #589432.
|
||||||
- Filter out explicit-lib-dep messages for libvirt(-python) (Dan Kenigsberg).
|
- Filter out explicit-lib-dep messages for libvirt(-python) (Dan Kenigsberg).
|
||||||
|
Loading…
Reference in New Issue
Block a user