Add gcc-c++ BuildRequires
This commit is contained in:
parent
b177e54080
commit
f40ae8e202
@ -3,7 +3,7 @@
|
||||
|
||||
Name: zookeeper
|
||||
Version: 3.4.9
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: A high-performance coordination service for distributed applications
|
||||
License: ASL 2.0 and BSD
|
||||
URL: https://zookeeper.apache.org/
|
||||
@ -27,6 +27,7 @@ BuildRequires: boost-devel
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: java-javadoc
|
||||
@ -303,6 +304,9 @@ getent passwd zookeeper >/dev/null || \
|
||||
%doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README
|
||||
|
||||
%changelog
|
||||
* Thu Mar 08 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 3.4.9-9
|
||||
- Add gcc-c++ BuildRequires
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.9-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user