diff --git a/rpminspect.yaml b/rpminspect.yaml index d69cac8..d284158 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -14,19 +14,9 @@ rpmdeps: ignore: requires: ^\(crate\(.*\)$ -elf: - # rpminspect error: "lost full GNU_RELRO security protection on i686" - # Suggested remedy: Ensure executables are linked with with '-z relro -z now' - # ignoring because this is a consequence of static compilation on some archs - # https://github.com/rust-lang/rust/pull/86374 - ignore: - - /usr/lib/udev/stratis-str-cmp - - /usr/lib/udev/stratis-base32-decode - 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-str-cmp - - /usr/lib/udev/stratis-base32-decode + - /usr/lib/udev/stratis* diff --git a/stratisd.spec b/stratisd.spec index 4fe8c97..5efeb93 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.5.0 -Release: 2%{?dist} +Release: 3%{?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 +* Thu Feb 02 2023 Bryan Gurney - 3.5.0-3 +- Remove elf ignore from rpminspect.yaml + * Wed Feb 01 2023 Bryan Gurney - 3.5.0-2 - Update rpminspect.yaml