Add BuildRequires: gcc
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
b917ff0f18
commit
ae4a2061f6
@ -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 <jdieter@gmail.com> - 3.12.0-6
|
||||
- Add BuildRequires: gcc and BuildRequires: gcc-c++
|
||||
|
||||
* Thu Feb 08 2018 Jonathan Dieter <jdieter@gmail.com> - 3.12.0-5
|
||||
- Remove obsolete Group tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user