public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Fix upgradability issues
Date: Fri, 28 Aug 2026 13:32:34 GMT	[thread overview]
Message-ID: <178792395474.1.15423227815350525570.rpms-opencv-ef2f6e936870@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-28 13:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178792395474.1.15423227815350525570.rpms-opencv-ef2f6e936870@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox