git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@307 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 2000-09-29 10:10:39 +00:00
parent 5933f0acd4
commit 96f6dc6f05
2 changed files with 9 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import Config
import os
from Filter import *
version="0.22"
version="0.23"
# Print usage information
def usage(name):

View File

@ -7,7 +7,7 @@
# Purpose : rules to create the rpmlint binary package.
#############################################################################
%define name rpmlint
%define version 0.22
%define version 0.23
%define release 1mdk
Summary: rpm correctness checker
@ -49,6 +49,13 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/rpmlint/config
%changelog
* Fri Sep 29 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.23-1mdk
- MenuCheck.py: added Applications/Accessibility.
check that menu files are readable by everyone.
- Config.py: removed exception for /home.
added exceptions for vixie-cron.
- FilesCheck.py: check cvs internal files.
* Tue Sep 12 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.22-1mdk
- PostCheck.py: print a warning on empty script.
- FilesCheck.py: added postgres and apache to default users.