add systemd to UsrLibBinaryException

This commit is contained in:
Tom Callaway 2014-06-25 12:39:23 -04:00
parent 22237e2dc9
commit fd3ffabf2a
2 changed files with 7 additions and 1 deletions

View File

@ -322,6 +322,9 @@ setOption("ValidLicenses", (
setOption('SystemLibPaths', ('/lib', '/lib64', '/usr/lib', '/usr/lib64'))
# Add systemd dir to ignored path for UsrLibBinaryException
setOption('UsrLibBinaryException', '^/usr/lib/(perl|python|menu|pkgconfig|systemd|lib[^/]+\.(so|l?a)$)')
# Get standard users and groups from the setup package's uidgid file
setOption('StandardUsers', [])
setOption('StandardGroups', [])

View File

@ -1,6 +1,6 @@
Name: rpmlint
Version: 1.5
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
@ -114,6 +114,9 @@ make check
%changelog
* Wed Jun 25 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-11
- add systemd to UsrLibBinaryException
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-10
- fix python 3.4 magic number (#1102846)