Go to file
Frédéric Lepied e893391cc1 * install the config file in /etc/rpmlint
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@45 9bc8b190-ac0f-0410-8968-dc7d1f502856
1999-10-16 11:10:52 +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
BinariesCheck.py * corrected error message when there is a problem with objdump. 1999-10-07 18:25:47 +00:00
COPYING Initial revision 1999-10-01 07:15:25 +00:00
ChangeLog * 0.4. 1999-10-07 18:26:14 +00:00
Config.py * first version. 1999-10-16 11:08:43 +00:00
ConfigCheck.py * (ConfigCheck.check): check only binary package. 1999-10-07 18:27:04 +00:00
FHSCheck.py * first version. 1999-10-16 11:08:43 +00:00
FilesCheck.py * (FilesCheck.check): avoid reporting non-conffile-in-etc for a 1999-10-12 04:37:42 +00:00
INSTALL * added cpio to the list of dependencies. 1999-10-06 12:56:15 +00:00
Makefile * install the config file in /etc/rpmlint 1999-10-16 11:10:52 +00:00
MandrakeCheck.py Initial revision 1999-10-01 07:15:25 +00:00
Pkg.py * (Pkg._gatherFilesInfo): gather ghost files. 1999-10-12 04:38:55 +00:00
README * pgp check impemented. 1999-10-07 18:28:13 +00:00
SignatureCheck.py * first version. 1999-10-07 18:23:53 +00:00
TagsCheck.py * (TagsCheck.check): corrected the message for non-standard-group 1999-10-12 07:28:25 +00:00
config * first version. 1999-10-16 11:08:43 +00:00
rpmlint * launch python with unbuffered output. 1999-10-06 13:03:45 +00:00
rpmlint.py * (version): 0.4. 1999-10-07 18:28:59 +00:00
rpmlint.spec * corrected typo. 1999-10-11 03:45:14 +00:00

README

rpmlint is a tool to check common errors on rpm packages.  rpmlint can
be used  to test individual packages  before uploading or  to check an
entire distribution. By default  all checks are processed but specific
checks can be performed by using command line parameters.

rpmlint idea comes from the lintian tool of the Debian project.

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

Implemented checks:

	o tags checks (TagsCheck)
	o Mandrake specific checks (MandrakeCheck)
	o binaries checks (BinaryCheck)
	o configuration files checks (ConfigCheck)
	o locations, permissions, groups and owners checks (FileCheck)
	o suid warnings (FileCheck)
	o pgp checks (SignatureCheck)

Planned checks:

	o rpm source checks