Fix building on RHEL8

This commit is contained in:
Morten Stevens 2020-12-21 15:55:50 +01:00
parent 3dad03f18c
commit e26035df5f
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: pdns Name: pdns
Version: 4.4.0 Version: 4.4.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver Summary: A modern, advanced and high performance authoritative-only nameserver
License: GPLv2 License: GPLv2
URL: http://powerdns.com URL: http://powerdns.com
@ -31,6 +31,9 @@ BuildRequires: luajit-devel
%endif %endif
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: p11-kit-devel BuildRequires: p11-kit-devel
%if 0%{?rhel} == 8
BuildRequires: perl
%endif
BuildRequires: protobuf-compiler BuildRequires: protobuf-compiler
BuildRequires: protobuf-devel BuildRequires: protobuf-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
@ -310,6 +313,9 @@ exit 0
%{_unitdir}/ixfrdist@.service %{_unitdir}/ixfrdist@.service
%changelog %changelog
* Mon Dec 21 2020 Morten Stevens <mstevens@fedoraproject.org> - 4.4.0-2
- Fix building on RHEL8
* Mon Dec 21 2020 Morten Stevens <mstevens@fedoraproject.org> - 4.4.0-1 * Mon Dec 21 2020 Morten Stevens <mstevens@fedoraproject.org> - 4.4.0-1
- Update to 4.4.0 - Update to 4.4.0