From 349fdc3fec525b258a2315cfe48802555f450097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 6 Oct 2025 10:56:40 +0200 Subject: [PATCH] establish explicit dependency between opencv-core and qt5-qtbase Resolves: RHEL-118394 --- opencv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 38d7bc3..94fb570 100644 --- a/opencv.spec +++ b/opencv.spec @@ -54,7 +54,7 @@ Name: opencv Version: 3.4.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Collection of algorithms for computer vision # This is normal three clause BSD. License: BSD @@ -155,6 +155,7 @@ and Computer Vision algorithms. %package core Summary: OpenCV core libraries +Requires: qt5-qtbase%{?_isa} >= 5.15 %description core This package contains the OpenCV C/C++ core libraries. @@ -376,6 +377,9 @@ popd %{_libdir}/libopencv_xphoto.so.%{abiver}* %changelog +* Mon Oct 06 2025 Lukáš Zaoral - 3.4.6-9 +- establish explicit dependency between opencv-core and qt5-qtbase (RHEL-118394) + * Wed Aug 03 2022 Jiri Kucera - 3.4.6-8 - Fix cvSaveImage Resolves: #2104776