Mass letter "q" and "r" update, one or more apply :

- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
This commit is contained in:
Matthias Saou 2005-03-04 00:05:43 +00:00
parent 82d47535e4
commit 85118ac37e

View File

@ -1,7 +1,6 @@
Name: rpmlint
Version: 0.67
Release: 1
Epoch: 0
Summary: RPM correctness checker
Group: Development/Tools
@ -13,8 +12,8 @@ Patch0: %{name}-siteperl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python >= 0:1.5.2, rpm-python, make, %{__perl}
Requires: rpm-python, python >= 0:1.5.2, cpio
BuildRequires: python >= 1.5.2, rpm-python, make, %{__perl}
Requires: rpm-python, python >= 1.5.2, cpio
%description
rpmlint is a tool for checking common errors in RPM packages. Binary
@ -213,7 +212,7 @@ fi
* Mon Jun 3 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.45-1mdk
o SpecCheck.py: - Add configure-without-libdir-spec check
- Add hardcoded-library-path check
- Add hardcoded-library-path check
* Wed May 29 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.44-1mdk
o added non-ghost-file check
@ -273,15 +272,15 @@ interpreter for python and perl modules.
Added the new check invalid-dependency.
o InitScriptCheck.py: Added incoherent-init-script-name check.
Expand shell variable in incoherent-subsys check.
Expand shell variable in incoherent-subsys check.
o FilesCheck.py: Use list imported from the setup package for users
and groups (from setuplist.py).
o PostCheck.py: Don't print error about percent if post-script has a
%%. (Chmouel)
Check that RPM_BUILD_ROOT or RPM_BUILD_DIR isn't
used.
Check that RPM_BUILD_ROOT or RPM_BUILD_DIR isn't
used.
o SpecCheck.py: Check also %_sourcedir.
Check that the BuildRoot tag doesn't contain a
@ -345,8 +344,8 @@ without exceptions from Config.
- TagsCheck.py: added the bugzilla https address as a valid one.
- PostCheck.py: o ghost-files-without-postun => ghost-files-without-postin
o check if /tmp or /var/tmp is used.
o check if update-menus is called without a menu file.
o check if /tmp or /var/tmp is used.
o check if update-menus is called without a menu file.
- FilesCheck.py: added /etc/logrotate.d entry check.
@ -360,7 +359,7 @@ without exceptions from Config.
o libc doesn't need to be linked against libc,
and the dynamic linker doesn't need dependeny information. (Bill Nottingham)
o Fix some of the library checks to be more correct. (Bill
o Fix some of the library checks to be more correct. (Bill
Nottingham)
- TagsCheck.py: added a check on obsoleted packages not provided.
@ -412,20 +411,20 @@ without exceptions from Config.
- MenuCheck.py: added new Office sub menus.
- FilesCheck.py: o added /usr/X11R6/man subdirs to the list of
STANDARD_DIRS.
o warn for .so file only if they are in a lib dir.
STANDARD_DIRS.
o warn for .so file only if they are in a lib dir.
o warn for source files in a non devel package only if they are not
doc files.
- TagsCheck.py: corrected description-line-too-long check.
- FilesCheck.py: add the rpm user and group per request of Jeff
Johnson for the future version of rpm.
Johnson for the future version of rpm.
* Fri May 18 2001 Frederic Lepied <flepied@mandrakesoft.com> 0.31-1mdk
- PostCheck.py: check that a script isn't only one command.
check postin and prein instead of postun and preun
for ghost files creation.
for ghost files creation.
- MenuCheck.py: don't check NO_XALF in menu command.
@ -489,7 +488,7 @@ it's by default in the dir file.
- Config.py: various exceptions added.
- BinariesCheck.py: o report the file location on objdump errors.
- BinariesCheck.py: o report the file location on objdump errors.
o new error: executable in library package.
- I18NCheck.py: fuzzy check on packages without dependency on
@ -549,7 +548,7 @@ locales
* 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.
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.
@ -565,7 +564,7 @@ locales
- TagsCheck.py: check packager field compliance to a regexp.
- Config.py: imported default exceptions.
- TagsCheck.py: added Apache License, PHP Licence and BSD-Style.
- MenuCheck.py: check hardcoded path in icon field and large, mini,
- MenuCheck.py: check hardcoded path in icon field and large, mini,
normal icon files.
- PostCheck.py: Fix typo in check of /usr/bin/perl.
- PostCheck.py: Check perl script like we do for bash script.
@ -664,7 +663,7 @@ provide a library.
* check release extension.
* check non executable in bin directories.
* new options: ValidGroups, ReleaseExtension and
UseVersionInChangelog.
UseVersionInChangelog.
* Thu Dec 30 1999 Frederic Lepied <flepied@mandrakesoft.com> 0.8-1mdk