rpms/rpmlint/FC-6 .cvsignore, 1.15, 1.16 rpmlint.config, 1.5, 1.6 rpmlint.spec, 1.28, 1.29 sources, 1.15, 1.16

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Apr 12 21:15:02 UTC 2007


Author: scop

Update of /cvs/extras/rpms/rpmlint/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6734

Modified Files:
	.cvsignore rpmlint.config rpmlint.spec sources 
Log Message:
* Thu Apr 12 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
- 0.80, fixes #227389, #228645, #233795.
- Accept "Redistributable, no modification permitted" as a valid license.
- Filter messages about doc file dependencies on /bin/sh.
- Add missing dependency on file.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/FC-6/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	2 Feb 2007 15:51:55 -0000	1.15
+++ .cvsignore	12 Apr 2007 21:14:27 -0000	1.16
@@ -1 +1 @@
-rpmlint-0.79.tar.bz2
+rpmlint-0.80.tar.bz2


Index: rpmlint.config
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/FC-6/rpmlint.config,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmlint.config	2 Feb 2007 15:51:55 -0000	1.5
+++ rpmlint.config	12 Apr 2007 21:14:27 -0000	1.6
@@ -4,6 +4,7 @@
 # options in /etc/rpmlint/config and/or ~/.rpmlintrc as needed.
 
 from Config import *
+from TagsCheck import DEFAULT_VALID_LICENSES
 
 setOption("DistRegex", '\.(fc|rhe?l|el)\d+(?=\.|$)')
 setOption("UseVersionInChangeLog", 1)
@@ -23,6 +24,9 @@
     ['consolehelper$', 'usermode'],
     ['consolehelper-gtk$', 'usermode-gtk'],
 ))
+setOption("ValidLicenses",
+          DEFAULT_VALID_LICENSES +
+          ("Redistributable, no modification permitted", ))
 # Standard users & groups from the setup package:
 setOption("StandardUsers",
           ("root", "bin", "daemon", "adm", "lp", "sync", "shutdown", "halt",
@@ -56,3 +60,4 @@
 addFilter("-debuginfo [^ ]+ /usr/lib/debug/")
 addFilter("non-standard-dir-in-usr libexec")
 addFilter(" gpg-pubkey ")
+addFilter(" doc-file-dependency .* /bin/sh$")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/FC-6/rpmlint.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rpmlint.spec	2 Feb 2007 15:51:55 -0000	1.28
+++ rpmlint.spec	12 Apr 2007 21:14:27 -0000	1.29
@@ -1,5 +1,5 @@
 Name:           rpmlint
-Version:        0.79
+Version:        0.80
 Release:        1%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
@@ -13,14 +13,15 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python >= 2.0
+BuildRequires:  python >= 2.2
 BuildRequires:  rpm-python
 BuildRequires:  sed >= 3.95
 Requires:       rpm-python
-Requires:       python >= 2.0
+Requires:       python >= 2.2
 Requires:       cpio
 Requires:       binutils
 Requires:       desktop-file-utils
+Requires:       file
 
 %description
 rpmlint is a tool for checking common errors in RPM packages.  Binary
@@ -65,6 +66,12 @@
 
 
 %changelog
+* Thu Apr 12 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
+- 0.80, fixes #227389, #228645, #233795.
+- Accept "Redistributable, no modification permitted" as a valid license.
+- Filter messages about doc file dependencies on /bin/sh.
+- Add missing dependency on file.
+
 * Fri Feb  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.79-1
 - 0.79, fixes #211417, #212491, #214605, #218250, #219068, #220061, #221116,
   #222585, and #226879.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rpmlint/FC-6/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	2 Feb 2007 15:51:55 -0000	1.15
+++ sources	12 Apr 2007 21:14:27 -0000	1.16
@@ -1 +1 @@
-50ebdf88ede4b1265e9a69b20e356f44  rpmlint-0.79.tar.bz2
+31e1bda0b4e19188a7a5b075dc1a203f  rpmlint-0.80.tar.bz2




More information about the scm-commits mailing list