Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MediaArea/ZenLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Gervais <gervais.maxime@gmail.com>2019-10-07 14:18:11 +0300
committerMaxime Gervais <gervais.maxime@gmail.com>2019-10-07 14:18:11 +0300
commitbd47f4bdf6e24c12e92ce56b33b04912dca15d59 (patch)
treee3d6860d24092d185a923c551a96783059b94105 /Project
parentb71871cfb62629e18bf0c8c6c1ae503a8d603192 (diff)
Fix OBS build for CentOS8
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
Diffstat (limited to 'Project')
-rw-r--r--Project/GNU/libzen.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/GNU/libzen.spec b/Project/GNU/libzen.spec
index 6283cfe..0076e2f 100644
--- a/Project/GNU/libzen.spec
+++ b/Project/GNU/libzen.spec
@@ -34,6 +34,9 @@ BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: automake
BuildRequires: autoconf
+%if 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800
+BuildRequires: gdb
+%endif
%description
ZenLib is a C++ utility library. It includes classes for handling strings,