Due to the special nature of stress-ng, it's not even possible to compile
with -fpic or -fPIC, so turning annocheck off Resolves: RHEL-33521 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
83c276ec79
commit
461a3c9894
@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
inspections:
|
inspections:
|
||||||
badfuncs: off
|
badfuncs: off
|
||||||
annocheck:
|
annocheck: off
|
||||||
- rhel-policy: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
|
|
||||||
extra_opts:
|
|
||||||
- hardened: --skip-optimization --skip-cf-protection --skip-property-note --ignore-unknown --skip-dynamic-tags --verbose
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.18.06
|
Version: 0.18.06
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Stress test a computer system in various ways
|
Summary: Stress test a computer system in various ways
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -62,6 +62,11 @@ install -pm 644 bash-completion/%{name} \
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 24 2025 John Kacur <jkacur@redhat.com> - 0.18.06-6
|
||||||
|
- Due to the special nature of stress-ng, it's not even possible to compile
|
||||||
|
with -fpic or -fPIC, so turning annocheck off
|
||||||
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Thu Jan 23 2025 John Kacur <jkacur@redhat.com> - 0.18.06-05
|
* Thu Jan 23 2025 John Kacur <jkacur@redhat.com> - 0.18.06-05
|
||||||
- Adding --skip-dynamic-tags to exceptions in rpminspect.yaml
|
- Adding --skip-dynamic-tags to exceptions in rpminspect.yaml
|
||||||
Resolves: RHEL-33521
|
Resolves: RHEL-33521
|
||||||
|
Loading…
Reference in New Issue
Block a user