#53 rpmlintrc updates
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python3 rpmlint  into  master

file modified
+2 -2
@@ -26,12 +26,12 @@ 

  

  # some devel files that are deliberately needed

  addFilter(r'devel-file-in-non-devel-package /usr/include/python3\.\dm/pyconfig-(32|64)\.h')

- addFilter(r'devel-file-in-non-devel-package /usr/lib64/python3\.\d/distutils/tests/xxmodule\.c')

+ addFilter(r'devel-file-in-non-devel-package /usr/lib(64)?/python3\.\d/distutils/tests/xxmodule\.c')

  

  

  # SORRY, NOT SORRY:

  # manual pages

- addFilter(r'no-manual-page-for-binary (idle|pydoc|pyvenv|2to3|python3-debug|pathfix\.py)')

+ addFilter(r'no-manual-page-for-binary (idle|pydoc|pyvenv|2to3|python3-debug|pathfix|msgfmt|pygettext)')

  addFilter(r'no-manual-page-for-binary python3.*-config$')

  addFilter(r'no-manual-page-for-binary python3.\dd?m$')

  

  • put 64 in ()? to support 32bit RPMs
  • add new executables to the manpages ignore list

Tested it and it works as expected. No more warnings on missing man pages for msgfmt and pygettext. Also the warning for xxmodule from the python3-test subpackage has been suppressed as well from the 32 bits rpm.

Merge at will.

Pull-Request has been merged by churchyard

5 years ago