Resolves: RHEL-164926 - fix related issues found during testing

Signed-off-by: Josef Ridky <jridky@redhat.com>
This commit is contained in:
Josef Ridky 2026-04-28 09:18:31 +02:00
parent e42e39db59
commit ae51f6386f
2 changed files with 6 additions and 2 deletions

View File

@ -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}

View File

@ -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 <jridky@redhat.com> - 3.1.10-11
- fix rpmspec error
* Mon Apr 27 2026 Josef Ridky <jridky@redhat.com> - 3.1.10-10
- fix CVE-2026-34588