From 96f6dc6f057354f1d63f7e2f95f1f96379bbc777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Lepied?= Date: Fri, 29 Sep 2000 10:10:39 +0000 Subject: [PATCH] 0.23 git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@307 9bc8b190-ac0f-0410-8968-dc7d1f502856 --- rpmlint.py | 2 +- rpmlint.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/rpmlint.py b/rpmlint.py index a67bb490..8c604505 100644 --- a/rpmlint.py +++ b/rpmlint.py @@ -17,7 +17,7 @@ import Config import os from Filter import * -version="0.22" +version="0.23" # Print usage information def usage(name): diff --git a/rpmlint.spec b/rpmlint.spec index 3f9899cc..377806a2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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 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 0.22-1mdk - PostCheck.py: print a warning on empty script. - FilesCheck.py: added postgres and apache to default users.