From fce87bd00a8f2f8309225826a5673651d4eb0b9b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Mar 2017 08:19:02 -0500 Subject: [PATCH] -assistant: Provides: bundled(clucene09) (f26+) --- qt5-qttools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 469ebcb..ea06a9b 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -13,7 +13,7 @@ Summary: Qt5 - QtTool components Name: qt5-qttools Version: 5.7.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -119,6 +119,9 @@ Conflicts: qt5-tools < 5.4.0-0.2 %package -n qt5-assistant Summary: Documentation browser for Qt5 +%if ! 0%{?system_clucene} +Provides: bundled(clucene09) +%endif Requires: %{name}-common = %{version}-%{release} %description -n qt5-assistant %{summary}. @@ -494,6 +497,9 @@ fi %changelog +* Tue Mar 21 2017 Rex Dieter - 5.7.1-6 +- -assistant: Provides: bundled(clucene09) (f26+) + * Fri Feb 17 2017 Rex Dieter - 5.7.1-5 - disable system_lucene on f26+ (#1424227, #1424046)