disable no-library-dependency-for/on checks in Fedora
This commit is contained in:
parent
8c17654054
commit
73ebf18e2c
@ -321,6 +321,10 @@ Filters = [
|
|||||||
'sudo.* (setuid-binary|non-standard-executable-perm) /usr/bin/sudo(edit)? (root )?04',
|
'sudo.* (setuid-binary|non-standard-executable-perm) /usr/bin/sudo(edit)? (root )?04',
|
||||||
'upstart.* (setuid-binary|non-standard-executable-perm) /sbin/initctl (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',
|
'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
|
## Bash completion files are not scripts, do not require them marked as %config
|
||||||
# 'W: non-conffile-in-etc /etc/bash_completion.d/',
|
# 'W: non-conffile-in-etc /etc/bash_completion.d/',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/rpm-software-management/rpmlint
|
URL: https://github.com/rpm-software-management/rpmlint
|
||||||
@ -68,6 +68,9 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysc
|
|||||||
%{python3_sitelib}/rpmlint*
|
%{python3_sitelib}/rpmlint*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 09 2021 Stephen Smoogen <ssmoogen@redhat.com> - 2.2.0-1
|
||||||
- Update to upstream 2.2.0
|
- Update to upstream 2.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user