also check source packages.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@388 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 2001-02-16 16:38:07 +00:00
parent 3f821241cd
commit bed7eee522
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ class LSBCheck(AbstractCheck.AbstractCheck):
AbstractCheck.AbstractCheck.__init__(self, "LSBCheck")
def check(self, pkg, verbose):
# Check only binary package
if pkg.isSource():
return
name=pkg[rpm.RPMTAG_NAME]
if name and not name_regex.search(name):