Update rpminspect.yaml
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
a829a91a08
commit
4af42abbba
@ -13,3 +13,20 @@ rpmdeps:
|
|||||||
# ignore auto dependencies like: (crate(bindgen/default) >= 0.59.0 with crate(bindgen/default) < 0.60.0~)'
|
# ignore auto dependencies like: (crate(bindgen/default) >= 0.59.0 with crate(bindgen/default) < 0.60.0~)'
|
||||||
ignore:
|
ignore:
|
||||||
requires: ^\(crate\(.*\)$
|
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
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Daemon that manages block devices to create filesystems
|
Summary: Daemon that manages block devices to create filesystems
|
||||||
|
|
||||||
# ASL 2.0
|
# ASL 2.0
|
||||||
@ -155,6 +155,9 @@ a2x -f manpage docs/stratisd.txt
|
|||||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 01 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-2
|
||||||
|
- Update rpminspect.yaml
|
||||||
|
|
||||||
* Tue Jan 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-1
|
* Tue Jan 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-1
|
||||||
- Update to 3.5.0
|
- Update to 3.5.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user