Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-12-09 14:12:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint", Maintainer is "dmuel...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-11-30 
12:30:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2012-12-09 
14:12:06.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  7 12:53:43 UTC 2012 - sasc...@suse.de
+
+- Add suse-manpages-for-rc-scripts.patch: Don't complain about
+  missing man-pages for rc-scripts
+
+-------------------------------------------------------------------

New:
----
  suse-manpages-for-rc-scripts.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.QrWSlU/_old  2012-12-09 14:12:08.000000000 +0100
+++ /var/tmp/diff_new_pack.QrWSlU/_new  2012-12-09 14:12:08.000000000 +0100
@@ -117,6 +117,9 @@
 Patch88:        suse-speccheck-utf8.diff
 Patch89:        suse-python-abi-check.diff
 Patch90:        python3_magic_number_fix.diff
+# PATCH-FIX-OPENSUSE: sasc...@suse.de - Don't complain about missing man-pages 
for rc-scripts
+Patch91:        suse-manpages-for-rc-scripts.patch
+
 %py_requires
 
 %description
@@ -190,6 +193,7 @@
 %patch88
 %patch89
 %patch90
+%patch91 -p1
 cp -p %{SOURCE2} .
 # Only move top-level python files 
 chmod 0755 rpmlint-checks-master/*.py


++++++ suse-manpages-for-rc-scripts.patch ++++++
diff -ruN a/FilesCheck.py b/FilesCheck.py
--- a/FilesCheck.py     2011-12-04 17:22:02.000000000 +0100
+++ b/FilesCheck.py     2012-12-07 13:48:46.544507295 +0100
@@ -948,7 +948,7 @@
         for exe, paths in bindir_exes.items():
             if len(paths) > 1:
                 printWarning(pkg, "duplicate-executable", exe, paths)
-            if exe not in man_basenames:
+            if exe not in man_basenames and not exe.startswith("rc") and 
len(paths) is not 0:
                 printWarning(pkg, "no-manual-page-for-binary", exe)
 
 # Create an object to enable the auto registration of the test
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to