rpms/rpmlint/devel rpmlint.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Mar 4 00:05:45 UTC 2005


Author: thias

Update of /cvs/extras/rpms/rpmlint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25833/rpmlint/devel

Modified Files:
	rpmlint.spec 
Log Message:
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



Index: rpmlint.spec
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/devel/rpmlint.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpmlint.spec	13 Feb 2005 19:28:58 -0000	1.8
+++ rpmlint.spec	4 Mar 2005 00:05:43 -0000	1.9
@@ -1,7 +1,6 @@
 Name:           rpmlint
 Version:        0.67
 Release:        1
-Epoch:          0
 Summary:        RPM correctness checker
 
 Group:          Development/Tools
@@ -13,8 +12,8 @@
 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 @@
 
 * Mon Jun  3 2002 Gwenole Beauchesne <gbeauchesne at 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 at mandrakesoft.com> 0.44-1mdk
  o added non-ghost-file check
@@ -273,15 +272,15 @@
                  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 @@
 - 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 @@
                     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 @@
 - 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 at 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 @@
 
 - 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 @@
 
 * Fri Sep 29 2000 Frederic Lepied <flepied at 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 @@
 - 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 @@
        * check release extension.
        * check non executable in bin directories.
        * new options: ValidGroups, ReleaseExtension and
-	UseVersionInChangelog.
+         UseVersionInChangelog.
 
 * Thu Dec 30 1999 Frederic Lepied <flepied at mandrakesoft.com> 0.8-1mdk
 




More information about the fedora-extras-commits mailing list