rpms/rpmlint/devel rpmlint.config,1.33,1.34 rpmlint.spec,1.62,1.63

Ville Skyttä scop at fedoraproject.org
Mon May 18 19:42:45 UTC 2009


Author: scop

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

Modified Files:
	rpmlint.config rpmlint.spec 
Log Message:
Filter out warning about .k5login man page hiddenness (#496735).


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.config,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- rpmlint.config	18 May 2009 19:40:22 -0000	1.33
+++ rpmlint.config	18 May 2009 19:42:14 -0000	1.34
@@ -274,3 +274,4 @@ addFilter("explicit-lib-dependency (libe
 addFilter("filename-too-long-for-joliet")
 addFilter("symlink-should-be-")
 addFilter("dangling-\S*symlink /usr/share/doc/HTML/\S+/common .+/common$")
+addFilter("hidden-file-or-dir .*/man5/\.k5login\.5[^/]+$")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- rpmlint.spec	18 May 2009 19:40:22 -0000	1.62
+++ rpmlint.spec	18 May 2009 19:42:14 -0000	1.63
@@ -70,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon May 18 2009 Ville Skyttä <ville.skytta at iki.fi>
 - Sync Fedora license list with Wiki revision 1.43.
+- Filter out warning about .k5login man page hiddenness (#496735).
 
 * Mon Mar 23 2009 Ville Skyttä <ville.skytta at iki.fi>
 - Filter out dangling symlink warnings for /usr/share/doc/HTML/**/common in




More information about the fedora-extras-commits mailing list