From 103d8d98cf1080783646790128cf590a3200ea15 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 22 Apr 2024 21:51:27 -0600 Subject: [PATCH] Build with gui again --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 011d98b..c812fee 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,7 +17,7 @@ %bcond_without git_test # Set to bcond_with or use --without gui to disable qt gui build -%bcond_with gui +%bcond_without gui # Use ncurses for colorful output %bcond_without ncurses @@ -72,7 +72,7 @@ %global patch_version 3 # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 3 +%global baserelease 4 # Set to RC version if building RC, else comment out. #%%global rcsuf rc3 @@ -549,6 +549,9 @@ popd %changelog +* Tue Apr 23 2024 Orion Poplawski - 3.28.3-4 +- Build with gui again + * Tue Apr 23 2024 Orion Poplawski - 3.28.3-3 - Rebuild for rhash 1.4.4 soname bump - Build without gui to avoid circular dep on self