Go to file
Frédéric Lepied 5f5ca3b0c3 * first version.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@15 9bc8b190-ac0f-0410-8968-dc7d1f502856
1999-10-06 12:50:59 +00:00
.cvsignore * first version. 1999-10-06 12:50:59 +00:00
AbstractCheck.py Initial revision 1999-10-01 07:15:25 +00:00
AllChecks.py * added ConfigCheck. 1999-10-06 12:29:27 +00:00
BinariesCheck.py Initial revision 1999-10-01 07:15:25 +00:00
COPYING Initial revision 1999-10-01 07:15:25 +00:00
ChangeLog * first version. 1999-10-06 12:27:21 +00:00
ConfigCheck.py * first version. 1999-10-06 12:27:21 +00:00
FilesCheck.py * first version. 1999-10-06 12:50:59 +00:00
INSTALL Initial revision 1999-10-01 07:15:25 +00:00
Makefile * added ChangeLog to distribution files. 1999-10-06 12:32:52 +00:00
MandrakeCheck.py Initial revision 1999-10-01 07:15:25 +00:00
PermissionsCheck.py Initial revision 1999-10-01 07:15:25 +00:00
Pkg.py (configFiles): new method to return the list of configuration files. 1999-10-06 12:35:40 +00:00
README * changed configuration check comment from planed to implemented. 1999-10-06 12:36:46 +00:00
TagsCheck.py Initial revision 1999-10-01 07:15:25 +00:00
rpmlint Initial revision 1999-10-01 07:15:25 +00:00
rpmlint.py * 0.2 1999-10-06 12:25:32 +00:00
rpmlint.spec * added header. 1999-10-06 12:43:58 +00:00

README

rpmlint is a tool to check common errors on rpm packages.
Only binary packages are tested for the moment.

Comments and new checks welcome. Send feedback to
<Frederic.Lepied@sugix.frmug.org>.

Implemented checks:

	o tags checks
	o Mandrake specific checks
	o binaries checks
	o configuration files checks

Planned checks:

	o pgp checks
	o permissions, groups and owners checks
	o suid warnings
	o rpm source checks