Fix building on RHEL8
This commit is contained in:
parent
3dad03f18c
commit
e26035df5f
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pdns
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||
License: GPLv2
|
||||
URL: http://powerdns.com
|
||||
@ -31,6 +31,9 @@ BuildRequires: luajit-devel
|
||||
%endif
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
%if 0%{?rhel} == 8
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
BuildRequires: protobuf-compiler
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: libcurl-devel
|
||||
@ -310,6 +313,9 @@ exit 0
|
||||
%{_unitdir}/ixfrdist@.service
|
||||
|
||||
%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
|
||||
- Update to 4.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user