rpms/rpmlint/F-13 .cvsignore, 1.31, 1.32 rpmlint.config, 1.42, 1.43 rpmlint.spec, 1.75, 1.76 sources, 1.31, 1.32

Ville Skyttä scop at fedoraproject.org
Wed Jun 23 19:42:50 UTC 2010


Author: scop

Update of /cvs/pkgs/rpms/rpmlint/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22478/F-13

Modified Files:
	.cvsignore rpmlint.config rpmlint.spec sources 
Log Message:
* Wed Jun 23 2010 Ville Skyttä <ville.skytta at iki.fi> - 0.98-1
- Update to 0.98; fixes #599427 and #599516.
- Filter out all lib*-java and lib*-python explicit-lib-dependency messages.
- Sync Fedora license list with Wiki revision 1.75; fixes #600317.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-13/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	18 May 2010 20:07:29 -0000	1.31
+++ .cvsignore	23 Jun 2010 19:42:50 -0000	1.32
@@ -1 +1 @@
-rpmlint-0.97.tar.bz2
+rpmlint-0.98.tar.bz2


Index: rpmlint.config
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-13/rpmlint.config,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- rpmlint.config	18 May 2010 20:07:29 -0000	1.42
+++ rpmlint.config	23 Jun 2010 19:42:50 -0000	1.43
@@ -40,7 +40,7 @@ setOption("DanglingSymlinkExceptions", (
 setOption("ValidLicenses", (
     # These are the short names for all of the Fedora approved licenses.
     # The master list is kept here: http://fedoraproject.org/wiki/Licensing
-    # Last synced with revision "1.73, 3 May 2010" of that page.
+    # Last synced with revision "1.75, 3 June 2010" of that page.
     'AAL',
     'Adobe',
     'ADSL',
@@ -232,6 +232,7 @@ setOption("ValidLicenses", (
     'FBSDDL',
     'GFDL',
     'IEEE',
+    'LDPL',
     'OFSFDL',
     'Open Publication',
     'Public Use',
@@ -322,7 +323,6 @@ addFilter("executable-in-library-package
 addFilter("non-versioned-file-in-library-package")
 addFilter("requires-on-release")
 addFilter("jar-not-indexed")
-addFilter("invalid-(lc-messages|locale-man)-dir")
 addFilter("outside-libdir-files")
 addFilter("-debuginfo.* no-documentation")
 addFilter("-debuginfo.* /usr/lib/debug/")
@@ -331,7 +331,7 @@ addFilter("^gpg-pubkey:")
 addFilter(" doc-file-dependency .* /bin/sh$")
 addFilter("hardcoded-library-path .*/lib/udev(/|$)")
 addFilter("not-standard-release-extension")
-addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt(-python)?$)")
+addFilter("explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt$|.*-(java|python)$)")
 addFilter("filename-too-long-for-joliet")
 addFilter("symlink-should-be-")
 addFilter("dangling-\S*symlink /usr/share/doc/HTML/\S+/common .+/common$")


Index: rpmlint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-13/rpmlint.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- rpmlint.spec	18 May 2010 20:07:29 -0000	1.75
+++ rpmlint.spec	23 Jun 2010 19:42:50 -0000	1.76
@@ -1,5 +1,5 @@
 Name:           rpmlint
-Version:        0.97
+Version:        0.98
 Release:        1%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
@@ -21,7 +21,7 @@ Requires:       python >= 2.4
 %if ! 0%{?rhel}
 # python-magic and python-enchant are actually optional dependencies, but
 # they bring quite desirable features.  They're not available in RHEL/EPEL 5
-# as of 2010-04-22 though.
+# as of 2010-06-23 though.
 Requires:       python-magic
 Requires:       python-enchant
 %endif
@@ -78,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 23 2010 Ville Skyttä <ville.skytta at iki.fi> - 0.98-1
+- Update to 0.98; fixes #599427 and #599516.
+- Filter out all lib*-java and lib*-python explicit-lib-dependency messages.
+- Sync Fedora license list with Wiki revision 1.75; fixes #600317.
+
 * Tue May 18 2010 Ville Skyttä <ville.skytta at iki.fi> - 0.97-1
 - Update to 0.97; fixes #459452, #589432.
 - Filter out explicit-lib-dep messages for libvirt(-python) (Dan Kenigsberg).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpmlint/F-13/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- sources	18 May 2010 20:07:29 -0000	1.31
+++ sources	23 Jun 2010 19:42:50 -0000	1.32
@@ -1 +1 @@
-29ff6e9af160d1c619340a419a09a469  rpmlint-0.97.tar.bz2
+c1d0359586352574a2abdadebe2ddaf5  rpmlint-0.98.tar.bz2



More information about the scm-commits mailing list