From 6f6e0a83a81ca68ef0b37f52f5f863d5e461273d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 21 Feb 2023 10:08:33 +0000 Subject: [PATCH] Add versioned Requires: to python module --- tbb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index db7be94..816f310 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,7 +1,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2020.3 -Release: 15%{?dist} +Release: 16%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -75,6 +75,7 @@ C++ library. %package -n python3-%{name} Summary: Python 3 TBB module +Requires: %{name}%{?_isa} = %{version}-%{release} %description -n python3-%{name} Python 3 TBB module. @@ -210,6 +211,9 @@ cmake \ %{python3_sitearch}/__pycache__/TBB* %changelog +* Tue Feb 21 2023 Jonathan Wakely - 2020.3-16 +- Add versioned Requires: to python module + * Sat Jan 21 2023 Fedora Release Engineering - 2020.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild