From 2b95b4a58da5cc6b43202b6c6e7a1d978744330a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Lepied?= Date: Thu, 12 Oct 2000 06:02:32 +0000 Subject: [PATCH] corrected changelog git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@329 9bc8b190-ac0f-0410-8968-dc7d1f502856 --- rpmlint.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/rpmlint.spec b/rpmlint.spec index b24e738d..17df2b00 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -50,23 +50,24 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Oct 12 2000 Frederic Lepied 0.25-1mdk -* Config.py: added exception for sympa, rpm and bcast. -* TagsCheck.py: o check that devel package depends on the base +- Config.py: added exception for sympa, rpm and bcast. + +- TagsCheck.py: o check that devel package depends on the base package with the same version. o check that summary begins with a -* PostCheck.py: o check dangerous commands. +- PostCheck.py: o check dangerous commands. ocheck reference to ~ or $HOME. -* MenuCheck.py: o check that titles and longtitles begin by a capital +- MenuCheck.py: o check that titles and longtitles begin by a capital letter. o check that no version is included in title and longtitle. o /lib/cpp errors to /dev/null for new cpp. -* FilesCheck.py: check package owning system dirs. +- FilesCheck.py: check package owning system dirs. -* SpecCheck.py: o new check. +- SpecCheck.py: o new check. o check name of spec file. o check use of $RPM_SOURCE_DIR. o warn if a patch is not applied.