diff --git a/gating.yaml b/gating.yaml index bc9962e..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.khw-gating-pesign-el10.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/pesign.patches b/pesign.patches index 0a9b439..c692af5 100644 --- a/pesign.patches +++ b/pesign.patches @@ -1,3 +1,5 @@ Patch0001: 0001-cms_common-Fixed-Segmentation-fault.patch Patch0002: 0002-Fix-reversed-calloc-arguments.patch -Patch0003: 0003-Add-versioned-x86_64-arches-support.patch + +# AlmaLinux Patch +Patch3: 0003-Add-versioned-x86_64-arches-support.patch diff --git a/pesign.spec b/pesign.spec index e9f8d4d..aff1b0c 100644 --- a/pesign.spec +++ b/pesign.spec @@ -6,7 +6,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 116 -Release: 6%{?dist}.alma.1 +Release: 7%{?dist}.alma.1 License: GPL-2.0-only URL: https://github.com/rhboot/pesign @@ -162,9 +162,13 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null %{python3_sitelib}/mockbuild/plugins/pesign.* %changelog -* Tue Dec 17 2024 Andrew Lukoshko - 116-6.alma.1 +* Sat Jul 04 2026 Andrei Lukoshko - 116-7.alma.1 - Add versioned x86_64 arches support +* Tue Jun 30 2026 Marta Lewandowska - 116-7 +- Move gating tests to Testing Farm + Resolves: RHEL-190540 + * Tue Oct 29 2024 Troy Dawson - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018