disable annocheck

Resolves: RHELPLAN-98253

Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
Antonio Murdaca 2021-12-10 14:30:26 +01:00
parent dd240c25fc
commit 303e689109
No known key found for this signature in database
GPG Key ID: 576F613F7E314156
3 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Name: clevis-pin-tpm2
Version: 0.5.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Clevis PIN for unlocking with TPM2 supporting Authorized Policies
License: MIT
@ -46,6 +46,9 @@ ln -s /usr/bin/clevis-pin-tpm2 %{buildroot}/usr/bin/clevis-decrypt-tpm2plus
%{_bindir}/clevis-*-tpm2plus
%changelog
* Fri Dec 10 2021 Antonio Murdaca <runcom@linux.com> - 0.5.1-2
- rebuilt to disable annocheck for Rust code
* Thu Dec 09 2021 Antonio Murdaca <runcom@linux.com> - 0.5.1-1
- rebuilt to add gating and relicense to MIT

View File

@ -4,5 +4,3 @@ product_versions:
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
annocheck:
- hardened: --skip-cf-protection --skip-property-note --ignore-unknown --verbose

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
---
inspections:
annocheck: off