From ae4a2061f6c1f8efe9241055612a289c00be61e1 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Wed, 7 Mar 2018 13:51:33 +0200 Subject: [PATCH] Add BuildRequires: gcc Signed-off-by: Jonathan Dieter --- lizardfs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lizardfs.spec b/lizardfs.spec index 8a149d9..e66b923 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -1,7 +1,7 @@ Name: lizardfs Summary: Distributed, fault tolerant file system Version: 3.12.0 -Release: 5%{?dist} +Release: 6%{?dist} # LizardFS is under GPLv3 while crcutil is under ASL 2.0 and there's one header, # src/common/coroutine.h, under the Boost license License: GPLv3 and ASL 2.0 and Boost @@ -11,6 +11,8 @@ Source1: pam-lizardfs Source2: 95-lizardfs.conf # Use spdlog system library if available Patch0: 0001-Put-customized-spdlog-in-source-so-we-don-t-download.patch +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: fuse-devel BuildRequires: cmake BuildRequires: pkgconfig @@ -401,6 +403,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/limits.d/95-lizardf %changelog +* Wed Mar 07 2018 Jonathan Dieter - 3.12.0-6 +- Add BuildRequires: gcc and BuildRequires: gcc-c++ + * Thu Feb 08 2018 Jonathan Dieter - 3.12.0-5 - Remove obsolete Group tag