From 2512a449e386713529037d0c13f47ffd29f1e4b7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 09 2018 17:06:54 +0000 Subject: add BuildRequires: gcc-c++,gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- diff --git a/zbackup.spec b/zbackup.spec index 74b7029..0f2b62f 100644 --- a/zbackup.spec +++ b/zbackup.spec @@ -16,6 +16,8 @@ License: GPLv2+ with exceptions URL: http://zbackup.org/ Source0: https://github.com/zbackup/zbackup/archive/%{version}.tar.gz +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: %{cmake_pkg} >= 2.8.2 BuildRequires: xz-devel BuildRequires: openssl-devel