Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-03-19 01:40:22 +01:00
parent b20c5459a1
commit 35f5f45053

View File

@ -3,7 +3,7 @@
Name: pdns Name: pdns
Version: 4.1.1 Version: 4.1.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPLv2 License: GPLv2
@ -24,7 +24,7 @@ BuildRequires: lua-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: protobuf-compiler BuildRequires: protobuf-compiler
BuildRequires: protobuf-devel BuildRequires: protobuf-devel
BuildRequires: python-virtualenv BuildRequires: python2-virtualenv
BuildRequires: systemd-devel BuildRequires: systemd-devel
BuildRequires: systemd-units BuildRequires: systemd-units
Provides: powerdns = %{version}-%{release} Provides: powerdns = %{version}-%{release}
@ -304,6 +304,10 @@ exit 0
%{_libdir}/%{name}/libtinydnsbackend.so %{_libdir}/%{name}/libtinydnsbackend.so
%changelog %changelog
* Mon Mar 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 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 <ruben@rubenkerkhof.com> - 4.1.1-2 * 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) - BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire)