From a43df8c92f3115c48c4d4b33973d21a7cd4372a6 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Nov 01 2019 16:32:37 +0000 Subject: Make the dependency of python3-arcus on libarcus strict Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767762 --- diff --git a/libarcus.spec b/libarcus.spec index eeb3a75..a410ee8 100644 --- a/libarcus.spec +++ b/libarcus.spec @@ -1,6 +1,6 @@ Name: libarcus Version: 4.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Communication library between internal components for Ultimaker software License: LGPLv3+ URL: https://github.com/Ultimaker/libArcus @@ -43,6 +43,7 @@ Development files. %package -n python3-arcus Summary: Python 3 libArcus bindings +Requires: %{name}%{?_isa} = %{version}-%{release} %{?_sip_api:Requires: python3-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}} %{?python_provide:%python_provide python3-arcus} @@ -85,6 +86,9 @@ sed -i 's/Python3_SITELIB/Python3_SITEARCH/' cmake/SIPMacros.cmake %{python3_sitearch}/Arcus.so %changelog +* Fri Nov 01 2019 Miro Hrončok - 4.1.0-5 +- Make the dependency of python3-arcus on libarcus strict (#1767762) + * Mon Sep 16 2019 Rex Dieter - 4.1.0-4 - use python3-pyqt5-sip (#1748527#c12)