Add debuginfo ignore to rpminspect.yaml

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-02-20 10:26:43 -05:00
parent f5735d37d6
commit cf86e3aa20
2 changed files with 11 additions and 1 deletions

View File

@ -13,3 +13,10 @@ rpmdeps:
# ignore auto dependencies like: (crate(bindgen/default) >= 0.59.0 with crate(bindgen/default) < 0.60.0~)'
ignore:
requires: ^\(crate\(.*\)$
debuginfo:
# rpminspect error: "Contains .symtab"
# ignoring because this appears to be a bug in rpmbuild or further down the toolchain
# https://bugzilla.redhat.com/show_bug.cgi?id=2166149
ignore:
- /usr/lib/udev/stratis*

View File

@ -5,7 +5,7 @@
Name: stratisd
Version: 3.5.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Daemon that manages block devices to create filesystems
# ASL 2.0
@ -155,6 +155,9 @@ a2x -f manpage docs/stratisd.txt
%{_systemd_util_dir}/system-generators/stratis-setup-generator
%changelog
* Mon Feb 20 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-2
- Add debuginfo ignore to rpminspect.yaml
* Tue Feb 07 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-1
- Update to 3.5.1