add gating.yaml
Related: RHEL-25983
This commit is contained in:
parent
d4f04a45ba
commit
759ad93a62
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -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}
|
@ -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 <dbelyavs@redhat.com> - 0.5.3-3
|
||||
- add gating.yaml
|
||||
Related: RHEL-25983
|
||||
|
||||
* Fri Mar 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.5.3-2
|
||||
- We run tests with specially crafted OpenSSL configuration, not the system one
|
||||
Resolves: RHEL-25983
|
||||
|
Loading…
Reference in New Issue
Block a user