BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire)
This commit is contained in:
parent
329cfa5b4d
commit
b20c5459a1
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pdns
|
||||
Version: 4.1.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
@ -18,6 +18,7 @@ Requires(postun): systemd-units
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libsodium-devel
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: openssl-devel
|
||||
@ -303,6 +304,9 @@ exit 0
|
||||
%{_libdir}/%{name}/libtinydnsbackend.so
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Ruben Kerkhof <ruben@rubenkerkhof.com> - 4.1.1-2
|
||||
- BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire)
|
||||
|
||||
* Fri Feb 16 2018 Morten Stevens <mstevens@fedoraproject.org> - 4.1.1-1
|
||||
- Update to 4.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user