Mandrakelinux (Robert Vojta)

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@867 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 2004-04-19 12:09:58 +00:00 committed by Ville Skyttä
parent 389d7e62f1
commit 7363b8bc6d
9 changed files with 11 additions and 11 deletions

View File

@ -429,7 +429,7 @@ addFilter('fetchmail-daemon non-readable /etc/fetchmailrc 0600')
#iptable
addFilter('iptables shared-lib-without-dependency-information /lib/iptables/')
#Starting from Mandrake Linux 8.1 we let standard menu files in the packages
#Starting from Mandrakelinux 8.1 we let standard menu files in the packages
addFilter('old-menu-entry')
#zapping

View File

@ -18,8 +18,8 @@ info_regex=re.compile("(/usr/share|/usr)/info/")
info_dir_regex=re.compile("/info/dir$")
bz2_regex=re.compile(".bz2$")
gz_regex=re.compile(".gz$")
vendor=Config.getOption("Vendor", "MandrakeSoft")
distribution=Config.getOption("Distribution", "Mandrake Linux")
vendor=Config.getOption("Vendor", "Mandrakesoft")
distribution=Config.getOption("Distribution", "Mandrakelinux")
use_bzip2=Config.getOption("UseBzip2", 1)
class DistributionCheck(AbstractCheck.AbstractCheck):

View File

@ -1,5 +1,5 @@
#---------------------------------------------------------------
# Project : Mandrake Linux
# Project : Mandrakelinux
# Module : rpmlint
# File : InitScriptCheck.py
# Version : $Id$

View File

@ -1,5 +1,5 @@
#---------------------------------------------------------------
# Project : Mandrake Linux
# Project : Mandrakelinux
# Module : rpmlint
# File : LSBCheck.py
# Version : $Id$

View File

@ -1,5 +1,5 @@
#---------------------------------------------------------------
# Project : Mandrake Linux
# Project : Mandrakelinux
# Module : rpmlint
# File : NamingPolicyCheck.py
# Version : $Id$

View File

@ -1,5 +1,5 @@
#############################################################################
# Project : Mandrake Linux
# Project : Mandrakelinux
# Module : rpmlint
# File : PostCheck.py
# Version : $Id$

4
README
View File

@ -54,8 +54,8 @@ Available options:
name type default
========================================================
Vendor string "MandrakeSoft"
Distribution string "Mandrake Linux"
Vendor string "Mandrakesoft"
Distribution string "Mandrakelinux"
UseBzip2 boolean 1
ValidGroups list of strings
ValidMenuSections list of strings

View File

@ -406,7 +406,7 @@ DEFAULT_FORBIDDEN_WORDS_REGEX='Linux.?Mandrake|Mandrake[ .]'
DEFAULT_VALID_BUILDHOST='\.mandrakesoft\.com$|\.mandrake\.org$'
DEFAULT_INVALID_REQUIRES=('^is$', '^not$', '^owned$', '^by$', '^any$', '^package$', '^libsafe\.so\.')
distribution=Config.getOption("Distribution", "Mandrake Linux")
distribution=Config.getOption("Distribution", "Mandrakelinux")
VALID_GROUPS=Config.getOption('ValidGroups', DEFAULT_VALID_GROUPS)
VALID_LICENSES=Config.getOption('ValidLicenses', DEFAULT_VALID_LICENSES)
INVALID_REQUIRES=map(lambda x: re.compile(x), Config.getOption('InvalidRequires', DEFAULT_INVALID_REQUIRES))

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
#---------------------------------------------------------------
# Project : Mandrake Linux
# Project : Mandrakelinux
# Module : rpmlint
# File : check-install.py
# Version : $Id$