add systemd to UsrLibBinaryException
This commit is contained in:
parent
22237e2dc9
commit
fd3ffabf2a
@ -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', [])
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user