From 303e689109ddbbd345bff564cf608e2e667c04c9 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 10 Dec 2021 14:30:26 +0100 Subject: [PATCH] disable annocheck Resolves: RHELPLAN-98253 Signed-off-by: Antonio Murdaca --- clevis-pin-tpm2.spec | 5 ++++- gating.yaml | 2 -- rpminspect.yaml | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 rpminspect.yaml diff --git a/clevis-pin-tpm2.spec b/clevis-pin-tpm2.spec index a3307e4..7d15856 100644 --- a/clevis-pin-tpm2.spec +++ b/clevis-pin-tpm2.spec @@ -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 - 0.5.1-2 +- rebuilt to disable annocheck for Rust code + * Thu Dec 09 2021 Antonio Murdaca - 0.5.1-1 - rebuilt to add gating and relicense to MIT diff --git a/gating.yaml b/gating.yaml index c270c71..648918d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2771533 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + annocheck: off