From eec8bf8662241749817b3076b60f95011d627180 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 05:50:16 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- tbb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index 532cdba..23b6ae5 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: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -201,6 +201,9 @@ cmake \ %{python3_sitearch}/__pycache__/TBB* %changelog +* Fri Apr 16 2021 Mohan Boddu - 2020.3-6 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Mon Feb 22 2021 Jerry James - 2020.3-5 - Fix cmake file installation some more (bz 1930389)