diff --git a/OpenImageIO.spec b/OpenImageIO.spec index 6ba8f4d..3bbf69d 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -3,7 +3,7 @@ Name: OpenImageIO Version: 2.2.14.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for reading and writing images License: BSD and MIT @@ -107,6 +107,9 @@ with any formats for which plugins are available). %package devel Summary: Documentation for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +# The next two are required due to the binaries having cmake targets exported, see: +# https://bugzilla.redhat.com/show_bug.cgi?id=1959632 +Requires: %{name}-iv%{?_isa} = %{version}-%{release} Requires: %{name}-utils%{?_isa} = %{version}-%{release} Requires: OpenEXR-devel Requires: opencv-devel @@ -196,6 +199,9 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1 %changelog +* Thu May 20 2021 Richard Shaw - 2.2.14.0-3 +- Add iv package as well, fixes #1959632. + * Wed May 19 2021 Richard Shaw - 2.2.14.0-2 - Require utils package in devel package, fixes #1959632.