diff --git a/pdns.spec b/pdns.spec index 08e2e02..23a9363 100644 --- a/pdns.spec +++ b/pdns.spec @@ -3,7 +3,7 @@ Name: pdns Version: 4.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A modern, advanced and high performance authoritative-only nameserver Group: System Environment/Daemons License: GPLv2 @@ -24,7 +24,7 @@ BuildRequires: lua-devel BuildRequires: openssl-devel BuildRequires: protobuf-compiler BuildRequires: protobuf-devel -BuildRequires: python-virtualenv +BuildRequires: python2-virtualenv BuildRequires: systemd-devel BuildRequires: systemd-units Provides: powerdns = %{version}-%{release} @@ -304,6 +304,10 @@ exit 0 %{_libdir}/%{name}/libtinydnsbackend.so %changelog +* Mon Mar 19 2018 Iryna Shcherbina - 4.1.1-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Feb 19 2018 Ruben Kerkhof - 4.1.1-2 - BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire)