rpms/rpmlint/devel rpmlint.config,1.28,1.29 rpmlint.spec,1.56,1.57

Ville Skyttä scop at fedoraproject.org
Tue Jan 20 20:45:24 UTC 2009


Author: scop

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

Modified Files:
	rpmlint.config rpmlint.spec 
Log Message:
Filter out symlink-should-be-* warnings by default.


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.config,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rpmlint.config	13 Jan 2009 23:24:27 -0000	1.28
+++ rpmlint.config	20 Jan 2009 20:44:54 -0000	1.29
@@ -256,3 +256,4 @@
 addFilter("not-standard-release-extension")
 addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware)")
 addFilter("filename-too-long-for-joliet")
+addFilter("symlink-should-be-")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- rpmlint.spec	13 Jan 2009 23:24:27 -0000	1.56
+++ rpmlint.spec	20 Jan 2009 20:44:54 -0000	1.57
@@ -70,8 +70,9 @@
 
 
 %changelog
-* Wed Jan 14 2009 Ville Skyttä <ville.skytta at iki.fi>
-- Mute filename-too-long-for-joliet warnings in default config.
+* Tue Jan 20 2009 Ville Skyttä <ville.skytta at iki.fi>
+- Filter out filename-too-long-for-joliet and symlink-should-be-* warnings in
+  default config.
 
 * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.85-3
 - Rebuild for Python 2.6




More information about the fedora-extras-commits mailing list