rpms/rpmlint/devel rpmlint.config,1.24,1.25 rpmlint.spec,1.50,1.51

Ville Skyttä scop at fedoraproject.org
Thu Oct 23 20:20:13 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/rpmlint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20721

Modified Files:
	rpmlint.config rpmlint.spec 
Log Message:
Mute some explicit-lib-dependency false positives (#458290).


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.config,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- rpmlint.config	23 Oct 2008 20:14:20 -0000	1.24
+++ rpmlint.config	23 Oct 2008 20:19:43 -0000	1.25
@@ -250,3 +250,4 @@
 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)")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- rpmlint.spec	23 Oct 2008 20:14:20 -0000	1.50
+++ rpmlint.spec	23 Oct 2008 20:19:43 -0000	1.51
@@ -68,6 +68,7 @@
 %changelog
 * Thu Oct 23 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.85-1
 - 0.85, fixes #355861, #450011, #455371, #456843, #461421, #461423, #461434.
+- Mute some explicit-lib-dependency false positives (#458290).
 - Dist regex patch applied/superseded upstream.
 
 * Fri Sep 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.84-3




More information about the scm-commits mailing list