From b896a722b38a1e54ccaeb82a1d081e286fd6521c Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 31 May 2023 13:11:43 +0300 Subject: [PATCH] Disable BR for OIIO for bootstrap (riscv64) Signed-off-by: David Abdurachmanov --- OpenColorIO.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/OpenColorIO.spec b/OpenColorIO.spec index afcd06e..1ee6e14 100644 --- a/OpenColorIO.spec +++ b/OpenColorIO.spec @@ -5,7 +5,7 @@ Name: OpenColorIO Version: 2.2.1 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: Enables color transforms and image display across graphics apps License: BSD @@ -43,9 +43,9 @@ BuildRequires: zlib-devel # WARNING: OpenColorIO and OpenImageIO are cross dependent. # If an ABI incompatible update is done in one, the other also needs to be # rebuilt. -BuildRequires: cmake(OpenImageIO) -BuildRequires: OpenImageIO-iv -BuildRequires: OpenImageIO-utils +#BuildRequires: cmake(OpenImageIO) +#BuildRequires: OpenImageIO-iv +#BuildRequires: OpenImageIO-utils ####################### # Unbundled libraries # @@ -174,6 +174,9 @@ find %{buildroot} -type f -name "*.a" -exec rm -f {} \; %changelog +* Wed May 30 2023 David Abdurachmanov - 2.2.1-2.0.riscv64 +- Disable BR for OIIO for boostrap (riscv64) + * Wed Jan 18 2023 Fedora Release Engineering - 2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild