From 62d0f3cc323a88d7f1950c8079f5b11408379733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 3 Oct 2016 06:49:49 +0200 Subject: [PATCH] Bootstrap without gui, due inter-circular dependency in qt5-rpm-macros --- cmake.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index b58ddd2..c0773e6 100644 --- a/cmake.spec +++ b/cmake.spec @@ -3,7 +3,7 @@ %bcond_with bootstrap # Set to bcond_with or use --without gui to disable qt4 gui build -%bcond_without gui +%bcond_with gui # Setting the Python-version used by default %if 0%{?rhel} && 0%{?rhel} < 8 @@ -412,6 +412,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog * Mon Oct 03 2016 Björn Esser - 3.6.2-5 - Rebuilt for libjsoncpp.so.11 +- Bootstrap without gui, due inter-circular dependency in qt5-rpm-macros * Mon Sep 26 2016 Orion Poplawski - 3.6.2-4 - Add upstream patch for Qt5 QFileDialog usage