Filter out python-missing-require warnings
Fedora's style of Python requirements is not supported Upstream: https://github.com/rpm-software-management/rpmlint/issues/1171 Resolves: rhbz#2260169
This commit is contained in:
parent
95a2da484c
commit
6d032d6270
@ -326,6 +326,8 @@ Filters = [
|
||||
# ignore missing .hash section; we still warn if .gnu.hash is missing
|
||||
# https://bugzilla.redhat.com/2132969
|
||||
' missing-hash-section ',
|
||||
# https://bugzilla.redhat.com/2260169
|
||||
' python-missing-require ',
|
||||
|
||||
## Bash completion files are not scripts, do not require them marked as %config
|
||||
# 'W: non-conffile-in-etc /etc/bash_completion.d/',
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: rpmlint
|
||||
Version: 2.5.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Tool for checking common errors in RPM packages
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/rpm-software-management/rpmlint
|
||||
@ -103,6 +103,11 @@ cp -a %{SOURCE1} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}/xdg
|
||||
%{_bindir}/rpmlint
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2024 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-5
|
||||
- Filter out python-missing-require warnings,
|
||||
Fedora's style of Python requirements is not supported
|
||||
- Resolves: rhbz#2260169
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user