From 7be26b94311533ea90f12fba8022bc3a3dc7450b Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Fri, 3 Feb 2023 10:52:53 -0500 Subject: [PATCH] Remove debuginfo ignore from rpminspect.yaml Signed-off-by: Bryan Gurney --- rpminspect.yaml | 7 ------- stratisd.spec | 5 ++++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index d284158..b1f9eb1 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -13,10 +13,3 @@ 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* diff --git a/stratisd.spec b/stratisd.spec index 5efeb93..0a0781a 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.5.0 -Release: 3%{?dist} +Release: 4%{?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 +* Fri Feb 03 2023 Bryan Gurney - 3.5.0-4 +- Remove debuginfo ignore from rpminspect.yaml + * Thu Feb 02 2023 Bryan Gurney - 3.5.0-3 - Remove elf ignore from rpminspect.yaml