Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 70b65971db90dc7b06ebae8cc4ebfb4c > files > 2

rpmlint-0.48-2mdk.noarch.rpm

# -*- python -*-
# Configuration for the rpmlint utility.
# Loaded before ~/.rpmlintrc
# $Id: config,v 1.38 2000/08/31 11:24:03 flepied Exp $

# This line is mandatory to access the configuration functions
from Config import *

# Additionale path to look for checks

#addCheckDir("~/mandrake/rpmlint")

# Configure the checks if you don't want the default ones

#addCheck("FHSCheck")
#addCheck("BinariesCheck")

# Configuration options used by the checks

#setOption("Vendor", "MySelf")
#setOption("Distribution", "MyDistrib")
#setOption("UseBzip2", 1)
#setOption("ReleaseExtension", None)
#setOption("ValidGroups", ("Group1", "Group2"))

# Output filters
# addFilter("E: .* no-signature")

# config ends here