diff --git a/gating.yaml b/gating.yaml index dc3b678..3442642 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: desktop-qe.desktop-ci.tier0-gating.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/openexr.spec b/openexr.spec index f58482c..ea280ce 100644 --- a/openexr.spec +++ b/openexr.spec @@ -3,7 +3,7 @@ Name: openexr Version: 3.1.10 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Provides the specification and reference implementation of the EXR file format License: BSD-3-Clause @@ -32,6 +32,7 @@ BuildRequires: zlib-devel Obsoletes: OpenEXR < 2.5.3 Provides: OpenEXR = %{version}-%{release} +Requires: openexr-libs%{?_isa} = %{version}-%{release} %description OpenEXR is an open-source high-dynamic-range floating-point image file format @@ -161,6 +162,9 @@ EXCLUDE_REGEX='ReadDeep|DWA[AB]Compression|testCompression|Rgba|SampleImages|Sha %changelog +* Tue Apr 28 2026 Josef Ridky - 3.1.10-11 +- fix rpmspec error + * Mon Apr 27 2026 Josef Ridky - 3.1.10-10 - fix CVE-2026-34588