From d345d0088c4e1d87e739fa064ea8fe4b68f1e1e7 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jun 23 2010 19:06:20 +0000 Subject: - 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. --- diff --git a/.cvsignore b/.cvsignore index 48ec241..5fdbe90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rpmlint-0.97.tar.bz2 +rpmlint-0.98.tar.bz2 diff --git a/rpmlint.config b/rpmlint.config index c15c1ca..d24578a 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.73, 3 May 2010" of that page. + # Last synced with revision "1.75, 3 June 2010" of that page. 'AAL', 'Adobe', 'ADSL', @@ -232,6 +232,7 @@ setOption("ValidLicenses", ( 'FBSDDL', 'GFDL', 'IEEE', + 'LDPL', 'OFSFDL', 'Open Publication', 'Public Use', @@ -322,7 +323,6 @@ addFilter("executable-in-library-package") addFilter("non-versioned-file-in-library-package") addFilter("requires-on-release") addFilter("jar-not-indexed") -addFilter("invalid-(lc-messages|locale-man)-dir") addFilter("outside-libdir-files") addFilter("-debuginfo.* no-documentation") addFilter("-debuginfo.* /usr/lib/debug/") @@ -331,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|libvirt(-python)?$)") +addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt$|.*-(java|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 bf879a1..04ea928 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,5 +1,5 @@ Name: rpmlint -Version: 0.97 +Version: 0.98 Release: 1%{?dist} Summary: Tool for checking common errors in RPM packages @@ -78,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 23 2010 Ville Skyttä - 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ä - 0.97-1 - Update to 0.97; fixes #459452, #589432. - Filter out explicit-lib-dep messages for libvirt(-python) (Dan Kenigsberg). diff --git a/sources b/sources index 5ad3cc6..b78b619 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29ff6e9af160d1c619340a419a09a469 rpmlint-0.97.tar.bz2 +c1d0359586352574a2abdadebe2ddaf5 rpmlint-0.98.tar.bz2