From a09aee0692b99db6deedeef6e59bccb6e2a8454d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 25 Jan 2024 16:06:56 +0000 Subject: [PATCH] Remove Requires:python3-docs for tbb-doc subpackage --- tbb.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tbb.spec b/tbb.spec index 0c598a7..3857590 100644 --- a/tbb.spec +++ b/tbb.spec @@ -68,9 +68,6 @@ Blocks (TBB) C++ libraries. %package doc Summary: The Threading Building Blocks documentation -%if %{with py3docs} -Requires: python3-docs -%endif %ifarch %{ix86} # https://bugzilla.redhat.com/show_bug.cgi?id=2174300 Conflicts: %{name}-doc.x86_64 @@ -192,6 +189,7 @@ ctest --output-on-failure --force-new-ctest-process %changelog * Mon Jan 22 2024 Jonathan Wakely - 2021.11.0-4 - Rename 32-bit arch /usr/lib/pkgconfig/tbb32.pc to tbb.pc +- Remove Requires:python3-docs for tbb-doc subpackage * Fri Jan 19 2024 Yaakov Selkowitz - 2021.11.0-3 - Avoid python3-docs dependency on RHEL