disable no-library-dependency-for/on checks in Fedora

This commit is contained in:
Tom spot Callaway 2022-01-06 16:48:00 -05:00
parent 8c17654054
commit 73ebf18e2c
2 changed files with 8 additions and 1 deletions

View File

@ -321,6 +321,10 @@ Filters = [
'sudo.* (setuid-binary|non-standard-executable-perm) /usr/bin/sudo(edit)? (root )?04',
'upstart.* (setuid-binary|non-standard-executable-perm) /sbin/initctl (root )?04',
'usermode.* (setuid-binary|non-standard-executable-perm) /usr/sbin/userhelper (root )?04',
# Only works properly with SUSE packages. See
# https://github.com/rpm-software-management/rpmlint/issues/781
'no-library-dependency-for',
'no-library-dependency-on',
## Bash completion files are not scripts, do not require them marked as %config
# 'W: non-conffile-in-etc /etc/bash_completion.d/',

View File

@ -2,7 +2,7 @@
Name: rpmlint
Version: 2.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for checking common errors in RPM packages
License: GPLv2
URL: https://github.com/rpm-software-management/rpmlint
@ -68,6 +68,9 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysc
%{python3_sitelib}/rpmlint*
%changelog
* Thu Jan 6 2022 Tom Callaway <spot@fedoraproject.org> - 2.2.0-2
- disable no-library-dependency-for/on checks in Fedora
* Thu Dec 09 2021 Stephen Smoogen <ssmoogen@redhat.com> - 2.2.0-1
- Update to upstream 2.2.0