Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
b20c5459a1
commit
35f5f45053
@ -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 <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
|
||||
- BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user