rpms/rpmlint/FC-3 rpmlint-fedora-config, 1.5, 1.6 rpmlint.spec, 1.11, 1.12

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 26 15:24:12 UTC 2005


Author: scop

Update of /cvs/extras/rpms/rpmlint/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18313/FC-3

Modified Files:
	rpmlint-fedora-config rpmlint.spec 
Log Message:
Filter out more not-that-useful messages in the default config.


Index: rpmlint-fedora-config
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/FC-3/rpmlint-fedora-config,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmlint-fedora-config	16 Apr 2005 16:12:38 -0000	1.5
+++ rpmlint-fedora-config	26 May 2005 15:24:10 -0000	1.6
@@ -86,3 +86,8 @@
 addFilter("E: .* no-packager-tag")
 addFilter("W: .* ghost-files-without-postin")
 addFilter("W: .* postin-without-ghost-file-creation .*")
+addFilter("W: .* no-major-in-name .*")
+addFilter("E: .* executable-in-library-package .*")
+addFilter("E: .* no-signature")
+addFilter("E: .* non-versioned-file-in-library-package .*")
+addFilter("E: .* requires-on-release .*")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/FC-3/rpmlint.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rpmlint.spec	16 Apr 2005 16:12:38 -0000	1.11
+++ rpmlint.spec	26 May 2005 15:24:10 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           rpmlint
 Version:        0.69
-Release:        1
+Release:        1.1
 Epoch:          0
 Summary:        Tool for checking common errors in RPM packages
 
@@ -74,6 +74,9 @@
 
 
 %changelog
+* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.69-1.1
+- Filter out more not-that-useful messages in the default config.
+
 * Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.69-1
 - 0.69.
 - Simplify bash-completion snippet installation, remove triggers.




More information about the fedora-extras-commits mailing list