From 759ad93a6236f14a4cfe9f89a39f8991823e2522 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 21 Mar 2024 11:48:40 +0100 Subject: [PATCH] add gating.yaml Related: RHEL-25983 --- gating.yaml | 7 +++++++ oqsprovider.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4c3ba96 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} diff --git a/oqsprovider.spec b/oqsprovider.spec index e7c8812..467711c 100644 --- a/oqsprovider.spec +++ b/oqsprovider.spec @@ -1,7 +1,7 @@ %global oqs_version 0.5.3 Name: oqsprovider Version: %{oqs_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: oqsprovider is an OpenSSL provider for quantum-safe algorithms based on liboqs License: Apache-2.0 AND MIT @@ -46,6 +46,10 @@ install %{_vpath_builddir}/lib/oqsprovider.so $RPM_BUILD_ROOT/%{_libdir}/ossl-mo %{_libdir}/ossl-modules/oqsprovider.so %changelog +* Thu Mar 21 2024 Dmitry Belyavskiy - 0.5.3-3 +- add gating.yaml + Related: RHEL-25983 + * Fri Mar 01 2024 Dmitry Belyavskiy - 0.5.3-2 - We run tests with specially crafted OpenSSL configuration, not the system one Resolves: RHEL-25983