From 72c0cdd9fe2412ad150d95361e2b49a5d57fba54 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 17 Feb 2017 10:43:18 -0600 Subject: [PATCH] disable system_lucene on f26+ (#1424227, #1424046) --- qt5-qttools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 374ee54..469ebcb 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -1,5 +1,5 @@ %global qt_module qttools -%if 0%{?fedora} > 19 || 0%{?rhel} > 6 +%if (0%{?fedora} > 19 && 0%{?fedora} < 26) || 0%{?rhel} > 6 %global system_clucene 1 %endif @@ -494,6 +494,9 @@ fi %changelog +* Fri Feb 17 2017 Rex Dieter - 5.7.1-5 +- disable system_lucene on f26+ (#1424227, #1424046) + * Sat Feb 11 2017 Fedora Release Engineering - 5.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild