diff --git a/LibraryPolicyCheck.py b/LibraryPolicyCheck.py index cd2b226..33e2d92 100644 --- a/LibraryPolicyCheck.py +++ b/LibraryPolicyCheck.py @@ -133,6 +133,7 @@ _policy_legacy_exceptions = ( "libICE6", "libid3-3_8-3", "libid3tag0", + "libieee1284-3", "libIDL-2-0", "libidmef0", "libidn11", diff --git a/rpmlint.changes b/rpmlint.changes index f0d5d96..d87165c 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 17 14:26:48 CET 2008 - dmueller@suse.de + +- add whitelist entry for libieee1284 + ------------------------------------------------------------------- Thu Dec 11 14:07:19 CET 2008 - lnussel@suse.de diff --git a/rpmlint.spec b/rpmlint.spec index 8f5d8fd..0648140 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -22,7 +22,7 @@ Name: rpmlint BuildRequires: rpm-python Summary: Rpm correctness checker Version: 0.84 -Release: 5 +Release: 6 Source0: %{name}-%{version}.tar.bz2 Source1: config Source1001: config.in @@ -218,6 +218,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man1/rpmlint.1.gz %changelog +* Wed Dec 17 2008 dmueller@suse.de +- add whitelist entry for libieee1284 * Thu Dec 11 2008 lnussel@suse.de - add a check for PolicyKit privileges (disabled atm) - add check for DBUS services