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:
parent
82d47535e4
commit
85118ac37e
31
rpmlint.spec
31
rpmlint.spec
@ -1,7 +1,6 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 0.67
|
Version: 0.67
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 0
|
|
||||||
Summary: RPM correctness checker
|
Summary: RPM correctness checker
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,8 +12,8 @@ Patch0: %{name}-siteperl.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python >= 0:1.5.2, rpm-python, make, %{__perl}
|
BuildRequires: python >= 1.5.2, rpm-python, make, %{__perl}
|
||||||
Requires: rpm-python, python >= 0:1.5.2, cpio
|
Requires: rpm-python, python >= 1.5.2, cpio
|
||||||
|
|
||||||
%description
|
%description
|
||||||
rpmlint is a tool for checking common errors in RPM packages. Binary
|
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
|
* Mon Jun 3 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.45-1mdk
|
||||||
o SpecCheck.py: - Add configure-without-libdir-spec check
|
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
|
* Wed May 29 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.44-1mdk
|
||||||
o added non-ghost-file check
|
o added non-ghost-file check
|
||||||
@ -273,15 +272,15 @@ interpreter for python and perl modules.
|
|||||||
Added the new check invalid-dependency.
|
Added the new check invalid-dependency.
|
||||||
|
|
||||||
o InitScriptCheck.py: Added incoherent-init-script-name check.
|
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
|
o FilesCheck.py: Use list imported from the setup package for users
|
||||||
and groups (from setuplist.py).
|
and groups (from setuplist.py).
|
||||||
|
|
||||||
o PostCheck.py: Don't print error about percent if post-script has a
|
o PostCheck.py: Don't print error about percent if post-script has a
|
||||||
%%. (Chmouel)
|
%%. (Chmouel)
|
||||||
Check that RPM_BUILD_ROOT or RPM_BUILD_DIR isn't
|
Check that RPM_BUILD_ROOT or RPM_BUILD_DIR isn't
|
||||||
used.
|
used.
|
||||||
|
|
||||||
o SpecCheck.py: Check also %_sourcedir.
|
o SpecCheck.py: Check also %_sourcedir.
|
||||||
Check that the BuildRoot tag doesn't contain a
|
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.
|
- TagsCheck.py: added the bugzilla https address as a valid one.
|
||||||
|
|
||||||
- PostCheck.py: o ghost-files-without-postun => ghost-files-without-postin
|
- PostCheck.py: o ghost-files-without-postun => ghost-files-without-postin
|
||||||
o check if /tmp or /var/tmp is used.
|
o check if /tmp or /var/tmp is used.
|
||||||
o check if update-menus is called without a menu file.
|
o check if update-menus is called without a menu file.
|
||||||
|
|
||||||
- FilesCheck.py: added /etc/logrotate.d entry check.
|
- 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,
|
o libc doesn't need to be linked against libc,
|
||||||
and the dynamic linker doesn't need dependeny information. (Bill Nottingham)
|
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)
|
Nottingham)
|
||||||
|
|
||||||
- TagsCheck.py: added a check on obsoleted packages not provided.
|
- 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.
|
- MenuCheck.py: added new Office sub menus.
|
||||||
|
|
||||||
- FilesCheck.py: o added /usr/X11R6/man subdirs to the list of
|
- FilesCheck.py: o added /usr/X11R6/man subdirs to the list of
|
||||||
STANDARD_DIRS.
|
STANDARD_DIRS.
|
||||||
o warn for .so file only if they are in a lib dir.
|
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
|
o warn for source files in a non devel package only if they are not
|
||||||
doc files.
|
doc files.
|
||||||
|
|
||||||
- TagsCheck.py: corrected description-line-too-long check.
|
- TagsCheck.py: corrected description-line-too-long check.
|
||||||
|
|
||||||
- FilesCheck.py: add the rpm user and group per request of Jeff
|
- 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
|
* Fri May 18 2001 Frederic Lepied <flepied@mandrakesoft.com> 0.31-1mdk
|
||||||
- PostCheck.py: check that a script isn't only one command.
|
- PostCheck.py: check that a script isn't only one command.
|
||||||
check postin and prein instead of postun and preun
|
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.
|
- MenuCheck.py: don't check NO_XALF in menu command.
|
||||||
|
|
||||||
@ -549,7 +548,7 @@ locales
|
|||||||
|
|
||||||
* Fri Sep 29 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.23-1mdk
|
* Fri Sep 29 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.23-1mdk
|
||||||
- MenuCheck.py: added Applications/Accessibility.
|
- 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.
|
- Config.py: removed exception for /home.
|
||||||
added exceptions for vixie-cron.
|
added exceptions for vixie-cron.
|
||||||
- FilesCheck.py: check cvs internal files.
|
- FilesCheck.py: check cvs internal files.
|
||||||
@ -664,7 +663,7 @@ provide a library.
|
|||||||
* check release extension.
|
* check release extension.
|
||||||
* check non executable in bin directories.
|
* check non executable in bin directories.
|
||||||
* new options: ValidGroups, ReleaseExtension and
|
* new options: ValidGroups, ReleaseExtension and
|
||||||
UseVersionInChangelog.
|
UseVersionInChangelog.
|
||||||
|
|
||||||
* Thu Dec 30 1999 Frederic Lepied <flepied@mandrakesoft.com> 0.8-1mdk
|
* Thu Dec 30 1999 Frederic Lepied <flepied@mandrakesoft.com> 0.8-1mdk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user