public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Fix upgradability issues
@ 2026-08-28 13:32 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-28 13:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : ef2f6e9368705d871a098aae0e6b058064537a3e
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2023-09-29T10:44:39-04:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/ef2f6e9368705d871a098aae0e6b058064537a3e?branch=opencv5
Log:
Fix upgradability issues
---
diff --git a/opencv.spec b/opencv.spec
index e92f974..7de0f37 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -207,6 +207,7 @@ BuildRequires: mesa-dri-drivers
%endif
Requires: opencv-core%{_isa} = %{version}-%{release}
+Requires: opencv-data = %{version}-%{release}
%description
OpenCV means Intel® Open Source Computer Vision Library. It is a collection of
@@ -219,6 +220,7 @@ Summary: OpenCV core libraries
Provides: bundled(quirc) = 1.0
Obsoletes: python2-%{name} < %{version}
# any removed modules should be listed here
+Obsoletes: %{name}-core < 4.8.0-2
Obsoletes: %{name}-contrib < 4.8.0-2
%description core
@@ -227,6 +229,7 @@ This package contains the OpenCV C/C++ core libraries.
%package data
Summary: OpenCV data
+BuildArch: noarch
%description data
This package contains OpenCV data.
@@ -326,7 +329,7 @@ This package contains the OpenCV %{moduledesc} module runtime.\
%package devel
Summary: Development files for using the OpenCV library
Requires: %{name}%{_isa} = %{version}-%{release}
-Requires: %{name}-data%{_isa} = %{version}-%{release}
+Requires: %{name}-data = %{version}-%{release}
Requires: %{opencv_devel_requires}
%description devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:32 [rpms/opencv] opencv5: Fix upgradability issues Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox