diff --git a/fedora.toml b/fedora.toml index 755fd3f..3bffa7d 100644 --- a/fedora.toml +++ b/fedora.toml @@ -323,6 +323,9 @@ Filters = [ # https://github.com/rpm-software-management/rpmlint/issues/781 'no-library-dependency-for', 'no-library-dependency-on', + # ignore missing .hash section; we still warn if .gnu.hash is missing + # https://bugzilla.redhat.com/2132969 + ' missing-hash-section ', ## Bash completion files are not scripts, do not require them marked as %config # 'W: non-conffile-in-etc /etc/bash_completion.d/', diff --git a/rpmlint.spec b/rpmlint.spec index c3ef5cc..68332a7 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -83,6 +83,7 @@ cp -a %{SOURCE1} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}/xdg * Fri Oct 07 2022 Todd Zullinger - 2.4.0-3 - disable various errors/warnings for debug/devel packages - fix broken regex for no-manual-page-for-binary check (rhbz#2132936) +- ignore missing-hash-section error (rhbz#2132969) * Wed Oct 05 2022 Miro HronĨok - 2.4.0-2 - remove the license list, depend on rpmlint-fedora-license-data instead